PHPackages                             gmulti/xgen - 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. gmulti/xgen

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

gmulti/xgen
===========

SDK for text generator

10PHP

Since Sep 5Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Gmulti/XGen)[ Packagist](https://packagist.org/packages/gmulti/xgen)[ RSS](/packages/gmulti-xgen/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

XGen SDK PHP
============

[](#xgen-sdk-php)

> Official PHP SDK of the XGen API.

---

API Documentation :

Requirements
------------

[](#requirements)

- PHP version 7.2 and later
- XGen API Key, [contact me](https://twitter.com/TDeneulin)

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

[](#installation)

You can install the library via [Composer](https://getcomposer.org/). Run the following command:

```
composer require gmulti/xgen
```

To use the library, use Composer's [autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading):

```
require_once __DIR__. '/vendor/autoload.php';
```

Example
-------

[](#example)

### Usage with data sample

[](#usage-with-data-sample)

```
