Libraries tagged by param
hejunjie/encrypted-request
270 Downloads
PHP 请求加密工具包,支持 AES 解密、签名与时间戳验证,快速实现前后端安全通信 | PHP encryption toolkit for AES decryption, signature, and timestamp verification, enabling fast and secure front-to-backend communication. Front-end npm package generates encrypted request parameters without changing existing APIs
grizzlylab/assets-version-bundle
43881 Downloads
Automates the process of updating assets version in Symfony 5 projects still using parameters.yml
genai/sql-mapper
162 Downloads
MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.
g4/aura-router
14085 Downloads
The Aura Router package implements web routing; given a URI path and a copy of $_SERVER, it will extract controller, action, and parameter values for a specific route.
forxer/blade-components-reflection
47 Downloads
Runtime reflection utilities for class-based Blade components (settable attributes & constructor parameters).
fomvasss/laravel-url-facet-filter
414 Downloads
Building and displaying facet filter parameters and managing them
fizzday/fizzjwt
1146 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
596 Downloads
This package implements a function which allows you to create urls with user and password parameter from http.
ernestdefoe/projects
98 Downloads
User Projects for Flarum 2 — a flexible showcase for creator communities (books, games, art, software…). Project cards with images, admin-defined categories & custom typed parameters, a domain-restricted button/link system, search & filters, optional moderation, likes, profile integration (Projects tab + featured-project badge), and FoF Badges integration.
eliashaeussler/typo3-solver
2111 Downloads
Solver - Extends TYPO3's exception handling with AI generated solutions. Problems can also be solved from command line. Several OpenAI parameters are configurable and prompts and solution providers can be customized as desired.
drupal/core-datetime
437 Downloads
This class wraps the PHP DateTime class with more flexible initialization parameters, allowing a date to be created from an existing date object, a timestamp, a string with an unknown format, a string with a known format, or an array of date parts. It also adds an errors array and a __toString() method to the date object.
drkbcn/php-pdo-mssql-class
107 Downloads
A PHP MsSQL PDO class similar to the the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.
divineniiquaye/php-invoker
10296 Downloads
A library that provides the abilities to invoking callables with named parameters in a generic and extensible way.
digitalpulsebe/craft-utm-tracker
1902 Downloads
Track landing query parameters in user session
demmonico/yii2-config
3810 Downloads
Yii2 extension which allows to get application parameters, text or email templates from database tables or from default config, to import and to manage them from admin panel dynamically.