https://github.com/phpgl/ide-stubs
(PHPStorm, VSCode, etc.) IDE Stubs for PHP-GLFW.
https://github.com/phpgl/ide-stubs
Last synced: 4 months ago
JSON representation
(PHPStorm, VSCode, etc.) IDE Stubs for PHP-GLFW.
- Host: GitHub
- URL: https://github.com/phpgl/ide-stubs
- Owner: phpgl
- License: other
- Created: 2022-08-14T12:01:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T21:11:15.000Z (over 1 year ago)
- Last Synced: 2024-12-13T20:28:58.227Z (about 1 year ago)
- Language: PHP
- Homepage: https://phpgl.net/getting-started/installation/ide-setup.html
- Size: 436 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/mario-deluna/php-glfw)
And the full documentation of the extension here:
> [Full Documenation / Website](https://phpgl.net)