An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

V8Js Stubs
==========

[![Latest Version](https://img.shields.io/packagist/v/phpv8/v8js-stubs.svg)](https://packagist.org/packages/phpv8/v8js-stubs)
[![Total Downloads](https://img.shields.io/packagist/dt/phpv8/v8js-stubs.svg)](https://packagist.org/packages/phpv8/v8js-stubs)
[![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/phpv8/v8js-stubs/master/LICENSE)
[![Join the chat at https://gitter.im/preillyme/v8js](https://badges.gitter.im/Join%20Chat.svg)](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"
}
```