- Notifications
You must be signed in to change notification settings - Fork469
Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP
License
zephir-lang/zephir
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
- Official documentation islocated here
- Follow us onGitHub andFacebook
- Get Zephir support onDiscord andGitHub discussions
- Read ourCode of Conduct
Zephir is an Open Source, community-driven project. SeeCONTRIBUTING.mdfor details about contributions to this repository.
Become a sponsor and get your logo on our README on GitHub with a link to your site.[Become a sponsor]
Support us with a monthly donation and help us continue our activities.[Become a backer]
Zephir licensed under the MIT License. See theLICENSE file for more information.
About
Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP