PHPackages                             kanian/recastai-sdk-php-no-require-autoload - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kanian/recastai-sdk-php-no-require-autoload

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kanian/recastai-sdk-php-no-require-autoload
===========================================

PHP SDK Recast.AI with Explicit Require Autoload Statements Removed

3.1.1(8y ago)01.1kMITPHPPHP ^5.3.3 || ^7.0

Since Oct 3Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kanian/recastai-sdk-php-no-require-autoload)[ Packagist](https://packagist.org/packages/kanian/recastai-sdk-php-no-require-autoload)[ Docs](https://recast.ai)[ RSS](/packages/kanian-recastai-sdk-php-no-require-autoload/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (11)Used By (0)

[![alt text](https://camo.githubusercontent.com/0fd5a8f7bf503d04067dae69d34219b65c912f05b500041dc658d896b219c2e6/68747470733a2f2f63646e2e7265636173742e61692f6272616e642f7265636173742d61692d6c6f676f2d696e6c696e652e706e67 "Recast.AI")](https://camo.githubusercontent.com/0fd5a8f7bf503d04067dae69d34219b65c912f05b500041dc658d896b219c2e6/68747470733a2f2f63646e2e7265636173742e61692f6272616e642f7265636173742d61692d6c6f676f2d696e6c696e652e706e67)

Recast.AI - SDK PHP
===================

[](#recastai---sdk-php)

Recast.AI official SDK in PHP

Synospis
--------

[](#synospis)

This module is a wrapper around the [Recast.AI](https://recast.ai) API, and allows you to:

- [Analyse your text](https://github.com/RecastAI/SDK-PHP/wiki/01---Analyse-text)
- [Manage your conversation](https://github.com/RecastAI/SDK-PHP/wiki/02---Manage-conversation)
- [Receive and send messages](https://github.com/RecastAI/SDK-PHP/wiki/03--Receive-and-send-messages)

Installation
------------

[](#installation)

Install the package using npm, as shown below:

```
composer require recastai/sdk-php
```

You can now use the sdk in your code.

Using the entire SDK:

```
