Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.06 KB

Stub files for php-v8 PHP extension

This is a git subtree split of php-v8 extension stub files.

All issues and pull-requests should be submitted to the original php-v8 repository.

PLEASE READ:

Maintaining this project takes significant amount of time and efforts. If you like my work and want to show your appreciation, please consider supporting me at https://www.patreon.com/pinepain.

Installation

If you are also using Composer, it is recommended that you add the php-v8-stub package as a dev-mode requirement. This provides skeleton definitions and annotations to enable support for auto-completion in your IDE and other code-analysis tools.

composer require --dev pinepain/php-v8-stubs

License

Copyright (c) 2015-2017 Bogdan Padalko <pinepain@gmail.com>

php-v8 PHP extension is licensed under the MIT license.