This repo contains the PHP-GLFW / OpenGL extensions IDE stubs. This enabled autocompletion in your editor of choice that supports it. It also contains documentation data for quick lookups of what a function does.
To use stubs simply require them as a dev dependency via composer.
composer require --dev phpgl/ide-stubs
This repository contains only stubs (function signatures) of PHP-GLFW the OpenGL and GLFW extension for PHP.
Checkout the main repository:
And the full documentation of the extension here: