Skip to content

flaupretre/pecl-pcs

Repository files navigation

Build Status GitHub release License

PCS provides a fast and easy way to mix C and PHP code in your PHP extension.

PHP code can be embedded in the compiled module or distributed as a separate file tree.


This project is a PHP PECL extension. More information is available at the project home site.

PHP version compatibility : PHP 5.3 and above, including PHP 7.

Please, download the latest stable releases from the PECL repository.

This extension uses the PECL Compatibility Library.

In order to run the full PCS test suite, run 'sh ci/run-test.sh' (note that it will install the PCS extension in your PHP environment).