Skip to content

rosette-api/php

Repository files navigation

Build Status

PHP client binding for Rosette API

See the wiki for more information.

Installation

composer require "rosette/api"

If the version you are using is not the latest from Packagist, please check for its compatibilty with api.rosette.com. If you have an on-premise version of Rosette API server, please contact support for binding compatibility with your installation.

Basic Usage

See examples

API Documentation

See documentation

Release Notes

See the wiki

Additional Information

Visit Rosette API site

Docker

A Docker image for running the examples against the compiled source library is available on Docker Hub.

Command: docker run -e API_KEY=api-key -v "<binding root directory>:/source" rosetteapi/docker-php

Additional environment settings: -e ALT_URL=<alternative URL> -e FILENAME=<single filename>