Skip to content

Commit e3903a3

Browse files
committed
Updated README
1 parent 5df41c7 commit e3903a3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
11
# PHP-GLFW IDE Stubs
22

33
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.
16+
17+
Checkout the main repository:
18+
19+
> [PHP-GFLW](https://github.com/mario-deluna/php-glfw)
20+
21+
And the full documentation of the extension here:
22+
23+
> [Full Documenation / Website](https://phpgl.net)

0 commit comments

Comments
 (0)