You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tim Bazuin e8ef2f79e7 | 5 years ago | |
---|---|---|
lib/Gitlab | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
composer.json | 5 years ago | |
composer.lock | 5 years ago |
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