phpv8 / php-v8

PHP extension for V8 JavaScript engine
https://php-v8.readthedocs.io
MIT License
217 stars 14 forks source link

PHP API #109

Closed TheRatG closed 6 years ago

TheRatG commented 6 years ago

Hello, thanks for lib and easy installation. Where I can find PHP API, description of classes and functions?

pinepain commented 6 years ago

Hi, the best documentation on the API you can find in stubs folder. Stubs are also available via composer with composer require --dev pinepain/php-v8-stubs. Unfortunately, the official docs (https://php-v8.readthedocs.io/en/latest/) is still in development, so stubs, tests and js-sandbox are you friends for now.

Do not hesitate to write back if you have any questions. PRs are welcomed too 😄

TheRatG commented 6 years ago

Thanks @pinepain