https://github.com/phpv8/v8js-stubs
IDE stubs for V8Js PHP extension
https://github.com/phpv8/v8js-stubs
ide-support javascript php php-v8 stubs v8 v8-javascript-engine v8js
Last synced: about 1 month ago
JSON representation
IDE stubs for V8Js PHP extension
- Host: GitHub
- URL: https://github.com/phpv8/v8js-stubs
- Owner: phpv8
- License: mit
- Created: 2016-03-05T19:24:57.000Z (about 9 years ago)
- Default Branch: php7
- Last Pushed: 2017-08-12T13:10:06.000Z (over 7 years ago)
- Last Synced: 2025-03-23T22:43:22.951Z (about 2 months ago)
- Topics: ide-support, javascript, php, php-v8, stubs, v8, v8-javascript-engine, v8js
- Language: PHP
- Homepage:
- Size: 20.5 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
V8Js Stubs
==========[](https://packagist.org/packages/phpv8/v8js-stubs)
[](https://packagist.org/packages/phpv8/v8js-stubs)
[](https://raw.githubusercontent.com/phpv8/v8js-stubs/master/LICENSE)
[](https://gitter.im/preillyme/v8js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)V8Js PHP stubs for the [V8Js](https://github.com/phpv8/v8js) extension. Versions, tags, and branches
maintain parity with the [phpv8/v8js](https://github.com/phpv8/v8js) library.### Installation
Include the `phpv8/v8js-stubs` repository in the **require-dev** section of your `composer.json` as follows:```json
"require-dev": {
"phpv8/v8js-stubs": "^1.4.1"
}
```