Skip to content

WIP. Yet another implementation of the Zephir compiler

License

Notifications You must be signed in to change notification settings

zephir-lang/zephirc

Repository files navigation

Zephir

Build Status Coverage Status License: Apache 2.0 Code Analytics

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

Contributing

Zephir is an Open Source, community-driven project. See CONTRIBUTING.md for details about contributions to this repository.

License

Zephir licensed under the Apache License 2.0. See the LICENSE file for more information.

About

WIP. Yet another implementation of the Zephir compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published