PHPackages                             cloudinary/account-provisioning - 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. [API Development](/categories/api)
4. /
5. cloudinary/account-provisioning

ActiveLibrary[API Development](/categories/api)

cloudinary/account-provisioning
===============================

Accounts with provisioning API access can create and manage their \*\*product environments\*\*, \*\*users\*\* and \*\*user groups\*\* using the RESTful Provisioning API. Provisioning API access is available \[upon request\](https://cloudinary.com/contact?plan=enterprise) for accounts on an \[Enterprise plan\](https://cloudinary.com/pricing#pricing-enterprise). The API uses \*\*Basic Authentication\*\* over HTTPS. Your \*\*Provisioning Key\*\* and \*\*Provisioning Secret\*\* are used for the authentication. These credentials (as well as your ACCOUNT\_ID) are located in the \[Cloudinary Console\](https://console.cloudinary.com/pm) under \*\*Settings &gt; Account &gt; Provisioning API Access\*\*, or they can be obtained from the provisioning environment variable available on your Cloudinary Console \[Dashboard\](https://console.cloudinary.com/pm/developer-dashboard). The Provisioning API has dedicated SDKs for the following languages: \* \[JavaScript\](https://github.com/cloudinary/account-provisioning-js) \* \[PHP\](https://github.com/cloudinary/account-provisioning-php) \* \[Java\](https://github.com/cloudinary/account-provisioning-java) Useful links: \* \[Provisioning API reference (Classic)\](https://cloudinary.com/documentation/provisioning\_api\_1)

0.1.0(1y ago)15MITPHPPHP ^8.1

Since Dec 31Pushed 1y ago12 watchersCompare

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

READMEChangelog (2)Dependencies (5)Versions (7)Used By (0)

Cloudinary Account Provisioning API PHP SDK
===========================================

[](#cloudinary-account-provisioning-api-php-sdk)

Accounts with provisioning API access can create and manage their **product environments**, **users** and **user groups** using the RESTful Provisioning API.

Provisioning API access is available [upon request](https://cloudinary.com/contact?plan=enterprise) for accounts on an [Enterprise plan](https://cloudinary.com/pricing#pricing-enterprise).

The API uses **Basic Authentication** over HTTPS. Your **Provisioning Key** and **Provisioning Secret** are used for the authentication. These credentials (as well as your ACCOUNT\_ID) are located in the [Cloudinary Console](https://console.cloudinary.com/pm) under **Settings &gt; Account &gt; Provisioning API Access**, or they can be obtained from the provisioning environment variable available on your Cloudinary Console [Dashboard](https://console.cloudinary.com/pm/developer-dashboard).

The Provisioning API has dedicated SDKs for the following languages:

- [JavaScript](https://github.com/cloudinary/account-provisioning-js)
- [PHP](https://github.com/cloudinary/account-provisioning-php)
- [Java](https://github.com/cloudinary/account-provisioning-java)

Useful links:

- [Provisioning API reference (Classic)](https://cloudinary.com/documentation/provisioning_api_1)

For more information, please visit .

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

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

```
{
  "require": {
    "cloudinary/account-provisioning": "*"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
