Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/razshare/php-libsdl-stubs

Stubs for php-sdl (libsdl)
https://github.com/razshare/php-libsdl-stubs

Last synced: about 1 month ago
JSON representation

Stubs for php-sdl (libsdl)

Awesome Lists containing this project

README

        

# How to use

You can just copy [./src/stubs.php](./src/stubs.php) into your project or use composer

```sh
composer require razshare/libsdl-stubs
```
then configure psalm to scan the `stubs.php` file and you're done.

# Intellisense

![image](./stubs.gif)

# Demo

![image](./demo.gif)

Checkout [php-sdl](https://github.com/Ponup/php-sdl) for more info.