Skip to content

phpv8/v8js-stubs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V8Js Stubs

Latest Version Total Downloads GitHub License Join the chat at https://gitter.im/preillyme/v8js

V8Js PHP stubs for the V8Js extension. Versions, tags, and branches maintain parity with the phpv8/v8js library.

Installation

Include the phpv8/v8js-stubs repository in the require-dev section of your composer.json as follows:

  "require-dev": {
      "phpv8/v8js-stubs": "^1.4.1"
  }