You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
+
5
+
## Installation
6
+
7
+
To use stubs simply require them as a dev dependency via composer.
8
+
9
+
```
10
+
composer require --dev phpgl/ide-stubs
11
+
```
12
+
13
+
## Documenation
14
+
15
+
This repository contains only stubs (function signatures) of PHP-GLFW the OpenGL and GLFW extension for PHP.
0 commit comments