Libraries tagged by parametres
jedrzej/searchable
219213 Downloads
Searchable trait for Laravel's Eloquent models - filter your models using request parameters
jedrzej/pimpable
148134 Downloads
Laravel 4/5/6 package that allows to dynamically filter, sort and eager load relations for your models using request parameters
ionux/phactor
46286 Downloads
Phactor is a high-performance PHP implementation of the elliptic curve math functions required to generate & verify private/public (asymmetric) EC keypairs and ECDSA signatures based on secp256k1 curve parameters. This library also includes a class to generate Service Identification Numbers (SINs) based on the published Identity Protocol v1 spec.
dantleech/invoke
252782 Downloads
Emulate named parameters
constup/aws-secrets-bundle
138376 Downloads
Use AWS Secrets as service container parameters in Symfony.
aura/dispatcher
82712 Downloads
Creates objects from a factory and invokes methods using named parameters; also provides a trait for invoking closures and object methods with named parameters.
andrewgjohnson/imagettftextblur
117093 Downloads
imagettftextblur is a drop in replacement for imagettftext with added parameters to add blur, glow and shadow effects to your PHP GD images
symplify/auto-bind-parameter
2161944 Downloads
Auto bind parameters for your Symfony applications
laminas/laminas-config-aggregator-parameters
70565 Downloads
PostProcessor extension for laminas/laminas-config-aggregator to allow usage of templated parameters within your configuration
rybakit/arguments-resolver
93392 Downloads
ArgumentsResolver allows you to determine the arguments to pass to a function or method.
diarmuidie/envpopulate
74049 Downloads
Tool to interactively populate a `.env` file based on an `.env.example` file whenever Composer installs or updates.
xsuchy09/utm-cookie
45189 Downloads
Utm-Cookie saves utm parameters from url into cookie with defined lifetime (default 7 days). Than cookie (utm) can be used later without parsing google or any other cookies.
opensky/runtime-config-bundle
48637 Downloads
This bundle provides a way to inject parameters into services at runtime by exposing a RuntimeParameterBag service, which functions exactly like Symfony2's own ParameterBags.
nealio82/avro-php
71351 Downloads
Implementation of Apache's Avro PHP library with Composer support, PSR-4 autoloading, namespaces, and type hinted method parameters
marcocesarato/sqlparser
31099 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.