Skip to content

phpgl/ide-stubs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP-GLFW IDE Stubs

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