PHPackages                             imaginie/api-client - 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. imaginie/api-client

ActiveLibrary[API Development](/categories/api)

imaginie/api-client
===================

Imaginie PHP API Client

033PHP

Since Mar 12Pushed 7y ago7 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Imaginie PHP API Client
=======================

[](#imaginie-php-api-client)

A PHP Client implementation of Imaginie API v3 methods

Getting Started
---------------

[](#getting-started)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

[](#prerequisites)

- PHP &gt;= 7.1
- [Composer](https://getcomposer.org/doc/00-intro.md) - Dependency Manager for PHP

### Installing

[](#installing)

Make sure you have the prerequisites above and then you can install our library using composer. Navigate to your project folder and type:

```
$ composer require imaginie/api-client
```

### Usage

[](#usage)

Composer generates a **autoload.php** file in vendor **folder**. Include this file and then you can use our library.

```
