marchagen/aha-io-rest

This package is abandoned and no longer maintained. No replacement package was suggested.

Aha.io REST API via PSR-18 HTTP Client

dev-main 2024-03-18 07:45 UTC

This package is auto-updated.

Last update: 2024-04-03 14:48:05 UTC


README

Introduction

Aha.io REST API PHP Client uses PSR-7 (HTTP Message Interface) to connect with Aha.io REST API.

Contents

Features

PSR Compliance

Dependencies you have to fulfill yourself

  • For PSR-7: HTTP Message Interface, for example nyholm/psr7.
  • For PSR-17: HTTP Factories, for example nyholm/psr7.
  • For PSR-18: HTTP Client, for example guzzlehttp/guzzle.

Install marchagen/aha-io-rest-php

If the required dependencies above are met, you are ready to install the library.

composer require marchagen/aha-io-rest-php:^1

Include Composer's autoloader:

require_once __DIR__ . '/../vendor/autoload.php';