PHPackages                             allcdnboy/textline - 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. allcdnboy/textline

ActiveLibrary[API Development](/categories/api)

allcdnboy/textline
==================

PHP client for the Textline API

022PHP

Since Sep 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/AllCdnBoy/textline-api)[ Packagist](https://packagist.org/packages/allcdnboy/textline)[ RSS](/packages/allcdnboy-textline/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Textline PHP
============

[](#textline-php)

Setup
-----

[](#setup)

Using composer:

```
composer require allcdnboy/textline
```

Usage
-----

[](#usage)

### Authentication

[](#authentication)

When initializing the client you must provide your api key (obtained [here](https://application.textline.com/organization/api_settings)) and email and password of the agent you want represented by your API requests. This will make a request to the Textline API to retrieve an authentication token which will then automatically be attached to all subsequent requests to the api. If you already know your token you may pass it in as the fourth argument.

```
