Libraries tagged by variable
crisu83/closurecompiler-bin
10223 Downloads
The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. Packaged for composer.
creativeorange/laravel-injectable
182 Downloads
Injecting variables into models after they were retrieved from the database.
craftisan/laravel-seo
10446 Downloads
SEO for Laravel - Generate pages from templates created using data variables to render customized content.
cozmot/module-customvariableapi
6 Downloads
Magento 2 Custom Variable Api Extension
controlcode/cakephp-json-switch
6 Downloads
Quick switch to json representation of any view variables.
connectholland/env-var-loader-bundle
1 Downloads
A symfony 5 bundle with various environment variable loaders
coisa/dotenv
183 Downloads
Autoload environment variables from a .env file
codon/super-object
8 Downloads
A extended ArrayObject class with self-referring variables, caching and retrieve-by-path support
codeurx/dotenv
13 Downloads
Loads environment variables from .env to getenv().
codedgr/router
25 Downloads
Route the URL variables to your project
codebot/phpenv
550 Downloads
Class for storing and reading environment variables from .env file stored in document root.
cmdrtpir/timezone
5 Downloads
Add the ability to force your Laravel project into a timezone using enviroment variables.
cloudinary/account-provisioning
5 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)
clippings/env-backup
925 Downloads
Backup/restore environment variables: globals, static vars, configs
clearcode/wordpress-config
319 Downloads
Automagically define WordPress configuration constants from environment variables and .env file.