PHPackages                             grammarbot/grammarbot-php-client - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. grammarbot/grammarbot-php-client

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

grammarbot/grammarbot-php-client
================================

This is a PHP client for using Grammarbot API to parse text for syntax and grammer errors

56.1k3PHP

Since Dec 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/imranswe/grammarbot-php-client)[ Packagist](https://packagist.org/packages/grammarbot/grammarbot-php-client)[ RSS](/packages/grammarbot-grammarbot-php-client/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

PHP HTTP Client for GrammarBot API
==================================

[](#php-http-client-for-grammarbot-api)

This is a HTTP Client wrapper written in PHP to utlize Grammarbot.io API. It is simple and straightforward. It can be installed using composer and manually.

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

[](#installation)

### Using Composer

[](#using-composer)

Run below commands one by one in your project directory

```
git clone https://github.com/imranswe/grammarbot-php-client.git

composer install

```

### OR RUN only

[](#or-run-only)

```
composer require grammarbot/grammarbot-php-client:dev-master

```

### Manual installation

[](#manual-installation)

Download the repository code and directly require the GrammarBot.php file in your code

```
