PHPackages                             bachus03/prismic-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. bachus03/prismic-api-client

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

bachus03/prismic-api-client
===========================

Prismic

1.0.11(2y ago)03.1k↓50%unlicensePHPPHP ^7.3 || ^8.0

Since Jul 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bachus03/prismic-api-client)[ Packagist](https://packagist.org/packages/bachus03/prismic-api-client)[ Docs](https://github.com/bachus03/prismic-api-client)[ RSS](/packages/bachus03-prismic-api-client/feed)WikiDiscussions master Synced 1mo ago

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

Prismic Api client
==================

[](#prismic-api-client)

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.3 and later. Should also work with PHP 8.0 but has not been tested.

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/bachus03/prismic-api-client"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
