Download the PHP package php-ion/ionizer without Composer
On this page you can find all versions of the php package php-ion/ionizer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download php-ion/ionizer
More information about php-ion/ionizer
Files in php-ion/ionizer
Download php-ion/ionizer
More information about php-ion/ionizer
Files in php-ion/ionizer
Vendor php-ion
Package ionizer
Short Description Ionize your PHP code! PHP wrapper for php-ion extension
License MIT
Package ionizer
Short Description Ionize your PHP code! PHP wrapper for php-ion extension
License MIT
Please rate this library. Is it a good library?
Informations about the package ionizer
PHP ION wrapper
Ionize your PHP code!
TL;DR
This library automatically configure and setup the php ion extension. Using command line you may start scripts with php ion extension without installation of package in system. Also ionizer allows maintain php-ion versions and configurations.
Install
composer global require php-ion/ionizer
Basic Usage
ion run <file.php>
— parse and execute the specified file, likephp <file.php>
ion eval <php-code>
— evaluate a string as PHP code, likephp -r <code>
ion info
— show summary infoion versions
,ion versions all
- show available versionsion version <ion-version>
- switch to specific version- and more, see
ion help
Advanced usage
Build extension:
ion build
build extensionion build .
,ion build /tmp/php-ion-src/
ion build master
,ion build 0.8.3
,ion build 33b1e417
ion test
test extensionion test
test the current extensionion test .
,ion test /tmp/php-ion-src/
ion test master
,ion test 0.8.3
,ion test 33b1e417
ion clean
clean after build
All versions of ionizer with dependencies
PHP Build Version
Package Version
The package php-ion/ionizer contains the following files
Loading the files please wait ....