An asynchronous implementation of the Gitlab API in PHP, using asynchronous requests/promises to do all of it's I/O.
lib/Gitlab | ||
.gitignore | ||
composer.json | ||
composer.lock | ||
LICENSE | ||
README.md |
php-gitlab-api-async
An asynchronous implementation of the Gitlab API in PHP, using asynchronous requests/promises to do all of it's I/O.
- Make pagination not matter
- Fix a way to do token auth that doesn't suck
Use cases:
- Check if group exists
- Create group
- Check if project exists
- Create project
- Find all projects in group and subgroups