PHPackages                             fastcomments/fastcomments-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. fastcomments/fastcomments-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

fastcomments/fastcomments-php
=============================

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

v1.2.0(4mo ago)020↓100%1MITPHPPHP ^7.4 || ^8.0

Since Mar 27Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/FastComments/fastcomments-php)[ Packagist](https://packagist.org/packages/fastcomments/fastcomments-php)[ Docs](https://fastcomments.com)[ RSS](/packages/fastcomments-fastcomments-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (4)Versions (9)Used By (1)

fastcomments/client
===================

[](#fastcommentsclient)

No description provided (generated by Openapi Generator )

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

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

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

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
