Download the PHP package ollieparsley/corticalio without Composer
On this page you can find all versions of the php package ollieparsley/corticalio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ollieparsley/corticalio
More information about ollieparsley/corticalio
Files in ollieparsley/corticalio
Package corticalio
Short Description Client library for the cortical.io API
License MIT
Informations about the package corticalio
PHP library for the cortical.io API
Description
The official cortical.io PHP library is deprecated and no-longer maintained (https://github.com/cortical-io/php-client-sdk). So, since I needed to use the API with a PHP service, I decided to create this library so that others could use it.
Links
- REST API documentation: https://www.cortical.io/resources_apidocumentation.html
- REST API console: https://api.cortical.io/
- Cortical.io website: https://cortical.io/
Requirements
PHP >= 7.0
Usage
Installation
Recommended technique is to use composer
Making requests
Retinas
Terms
Compare
Exceptions
There is a generic Corticalio\Exception
class that is extended for some specific reasons to use. Anything that does not throw from this base exception will most-likely be coming from a dependency such a Guzzle.
API Sections
Covered
These API sections are covered by the client library
- Retinas
- Terms
- Compare
Todo
These haven't been done yet. I do want to complete the library with these though
- Text
- Expression
- Image
- Classify
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
Contributing
Please do contribute to this library. Please submit pull requests and I'll do my best to review them and merge if appropriate.
License
This project is licensed under the MIT License - see the LICENSE file for details