phpgl/ide-stubs

IDE Stubs for PHP-GLFW / OpenGL. (PHPStorm, VSCode, etc.)

v1.0.3 2022-09-17 23:04 UTC

This package is auto-updated.

Last update: 2024-04-07 20:25:41 UTC


README

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.

Installation

To use stubs simply require them as a dev dependency via composer.

composer require --dev phpgl/ide-stubs

Documenation

This repository contains only stubs (function signatures) of PHP-GLFW the OpenGL and GLFW extension for PHP.

Checkout the main repository:

PHP-GFLW

And the full documentation of the extension here:

Full Documenation / Website