Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.
Paul edited this page Oct 6, 2016 · 5 revisions

Recast.AI - SDK PHP

alt text

Recast.AI official SDK in PHP

Synospis

This module is a wrapper around the Recast.AI API, and allows you to:

Installation

composer require recastai/sdk-php

Documentation

You can find the full documentation here.

Specs

Classes

This module contains 5 classes, as follows:

  • Client is the client allowing you to make requests.
  • Response wraps the response from a call to Recast.AI API with the text_request or file_request Client methods.
  • Conversation wraps the response from a call to Recast.AI API with the text_converse Client method.
  • Entity represents an entity extracted from an input.

Don't hesitate to dive into the code :)

Clone this wiki locally