An asynchronous implementation of the Gitlab API in PHP, using asynchronous requests/promises to do all of it's I/O.
Find a file
2019-08-22 13:59:02 +02:00
lib/Gitlab build up path with prefixed forward slash 2019-08-22 13:59:02 +02:00
.gitignore Initial commit 2019-08-21 14:04:29 +00:00
composer.json added php-http/message require 2019-08-22 13:49:47 +02:00
composer.lock added php-http/message require 2019-08-22 13:49:47 +02:00
LICENSE Initial commit 2019-08-21 14:04:29 +00:00
README.md built a base to work from 2019-08-22 13:24:41 +02:00

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