phpgl/ide-stubs

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

Installs: 1 110

Dependents: 3

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/phpgl/ide-stubs

v1.0.4 2025-10-27 09:53 UTC

This package is auto-updated.

Last update: 2025-10-27 09:54:48 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