PHPackages                             kafkiansky/textru - 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. kafkiansky/textru

AbandonedArchivedLibrary[API Development](/categories/api)

kafkiansky/textru
=================

Library for text.ru api interaction.

0.2(6y ago)12.0kGPL-3.0PHPPHP &gt;=7.2

Since Sep 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/kafkiansky/textruapi)[ Packagist](https://packagist.org/packages/kafkiansky/textru)[ Docs](https://github.com/kafkiansky/textruapi)[ RSS](/packages/kafkiansky-textru/feed)WikiDiscussions master Synced yesterday

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

The php library for api [text.ru](http://text.ru) interacting
=============================================================

[](#the-php-library-for-api-textru-interacting)

Requirements
============

[](#requirements)

- PHP 7.2 or higher
- GuzzleHttp 6.3 or higher

Installation
============

[](#installation)

Use **Composer** for install:

```
composer require kafkiansky/textruapi

```

Usage
=====

[](#usage)

Simple create object of class TextruInteractor with two arguments:

1. Send text for checking, put in `sendForVerification()` method `QueuedText` object with needed arguments, e.g. Text, CallbackUrl, etc. All arguments except text are not required.

```
