v8 0.1.9

V8 JavaScript engine API for PHP


This extension brings V8 JavaScript engine API to PHP with some abstraction in mind and provides an accurate native V8 C++ API implementation available from PHP.

License: The MIT License (MIT)

Changes

Refactor methods name to follow PSR-2 camelCase convention.

NOTE: This is the last release that supports PHP 7.0.

Changes list:
- refactor methods name to follow PSR-2 camelCase convention;