PHPackages                             recastai/sdk-php - 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. [API Development](/categories/api)
4. /
5. recastai/sdk-php

ActiveLibrary[API Development](/categories/api)

recastai/sdk-php
================

The official PHP SDK Recast.AI

4.0.0(7y ago)11.3kMITPHPPHP ^5.3.3 || ^7.0

Since Oct 3Pushed 7y agoCompare

[ Source](https://github.com/RecastAI/SDK-PHP)[ Packagist](https://packagist.org/packages/recastai/sdk-php)[ Docs](https://recast.ai)[ RSS](/packages/recastai-sdk-php/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (4)Versions (14)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/Analyse-text)
- [Manage your conversation](https://github.com/RecastAI/SDK-PHP/wiki/Manage-conversation)
- [Receive and send messages](https://github.com/RecastAI/SDK-PHP/wiki/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:

```
