Libraries tagged by provision
miniorange/scim-laravel
25 Downloads
Laravel SCIM Solution allows you to perform real-time user provisioning/sync from your Identity Provider to Service Provider.
mannysoft/voxboneapiclient
737 Downloads
The Provisioning API enables Voxbone customers to automate the ordering and configuration of phone numbers and channels.n
lanos/vapor-tenant-buckets-new
92 Downloads
Automatically Provision AWS S3 Buckets for tenants.
kurn77/nextcloud-api-wrapper
14 Downloads
A simple wrapper around nextcloud user provisioning api
kettasoft/gatekeeper
13 Downloads
A lightweight and powerful package for handling permissions and provisions in Laravel
jansen/nv
5 Downloads
Extensible Provisioning Protocol (EPP) China Name Verification Mapping的PHP实现,目前支持的VSP为泰尔英福(Teleinfo.cn)
ikarolaborda/base-docker-infra
0 Downloads
Docker infrastructure provision for most PHP projects
icuk/api-php
19 Downloads
The ICUK API provides an interface to the reseller control panel which can be used to control the provisioning and configuration of facilities remotely
gizra/robo-elasticsearch
6 Downloads
ElasticSearch provision for Drupal Robo command as PHP trait
geeks4change/h4d_help
43 Downloads
Provides a provisional help toggletip, until core does.
geeks4change/h4d_dark_mode
22 Downloads
Provides a provisional auto dark mode.
dream-hun/epp
4 Downloads
EPP (Extensible Provisioning Protocol) Client Library for Laravel
d-scribe/ds-live
34 Downloads
Extension of default core classes and provision of addition utility classes
cloudinary/permissions
3 Downloads
Accounts with Permissions API access can manage custom permission policies. These policies assign permissions for a principal, allowing the principal to perform a specific action on a designated resource within a particular scope (your account or a product environment). Refer to the [Permissions API guide](permissions_api_guide) for instructions on what to specify in the `policy_statement` to control Cloudinary activities, and to the Cedar schema, which defines the possible values for principals, actions, and resources. 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 > Account > Provisioning API Access**. The Permissions API has dedicated SDKs for the following languages: * JavaScript * PHP * Java
bubnov-mikhail/landedcostcalculationapi
13734 Downloads
Landed Cost API providing duty rates, calculation, and item harmonization. A set of sample requests are available as a [Postman Collection](https://www.getpostman.com/collections/ad308f6c9351a18c2c12). ## Basics ### Timestamps Timestamps should be formatted using ISO-8601 to the nearest second, in UTC e.g `2015-06-12T09:17:37Z` ### Expiries All Requests will have an associated timestamp. The validity for any request is 1 minute to account for any clock-skew. ## Authorization All API requests require an http header that contains your account ID and your account API Key. During account provisioning, you will be issued an API Key which you must supply with every request. ### Authorization Header To make an authorized API request, set the following HTTP header: `authorization: avalaraapikey id: key:`