PHPackages                             halo-api/halo-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. halo-api/halo-api

ActiveLibrary[API Development](/categories/api)

halo-api/halo-api
=================

A simple Object Oriented PHP API client for the halo api.

v0.4.0(6y ago)328[1 issues](https://github.com/halo-api/php-halo-api/issues)MITPHPPHP ^5.6 || ^7.0CI failing

Since Jun 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/halo-api/php-halo-api)[ Packagist](https://packagist.org/packages/halo-api/halo-api)[ RSS](/packages/halo-api-halo-api/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

PHP Halo API [![Build Status](https://camo.githubusercontent.com/88bcb16dd99899ba87954d1bcb6bdca5db0e4e85fcf5e2b3618a08df40a645b9/68747470733a2f2f7472617669732d63692e6f72672f68616c6f2d6170692f7068702d68616c6f2d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/halo-api/php-halo-api)
===========================================================================================================================================================================================================================================================================================================

[](#php-halo-api-)

A simple Object Oriented wrapper for Halo API

Getting started
---------------

[](#getting-started)

### Features

[](#features)

- Follows PSR-4 conventions and coding standard
- Light and fast by lazy loading of API classes
- Extensively tested
- Decoupled from specific HTTP transport protocols by using [HTTPlug](http://docs.php-http.org/en/latest/)

### Install

[](#install)

Then run the following command to require the library and install a http transport adapter:

```
composer require halo-api/halo-api php-http/guzzle6-adapter "^1.1"
```

### Usage

[](#usage)

Example code on how to use the api client

```
