catchoom / craftar-php
The CraftAR Service for Augmented Reality and Image Recognition is a service that allows you to build a wide range of Image Recognition and Augmented Reality applications and services.
This package's canonical repository appears to be gone and the package has been frozen as a result.
Requires
- php: >=5.3.0
- ext-curl: *
This package is not auto-updated.
Last update: 2024-08-17 15:34:10 UTC
README
Description
The Craftar Service for Image Recognition is a service that allows you to build a wide range of Image Recognition applications.
With Craftar, you can create amazing apps that provide digital content for real-life objects like printed media, packaging among others. You can use our online web panel or APIs, to upload images to be recognized and set content to display upon recognition in your CraftAR-powered app.
This client library provides access to CraftAR APIs:
- [CraftAR Image Recognition API] (http://documentation.catchoom.com/documentation/api/recognition/) allows image recognition against one of your collections of reference images specified using the collection token.
- [CraftAR Management API] (http://documentation.catchoom.com/documentation/api/management/) allows upload and management of collections of reference images, and associated meta-data. All requests must be authenticated using your Management API key.
Dependencies
- PHP >= 5.3
- PHP-cURL
Quick Start
See the example.php file
Installation
You can install the library using Composer and it will automatically download the library, check the dependencies and load the classes when used in your code. Just run:
composer require "catchoom/craftar-php"
Reporting Issues
If you have suggestions, bugs or other issues specific to this library, file them here or contact us at support@catchoom.com.