PHPackages                             metafabinc/php-sdk - 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. metafabinc/php-sdk

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

metafabinc/php-sdk
==================

Complete MetaFab API references and guides can be found at: https://trymetafab.com

1.5.1(3y ago)21.7k↓25%1[1 PRs](https://github.com/MetaFabInc/metafab-php/pulls)unlicensePHPPHP ^7.4 || ^8.0

Since Oct 21Pushed 3y ago2 watchersCompare

[ Source](https://github.com/MetaFabInc/metafab-php)[ Packagist](https://packagist.org/packages/metafabinc/php-sdk)[ Docs](https://openapi-generator.tech)[ RSS](/packages/metafabinc-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (4)Versions (10)Used By (0)

MetaFab
=======

[](#metafab)

Complete MetaFab API references and guides can be found at:

For more information, please visit .

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/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
