Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/php-ion/ionizer
Smart ION wrapper for PHP
https://github.com/php-ion/ionizer
composer extension ionizer php-ion
Last synced: 21 days ago
JSON representation
Smart ION wrapper for PHP
- Host: GitHub
- URL: https://github.com/php-ion/ionizer
- Owner: php-ion
- Created: 2017-09-19T14:55:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T22:13:39.000Z (over 6 years ago)
- Last Synced: 2024-12-15T22:50:29.598Z (25 days ago)
- Topics: composer, extension, ionizer, php-ion
- Language: PHP
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
PHP ION wrapper
===Ionize your PHP code!
# TL;DR
This library automatically configure and setup the [php ion](https://github.com/php-ion/php-ion) extension.
Using command line you may start scripts with [php ion](https://github.com/php-ion/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 ` — parse and execute the specified file, like `php `
* `ion eval ` — evaluate a string as PHP code, like `php -r`
* `ion info` — show summary info
* `ion versions`, `ion versions all` - show available versions
* `ion version ` - switch to specific version
* and more, see `ion help`# Advanced usage
Build extension:
* `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