Libraries tagged by variablen
distortedfusion/blade-colors
2575 Downloads
CSS variable color management.
cswni/laravel-env-set-command
41679 Downloads
Set a .env file variable from the command line
silinternational/php-env
50238 Downloads
Simple PHP library for getting (or requiring) environment variables, designed to handle true, false, and null more intelligently. If desired, an environment variable's value can be split into an array automatically.
packagist/closurecompiler-bin
100329 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.
s-borchev/spicy-identifiers
4198 Downloads
An easy way to parse and manipulate identifier names, such as dynamic method names.
fomvasss/laravel-variables
1413 Downloads
Dynamic management of variables/configs in Laravel app
dobrik/extended-dumper
9837 Downloads
Symfony var dumper with extended data.
nbgrp/env-bundle
701 Downloads
The bundle provides a few useful custom Symfony Environment Variable processors
kaxiluo/php-excel-template
117 Downloads
Generating Excel files from templates, provide excel template variable rendering
aporat/laravel-filter-var
1248 Downloads
A Laravel package for filtering and sanitizing request variables with customizable rules
incenteev/dynamic-parameters-bundle
10538 Downloads
Runtime retrieval of parameters from environment variables for Symfony
vatradar/env
3278 Downloads
An environment variable convenience library extension for vlucas/phpdotenv
somebdyelse/typo3-symfony-env-vars
1978 Downloads
TYPO3 Extension that replaces the stock environment variable processor by Symfony's
snipershady/typeidentifier
2608 Downloads
Free service to identify primitive type of a variable
pixelbrackets/not-empty
4066 Downloads
not empty() - Adds methods to determine whether a variable is blank or present - Inspired by Ruby on Rails