Download the PHP package laemmi/satisapi without Composer
On this page you can find all versions of the php package laemmi/satisapi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package satisapi
laemmi/satisapi
Simple api to write satis.json form e.g. Gitlab webhook
Description
You can use this simple app to write new repositories inside the satis.json.
Installation
via composer
composer create-project --prefer-dist laemmi/satisapi satisapi
or use repository
git clone https://github.com/Laemmi/satisapi.git
Copy config.php.dist
cp config/config.php.dist config/config.php
Set path to satis.json file and enter Gitlab API Token
For development you can use
composer serve
Use
Call api e.g. via webhook from gitlab. These headers are required
Content-Type: application/json
X-Gitlab-Token: MySecretKey
As body you send an json string like this
{
"project": {
"git_ssh_url": "[email protected]/Laemmi/satisapi.git"
}
}All versions of satisapi with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
The package laemmi/satisapi contains the following files
Loading the files please wait ...