library ionizer
Ionize your PHP code! PHP wrapper for php-ion extension
php-ion/ionizer
Ionize your PHP code! PHP wrapper for php-ion extension
- Friday, June 8, 2018
- by bzick
- Repository
- 1 Watchers
- 0 Stars
- 14 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 4 Versions
- 8 % Grown
PHP ION wrapper
Ionize your PHP code!, (*1)
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., (*2)
Install
composer global require php-ion/ionizer
, (*3)
Basic Usage
-
ion run <file.php>
— parse and execute the specified file, like php <file.php>
-
ion eval <php-code>
— evaluate a string as PHP code, like php -r <code>
-
ion info
— show summary info
-
ion versions
, ion versions all
- show available versions
-
ion version <ion-version>
- switch to specific version
- and more, see
ion help
Advanced usage
Build extension:, (*4)
-
ion build
build extension
-
ion build .
, ion build /tmp/php-ion-src/
-
ion build master
, ion build 0.8.3
, ion build 33b1e417
-
ion test
test extension
-
ion test
test the current extension
-
ion test .
, ion test /tmp/php-ion-src/
-
ion test master
, ion test 0.8.3
, ion test 33b1e417
-
ion clean
clean after build
dev-master
9999999-dev
Ionize your PHP code! PHP wrapper for php-ion extension
Sources
Download
MIT
The Requires
by
Ivan Shalganov
1.0.5
1.0.5.0
Ionize your PHP code! PHP wrapper for php-ion extension
Sources
Download
MIT
The Requires
by
Ivan Shalganov
1.0.4
1.0.4.0
PHP ION wrapper
Sources
Download
MIT
The Requires
by
Ivan Shalganov
1.0.3
1.0.3.0
PHP ION wrapper
Sources
Download
MIT
The Requires
by
Ivan Shalganov