Skip to content

Chassis/v8js

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 8, 2018 15:28
September 11, 2019 15:38

v8js

Installs the v8js PHP extension, 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 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

Releases

No releases published

Packages

No packages published

Languages