phalcon / zephir
Zephir is a compiled high level language aimed to the creation of C-extensions for PHP
Fund package maintenance!
phalcon
opencollective.com/phalcon
Installs: 362 114
Dependents: 20
Suggesters: 0
Security: 0
Stars: 3 295
Watchers: 198
Forks: 466
Open Issues: 108
Requires
- php: >=8.0
- ext-ctype: *
- ext-hash: *
- 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.28
- psr/log: 1.1.*
- squizlabs/php_codesniffer: ^3.7
- dev-development
- 0.18.0
- 0.17.0
- 0.16.3
- 0.16.2
- 0.16.1
- 0.16.0
- 0.15.2
- 0.15.1
- 0.15.0
- 0.14.0
- 0.14.0-beta.3
- 0.14.0-beta.2
- 0.14.0-beta.1
- 0.13.5
- 0.13.4
- 0.13.3
- 0.13.2
- 0.13.1
- 0.13.0
- 0.13.0-beta-1
- 0.13.0-alpha-3
- 0.13.0-alpha-2
- 0.13.0-alpha-1
- 0.12.21
- 0.12.20
- 0.12.19
- 0.12.18
- 0.12.17
- 0.12.16
- 0.12.15
- 0.12.14
- 0.12.13
- 0.12.12
- 0.12.11
- 0.12.10
- 0.12.9
- 0.12.8
- 0.12.7
- 0.12.6
- 0.12.5
- 0.12.4
- 0.12.3
- 0.12.2
- 0.12.1
- 0.12.0
- 0.11.12
- 0.11.11
- 0.11.10
- 0.11.9
- 0.11.8
- 0.11.7
- 0.11.6
- 0.11.4
- 0.11.3
- 0.11.2
- 0.11.1
- 0.11.0
- 0.10.x-dev
- 0.10.16
- 0.10.15
- 0.10.14
- 0.10.13
- 0.10.12
- 0.10.11
- 0.10.10
- 0.10.9
- 0.10.8
- 0.10.7
- 0.10.6
- 0.10.5
- 0.10.4
- 0.10.3
- 0.10.2
- 0.10.1
- 0.10.0
- 0.9.11
- 0.9.10
- 0.9.9
- 0.9.8
- 0.9.7
- 0.9.6
- 0.9.5
- 0.9.4
- 0.9.3
- 0.9.2
- 0.8.0
- 0.7.1
- 0.7.0
- 0.6.1
- 0.6.0
- 0.5.9
- 0.5.8
- 0.5.7
- 0.5.6
- 0.5.5
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.6
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2a
- 0.4.1
- 0.4.0a
- 0.3.10a
- 0.3.7a
- 0.3.5a
- v0.2.0
- dev-master
- dev-phpcs-changes
- dev-#2321-private-callback-visibility
- dev-+2321-private-callback-visibility
- dev-#1849-yield
- dev-+1849-yield
- dev-#733-fix-built-in-join
- dev-+733-fix-built-in-join
- dev-feature/references
- dev-#1873-call-class-property-inside-closure
- dev-+1873-call-class-property-inside-closure
- dev-#1991-throw-on-invalid-return
- dev-+1991-throw-on-invalid-return
- dev-feature/use-new-return-type-system
This package is auto-updated.
Last update: 2024-10-30 07:46:47 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.