PHPackages                             bitween-software/dev-to-open-api-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. [HTTP &amp; Networking](/categories/http)
4. /
5. bitween-software/dev-to-open-api-client

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

bitween-software/dev-to-open-api-client
=======================================

Access Forem articles, users and other resources via API. For a real-world example of Forem in action, check out \[DEV\](https://www.dev.to). All endpoints that don't require authentication are CORS enabled. Dates and date times, unless otherwise specified, must be in the \[RFC 3339\](https://tools.ietf.org/html/rfc3339) format. # Authentication &lt;!-- ReDoc-Inject: &lt;security-definitions&gt; --&gt;

1.0(5y ago)28unlicensePHPPHP &gt;=7.2

Since Mar 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bitween-software/dev-to-php-api-client)[ Packagist](https://packagist.org/packages/bitween-software/dev-to-open-api-client)[ Docs](https://openapi-generator.tech)[ RSS](/packages/bitween-software-dev-to-open-api-client/feed)WikiDiscussions main Synced 1w ago

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

OpenAPIClient-php
=================

[](#openapiclient-php)

Access Forem articles, users and other resources via API.

For a real-world example of Forem in action, check out [DEV](https://www.dev.to).

All endpoints that don't require authentication are CORS enabled.

Dates and date times, unless otherwise specified, must be in the [RFC 3339](https://tools.ietf.org/html/rfc3339) format.

Authentication
==============

[](#authentication)

For more information, please visit .

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.2 and later.

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/bitween-software/dev-to-open-api-client.git"
    }
  ],
  "require": {
    "bitween-software/dev-to-open-api-client": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
