Libraries tagged by initphp
initphp/translator
122 Downloads
Micro multi-language (i18n) translation library for PHP with file or directory based language packs, dot-delimited nested keys, placeholder interpolation and default-language fallback.
initphp/sessions
99 Downloads
Framework-agnostic PHP session manager with pluggable save handlers (File, Cookie, PDO, Redis, Memcache/Memcached, MongoDB).
initphp/queue
8 Downloads
The framework-less BabelQueue runtime for plain PHP: a polyglot queue worker loop with URN routing, retries/back-off, dead-letter routing and a database (PDO) transport, built on babelqueue/php-sdk.
initphp/performance-meter
48 Downloads
Zero-dependency, single-file PHP profiler for measuring elapsed time and memory usage between named checkpoints.
initphp/mailer
68 Downloads
Send e-mail through the native mail() function, a sendmail binary or SMTP with attachments, inline images and MIME multipart bodies.
initphp/input
123 Downloads
Read and validate GET, POST and JSON body input with configurable source priority for PHP.
initphp/dotenv
130 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/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
12 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.
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/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.