An open API service indexing awesome lists of open source software.

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.

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)