Libraries tagged by environment management
foliolabs/folioshell
944 Downloads
This command-line script helps to ease the management of WordPress sites in your development environment.
dipesh79/laravel-env-manager
8 Downloads
Manage Laravel environment variables with ease using Artisan commands and a basic web interface for visual management.
aklump/live-dev-porter
539 Downloads
Simplifies the management and transfer of assets between website environments.
rozehnal/environment-parameters
3623 Downloads
Composer script building your detached parameters for deploying the app. Built above the great incenteev/composer-parameter-handler library.
jorpo/environment
0 Downloads
Environment Management in an OOP way
tburschka/composer-environment-injector
2102 Downloads
Composer script injecting your environment variables
olegpopadko/composer-heroku-database-environment
30 Downloads
Simple connect to herokupostgres for php-applications
primal/environment
6 Downloads
Very basic environmental settings management library
titon/env
71 Downloads
The environment package provides environment detection and secure environment variable management.
nathanburkett/ecosystem
13 Downloads
Asset aware environments
kariricode/configurator
1 Downloads
A flexible and efficient configuration management component for the KaririCode Framework, providing robust configuration handling for PHP applications.
jenson/convict
10 Downloads
Configuration management. PHP implementation of node-convict
envkey/envkey-php
95 Downloads
Keeps environment variables automatically in sync. Protects secrets with end-to-end encryption.
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
cloudinary/account-provisioning
2 Downloads
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 > Account > 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)