Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/razshare/php-libsdl-stubs
- Owner: razshare
- License: mit
- Created: 2022-11-14T20:21:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T22:02:15.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T13:22:49.202Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 2.73 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.