Download the PHP package phpfanatic/clarifai without Composer
On this page you can find all versions of the php package phpfanatic/clarifai. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phpfanatic/clarifai
More information about phpfanatic/clarifai
Files in phpfanatic/clarifai
Package clarifai
Short Description clarifAI PHP Library
License MIT
Homepage https://github.com/PHPfanatic/clarifai
Informations about the package clarifai
Clarifai PHP Library
Clarifai API Library, PHP/Composer implementation of the clarifai api. (clarifai). PHPfanatic's PHP library brings you the power of clarifai's image recognition API wrapped in an easy to use PHP library that you can add to your own project easily with composer.
Build smarter apps faster with Clarifai’s powerful visual recognition technology.
Getting Started
Add the package to your composer implementation.
or
Add the package manually by downloading the most recent stable version release from Github and include the src/ directory within your own project.
Requirements
- PHP - 5.6, 7.0 - May work with ealier version, untested at this time.
- cURL - *
- Clarifai API Key - clarifai
- PHPUnit - to run tests (optional).
Example Usage
Documentation
PHPfanatic - ClarifAI documentation
Change History
- 2.0.1 - Patched clientversion variable.
- 2.0.0 - Changed Clarifai authentication to use API Key method.
- 1.2.3 - Added User-Agent Library header to outbound curl calls per Clarifai request.
- 1.2.2 - Fixed malformed url bug when you paginate a get request. (credit: @mhdere)
- 1.2.1 - Fixed urlencode bug (credit: keithslater), added additional Clarifai models.
- 1.2.0 - Added model delete support, updated inputs to allow delete all.
- 1.1.0 - Added multi language support.
- 1.0.0 - Public API release.
- 0.1.1 - Development alpha release.
Look Ahead (what might be changed in the future.)
- Removing cURL as a requirement.
- Combining POST,DELETE,PATCH into a single method.
Built With
- Composer - Dependency management
- PHPUnit - Testing framework
- Packagist - Package repository
- Travis CI - Automated building
Authors
- Nick White - Initial work - PHPfanatic
License
This project is licensed under the MIT License.