Libraries tagged by param
furthestworld/validator
4177 Downloads
yeah, another params validate component for PHP applications.
fizzday/fizzjwt
424 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP, based on 'firebase/jwt', add the decode() third param default 'HS256'(JWT 无状态 restful api 认证)
felipemateus/http-build-url
476 Downloads
This package implements a function which allows you to create urls with user and password parameter from http.
fazland/dto-management-bundle
1689 Downloads
DTO finder and param converter bundle
etiwole/utm-cookie-bundle
41 Downloads
This bundle allow you to save utm parameters from url into a cookie when they exists. It's also provide a bunch of tools to easily retrive all or each utm.
escsrl/requestparams
2290 Downloads
Simple class for request parameters handling
enalquiler/instanciate
6363 Downloads
A high order function to instanciate classes passing parameters
elixis-group/gcp-secret-manager-bundle
547 Downloads
Use GCP Secrets as service container parameters in Symfony, and provided provider class to access secrets value.
ekyna/setting-bundle
1299 Downloads
Parameters management
drkbcn/php-pdo-mssql-class
87 Downloads
A PHP MsSQL PDO class similar to the the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.
dlpwd/router
1295 Downloads
Lightweight router library with named url parameters
demi/seo
1558 Downloads
Library for working with SEO parameters of models
deemon47/user-agent-generator
1855 Downloads
Generate random User-Agent http header with parameters
davidjeddy/normie
11 Downloads
Attempt to normalize the PHP standard library array and string function parameter order.
danbettles/morf
637 Downloads
Morf was designed to filter request-parameters *en masse* but it is also useful in many other situations. A Morf *Filter* is created from an array of definitions that describes each parameter you're interested in, and serves-up valid, type-cast values; it'll spit-out an exception when something's overtly wrong.