Registry / http-client / kbsali-redmine-api

kbsali-redmine-api

JSON →
library2.9.1phppackagistunverified

Redmine API client for interacting with Redmine project management.

composer require kbsali/redmine-api
INSTALL
IMPORT
SIG · KBSALI-REDMINE-API
K
kbsali-redmine-api
http-clientphpv2.9.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use Redmine\Client;

Fetches all projects from a Redmine instance.

use Redmine\Client; $client = new Client('https://redmine.example.com', 'api-key'); $projects = $client->api('project')->all();
Debug
Known issues
breakingRequires PHP 7.1+ and cURL extension.
fix
Install cURL and upgrade PHP.
affects: <2.0.0
Upgrade
Version history
2.9.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Resources
kbsali-redmine-api — pip install kbsali-redmine-api · libregistry