-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
25 lines (19 loc) · 905 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
libzephir - Implementation of the Zephir programming language as a library.
https://zephir-lang.com
What is Zephir
==============
Zephir is a high level 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.
Current Build Status
====================
The Zephir Library is built under the Travis CI service. Every commit pushed
to this repository will queue a build into the continuous integration service
and will run all tests to ensure that everything is going well and the project
is stable. To check current build status folow:
https://travis-ci.org/zephir-lang/libzephir
License
=======
The Zephir Library is open-sourced software licensed under the MIT License.
See the LICENSE file for more information.