Libraries tagged by warmable
phpgt/config
7492 Downloads
Manage configuration with ini files and environment variables.
php-cast/php-cast
31 Downloads
Cast variables to different types. Native types, generic types, custom classes, nested classes, and more
phore/template
53 Downloads
Inject variables into a template
pbd-kn/contao-inputvar-bundle
683 Downloads
get/set Input Variables
paulorlima9/laravel-env-set-command
9 Downloads
Set a .env file variable from the command line
overlu/var-dumper
112 Downloads
Provides mechanisms for walking through any arbitrary PHP variable
openbuildings/environment-backup
136340 Downloads
Backup/restore environment variables: globals, static vars, configs
nielbuys/phpdotenv
8 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
munna/dot-env-editor
100 Downloads
Simple package for laravel .env file modification. Now you can handle your .env variable easily.
mschnieder/phpspreadsheet-template-tool
1936 Downloads
Fills Variables in a Excel File for PhpOffice-Spreadsheet.
mgargano/non-production-robots-ignore
2436 Downloads
Non Production Robots Ignore is a simple WordPress plugin that is used with vlucas/phpdotenv (or similar) that sets environment variables to set robots.txt to ignore all on all environments except production.
mesavolt/env
1298 Downloads
Static helper to get environment variables in a Symfony 4+ app, loaded either from .env or .env.local.php
marmotz/dumper
7776 Downloads
A pretty variable dumper for HTML & cli
marcocesarato/markdown
71 Downloads
This package can convert PHPDoc comments from classes into Markdown. It can parse a class file with a given file name and extracts the documentation of its functions and variables that it may contain in PHPDoc format. The package can convert the extracted documentation into a file in Markdown format.
marcocesarato/cpdo
182 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.