drupalci / results-api
API for Results site.
Installs: 367
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Type:api
pkg:composer/drupalci/results-api
Requires
- guzzlehttp/guzzle: ~5.0
Requires (Dev)
- phpunit/phpunit: 4.4.*@dev
This package is not auto-updated.
Last update: 2026-01-07 14:00:09 UTC
README
Overview
An API for interacting with the Drupal 8 results site.
Installation
Add the following to your composer.json
{
"require": {
"drupalci/results-api": "dev-master"
}
}
Usage
The following commands will set up the API
$api = new API();
$api->setUrl('http://example.com');
$api->setAuth('username', 'password');
Take a look at the class for the remaining API options.
(will documentation at a later date)