PHPackages                             clever/clever-php - 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. clever/clever-php

ArchivedLibrary[API Development](/categories/api)

clever/clever-php
=================

v1.0.1(7y ago)231.6k22proprietaryPHPPHP &gt;=5.5

Since Apr 24Pushed 3y ago66 watchersCompare

[ Source](https://github.com/Clever/clever-php)[ Packagist](https://packagist.org/packages/clever/clever-php)[ Docs](http://swagger.io)[ RSS](/packages/clever-clever-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (12)Used By (0)

Notice
======

[](#notice)

This repo is no longer maintained by Clever. We provide the Swagger definitions at .

clever-php
==========

[](#clever-php)

The Clever API

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 2.0.0
- Build package: io.swagger.codegen.languages.PhpClientCodegen

Requirements
------------

[](#requirements)

PHP 5.4.0 and later

API Documentation
-----------------

[](#api-documentation)

View more detailed documentation [here](docs/README.md)

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/clever/clever-php"
        }
    ],
    "require": {
       "clever/clever": "*"
}
}
```

Then run `composer install`

**Note that it is necessary to include the vcs link to be sure that you are pulling from this repo.**

The package manager for composer currently does **not** point to the correct repo for [clever/clever-php](https://packagist.org/packages/clever/clever-php).

We are published as [clever/clever](https://packagist.org/packages/clever/clever).

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
require_once('/path/to/clever-php/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
make test

```

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

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
