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

ActiveLibrary[API Development](/categories/api)

classifylearning/clever
=======================

v3.0.1(11mo ago)0103proprietaryPHPPHP &gt;=7.4CI failing

Since Jul 3Pushed 11mo agoCompare

[ Source](https://github.com/classifylearning/clever-php)[ Packagist](https://packagist.org/packages/classifylearning/clever)[ Docs](http://swagger.io)[ RSS](/packages/classifylearning-clever/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (4)Versions (13)Used By (0)

Notice
======

[](#notice)

Classify Learning still needed to use the Clever PHP SDK with its main application on PHP v8. We have updated this package to support our needs, but there is more work to do.

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.1.0
- Build package: io.swagger.codegen.languages.PhpClientCodegen

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

[](#requirements)

PHP 7.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/classifylearning/clever-php"
        }
    ],
    "require": {
       "classifylearning/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 [classifylearning/clever-php](https://packagist.org/packages/classifylearning/clever-php).

We are published as [clever/clever](https://packagist.org/packages/classifylearning/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:

```
