Package Information |
Summary |
V8 JavaScript engine API for PHP |
Maintainers |
Bohdan Padalko (lead)
[details]
Stefan Siegl <
stesie at brokenpipe dot de >
(lead)
[details]
|
License |
The MIT License (MIT) |
Description |
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. |
Homepage |
https://github.com/pinepain/php-v8
|
Release notes
Version 0.1.8
(stable)
|
This release extends and clarify existent API and does not introduce any BC-breaking changes.
Changes list:
- Change V8\Exception::*Error() return type to V8\ObjectValue as the only possible type; - Add external exception wiring option to V8\Isolate::ThrowException(). |