13 lines
No EOL
354 B
Markdown
13 lines
No EOL
354 B
Markdown
# 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 |