Download the PHP package classifylearning/clever without Composer
On this page you can find all versions of the php package classifylearning/clever. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package clever
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 https://github.com/Clever/swagger-api.
clever-php
The Clever API
This PHP package is automatically generated by the Swagger Codegen project:
- API version: 2.1.0
- Build package: io.swagger.codegen.languages.PhpClientCodegen
Requirements
PHP 7.4.0 and later
API Documentation
View more detailed documentation here
Installation & Usage
Composer
To install the bindings via Composer, add the following to composer.json
:
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.
We are published as clever/clever.
Manual Installation
Download the files and include autoload.php
:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Updating the Library
-
Git clone swagger-codegen (https://github.com/swagger-api/swagger-codegen)
-
Git clone Clever's swagger-api repo (https://github.com/Clever/swagger-api)
-
Run this command in the swagger-codegen repo
- Run
make override
to copy over the override files
Publishing
- Update CHANGELOG
git tag -a vX.X.X
git push --tags origin HEAD:master
- Log into Packagist (credentials are in 1PFT) and click "Update"
All versions of clever with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2