Download the PHP package iceframework/zephir-parser without Composer
On this page you can find all versions of the php package iceframework/zephir-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download iceframework/zephir-parser
More information about iceframework/zephir-parser
Files in iceframework/zephir-parser
Package zephir-parser
Short Description The Zephir Parser delivered as a C extension for the PHP language.
License MIT
Homepage https://zephir-lang.com
Informations about the package zephir-parser
Zephir Parser
The Zephir Parser delivered as a C extension for the PHP language.
Supported PHP versions: 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1 and 8.2
NOTE: The development
branch will always contain the latest unstable version. If you wish to
check older versions or formal, tagged release, please switch to the
relevant branch/tag.
Get Started
Build Requirements
Prerequisite packages are:
- OS: Linux || Solaris || FreeBSD || macOS || Windows
- Compiler:
g++
>= 4.4 ||clang++
>= 3.x ||vc++
>= 11 re2c
>= 0.13.6
To build extension from the source you will need the PHP development headers. If PHP was manually installed, these should be available by default. Otherwise, you will need to fetch them from a repository.
PECL
Windows
To install Zephir Parser on Windows:
- Download Zephir Parser for Windows
- Extract the DLL file and copy it to your PHP extensions directory
- Edit your
php.ini
file and add this line:
Linux
On a Linux/Unix-based platform you can easily compile and install the extension from sources.
For Linux/Unix-based based systems you'll need also:
Ubuntu
Suse
CentOS/Fedora/RHEL
General Compilation
Follow these instructions to generate a binary extension for your platform:
If you have multiple/specific PHP versions installed, you may be able to specify for which installation you'd like to
build by using the --with-php-config
option during configuration. For example:
Add the extension to your php.ini
:
Usage
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 Parser is open source software licensed under the MIT License (MIT). See the LICENSE file for more information.