Libraries tagged by instaphp
initphp/input
123 Downloads
Read and validate GET, POST and JSON body input with configurable source priority for PHP.
initphp/dotenv
131 Downloads
Loads environment variables from a .env or .env.php file, with type coercion and ${VAR} interpolation.
initphp/cookies
84 Downloads
Signed, tamper-evident cookie manager for PHP with per-key TTL support.
initphp/console
129 Downloads
A simple helper library for writing console/CLI applications in PHP, including a styleable ANSI table renderer (formerly initphp/cli-table).
initphp/config
129 Downloads
Advanced configuration manager for PHP with dotted-path access, file/directory/class loaders and a static facade.
initphp/cache
105 Downloads
A lightweight PSR-16 (Simple Cache) implementation with file, PDO, Redis, Memcache(d) and WinCache handlers.
initphp/barbarian
13 Downloads
Small, dependency-light database migration library for PHP with a PDO-based runner and a CLI.
initphp/auth
39 Downloads
PHP authentication & authorization library with pluggable storage adapters (session, cookie, custom) and a small permission manager.
instapage/php-logger
1073 Downloads
A library for standardized logs & metric format, based on monolog/monolog.
insphpect/staticanalysis
4 Downloads
A set of static analysis tools
initphp/logger
170 Downloads
PSR-3 compliant logger with File and PDO handlers, plus a multiplexer for sending each log record to several handlers at once.
initphp/http
254 Downloads
Standards-compliant PSR-7 / PSR-17 / PSR-18 HTTP message, factory, client and response emitter implementation for PHP 7.4+.
initphp/escaper
38 Downloads
Context-aware output escaper (HTML, attribute, JavaScript, CSS, URL) for safely rendering untrusted user input.
initphp/container
108 Downloads
Minimal PSR-11 dependency injection container with reflection-based autowiring.
initphp/var-dumper
23 Downloads
VarDumper (DEPRECATED — use symfony/var-dumper, the de facto standard PHP dumper)