Download the PHP package gromo/dkron-php-adapter without Composer
On this page you can find all versions of the php package gromo/dkron-php-adapter. 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 dkron-php-adapter
Dkron PHP Adapter
Adapter to communicate with Dkron.
Please read Dkron API for usage details
Install:
- add
"gromo/dkron-php-adapter": "dev-master"
to your projectcomposer.json
- run
composer install
Use:
API methods
All URIs are relative to http://localhost:8080/v1
Method | Description | HTTP request |
---|---|---|
getStatus | Get status | GET / |
getJobs | Get all jobs | GET /jobs |
saveJob | Save job | POST /jobs |
getJob | Get job info by name | GET /jobs/{job_name} |
runJob | Run job by name | POST /jobs/{job_name} |
deleteJob | Delete job by name | DELETE /jobs/{job_name} |
getJobExecutions | Get job executions by job name | GET /jobs/{job_name}/executions |
getLeader | Get leader | GET /leader |
leave | Force the node to leave the cluster | GET /leave |
getMembers | Get members | GET /members |
Contribute
Please refer to CONTRIBUTING.md for information.
All versions of dkron-php-adapter with dependencies
PHP Build Version
Package Version
The package gromo/dkron-php-adapter contains the following files
Loading the files please wait ....