Libraries tagged by kevariable
php-console/silex-service-provider
39485 Downloads
Silex service provider to handle PHP errors, dump variables, execute PHP code remotely in Google Chrome
php-console/laravel-service-provider
60856 Downloads
Laravel service provider to handle PHP errors, dump variables, execute PHP code remotely in Google Chrome
paranoiq/xmlon-encoder
37513 Downloads
Serialize variables to simple XML format, just like JSON
packagelist/closurecompiler-bin
32420 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.
mf/pre-build
18474 Downloads
Pre build commands for exporting variables for building a package
mediawiki/auth-remoteuser
21563 Downloads
Automatically logs-in users if they are already authenticated by a remote source. (e.g. environment variable REMOTE_USER)
maatwebsite/yamlenv
16166 Downloads
Reads `env.yml` and makes a validated list of variables available as environment variables
lazervel/dotenv
46 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automatically.
justbetter/dotenv
12044 Downloads
Module to overwrite and set environment variables
interfasys/lognormalizer
1106348 Downloads
Parses variables and converts them to string so that they can be logged
ghostable-dev/cli
1379 Downloads
Official CLI tool for securely managing and interacting with Ghostable environment variables.
gammadia/translator
98160 Downloads
Translation component, with builtin fallback for french language, and variable replacement
f-lombardo/secrets-loader
15148 Downloads
Load secret values from SSM into environment variables - Forked from bref/secrets-loader
epifrin/rector-custom-rules
20535 Downloads
These are three rector rules to convert private method name, to convert local variable name to camel case and to replace double quotes with single quotes in string literals.
bangpound/composer-dotenv
30161 Downloads
Load environment variables from `.env` when Composer runs