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.

13 lines
354 B
Markdown

5 years ago
# 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