PHPackages                             heytextual/heytextual - 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. heytextual/heytextual

ActiveLibrary[API Development](/categories/api)

heytextual/heytextual
=====================

PHP SDK for the HeyTextual API

v1.0.1(1y ago)012MITPHPPHP &gt;=7.2

Since Jul 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/danielfergu/heytextual-php)[ Packagist](https://packagist.org/packages/heytextual/heytextual)[ Docs](https://github.com/danielfergu/heytextual-php)[ RSS](/packages/heytextual-heytextual/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

HeyTextual PHP SDK
==================

[](#heytextual-php-sdk)

Este SDK proporciona una forma simple de interactuar con la API de HeyTextual.

Instalación
-----------

[](#instalación)

Puedes instalar el SDK a través de Composer. Añade lo siguiente a tu archivo `composer.json`:

```
{
    "require": {
        "heytextual/heytextual": "^1.0"
    }
}
```

O ejecuta el siguiente comando:

```
composer require heytextual/heytextual
```

Uso
---

[](#uso)

Primero, incluye el archivo de autoload de Composer en tu proyecto:

```
