thinkcmf / cat
Zephir is a compiled high level language aimed to the creation of C-extensions for PHP
Requires
- php: >=7.4.1
- ext-ctype: *
- ext-hash: *
- ext-json: *
- ext-mbstring: *
- ext-pcre: *
- ext-xml: *
- ext-zlib: *
- monolog/monolog: ^2.3
- symfony/console: ^5.2
- symfony/event-dispatcher: ^5.3
Requires (Dev)
- ext-gmp: *
- ext-pdo: *
- ext-pdo_sqlite: *
- ext-zip: *
- phpunit/phpunit: ^9.5
- psr/log: 1.1.*
This package is auto-updated.
Last update: 2026-05-26 12:33:33 UTC
README
Zephir - is a high level programming language that eases the creation and maintainability of extensions for PHP. Zephir extensions are exported to C code that can be compiled and optimized by major C compilers such as gcc/clang/vc++. Functionality is exposed to the PHP language.
Documentation
- Official documentation is located here
Community
- Follow us on GitHub and Facebook
- Get Zephir support on Discord and Github discussions
- Read our Code of Conduct
Contributing
Zephir is an Open Source, community-driven project. See CONTRIBUTING.md for details about contributions to this repository.
Sponsors
Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]
Backers
Support us with a monthly donation and help us continue our activities. [Become a backer]
License
Zephir licensed under the MIT License. See the LICENSE file for more information.