PHPackages                             git\_user\_id/git\_repo\_id - 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. git\_user\_id/git\_repo\_id

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

git\_user\_id/git\_repo\_id
===========================

0518PHP

Since Aug 29Pushed 7y agoCompare

[ Source](https://github.com/fatfishdigital/prowritingaid.php)[ Packagist](https://packagist.org/packages/git_user_id/git_repo_id)[ RSS](/packages/git-user-id-git-repo-id/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ProWritingAid.API
=================

[](#prowritingaidapi)

Official PHP prowritingaid.com API.

- API version: v2

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

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/prowriting/prowritingaid.php.git"
    }
  ],
  "require": {
    "prowriting/prowriting.php": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/SwaggerClient-php/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit lib/Tests

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
