Libraries tagged by variablen
arifpavel/elementor-stubs
13080 Downloads
Elementor function, class, and global variable declaration stubs for easier static analysis.
packagist/closurecompiler-bin
98454 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.
another-library/type-guard
1358 Downloads
Type Guard module is part of the Pinkary Project, and allows you to **narrow down the type** of a variable to a more specific type.
s-borchev/spicy-identifiers
3545 Downloads
An easy way to parse and manipulate identifier names, such as dynamic method names.
fomvasss/laravel-variables
1287 Downloads
Dynamic management of variables/configs in Laravel app
dobrik/extended-dumper
9419 Downloads
Symfony var dumper with extended data.
nbgrp/env-bundle
655 Downloads
The bundle provides a few useful custom Symfony Environment Variable processors
czechphp/czech-bank-account-bundle
8345 Downloads
Symfony integration for Czech bank account library
aporat/laravel-filter-var
910 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
webino/zend-view
9038 Downloads
provides a system of helpers, output filters, and variable escaping
vatradar/env
2068 Downloads
An environment variable convenience library extension for vlucas/phpdotenv
snipershady/typeidentifier
2057 Downloads
Free service to identify primitive type of a variable
secursus/var_representation_polyfill
2566 Downloads
Polyfill for var_representation: convert a variable to a string in a way that fixes the shortcomings of var_export
pixelbrackets/not-empty
3865 Downloads
not empty() - Adds methods to determine whether a variable is blank or present - Inspired by Ruby on Rails