https://github.com/chassis/igbinary
A Chassis extension to install and configure igbinary on your Chassis server
https://github.com/chassis/igbinary
Last synced: 8 days ago
JSON representation
A Chassis extension to install and configure igbinary on your Chassis server
- Host: GitHub
- URL: https://github.com/chassis/igbinary
- Owner: Chassis
- Created: 2023-11-26T10:54:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T11:04:22.000Z (over 2 years ago)
- Last Synced: 2025-03-11T00:05:44.287Z (over 1 year ago)
- Language: Puppet
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# igbinary
A Chassis extension to install and configure [igbinary](https://www.php.net/manual/en/book.igbinary.php) on your Chassis server.
## Global Installation
We recommend [installing this extension globally](http://docs.chassis.io/en/latest/extend/#globally-installing-extensions) to make it available on every Chassis box.
```
git clone https://github.com/Chassis/igbinary ~/.chassis/extensions/igbinary
```
## Project Installation
1. Add this extension to your extensions directory `git clone git@github.com:Chassis/igbinary.git extensions/igbinary` or alternatively add the following to one of your [`.yaml`](https://github.com/Chassis/Chassis/blob/master/config.yaml) files:
```
extensions:
- chassis/igbinary
```
2. Set your `config.local.yaml` PHP version to 5.6 or higher.
3. Run `vagrant provision`.