https://github.com/chassis/v8js
A Chassis extension to install V8JS
https://github.com/chassis/v8js
chassis chassis-extension v8js wordpress
Last synced: 19 days ago
JSON representation
A Chassis extension to install V8JS
- Host: GitHub
- URL: https://github.com/chassis/v8js
- Owner: Chassis
- Created: 2017-11-23T04:08:50.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2020-08-13T09:55:08.000Z (almost 6 years ago)
- Last Synced: 2025-07-20T04:57:21.181Z (11 months ago)
- Topics: chassis, chassis-extension, v8js, wordpress
- Language: Puppet
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# v8js
Installs the [v8js PHP extension](https://github.com/phpv8/v8js), letting you run JavaScript code in PHP.
## Project Installation
1. Add this extension to your extensions directory `git clone git@github.com:Chassis/v8js.git extensions/v8js` or alternatively add the following to one of your [`.yaml`](https://github.com/Chassis/Chassis/blob/master/config.yaml) files:
```
extensions:
- chassis/v8js
```
2. Set your `config.local.yaml` PHP version to 7.0 or higher.
3. Run `vagrant provision`.
## Specifying a version
To specify a version of v8js to install, add the following to your Chassis config file:
```
libv8: 7.5
v8js: 2.1.1
```