An asynchronous implementation of the Gitlab API in PHP, using asynchronous requests/promises to do all of it's I/O.
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 build up path with prefixed forward slash 5 years ago
lib/Gitlab build up path with prefixed forward slash 5 years ago
.gitignore Initial commit 5 years ago
LICENSE Initial commit 5 years ago
README.md built a base to work from 5 years ago
composer.json added php-http/message require 5 years ago
composer.lock added php-http/message require 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