Libraries tagged by initphp
initphp/upload
39 Downloads
Validate and store uploaded files on local disk, FTP/FTPS or Amazon S3 through a single adapter-based API.
initphp/sessions
99 Downloads
Framework-agnostic PHP session manager with pluggable save handlers (File, Cookie, PDO, Redis, Memcache/Memcached, MongoDB).
initphp/router
200 Downloads
InitPHP HTTP Router Library
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/dotenv
130 Downloads
Loads environment variables from a .env or .env.php file, with type coercion and ${VAR} interpolation.
initphp/config
129 Downloads
Advanced configuration manager for PHP with dotted-path access, file/directory/class loaders and a static facade.
initphp/views
45 Downloads
InitPHP Views Engine
initphp/translator
121 Downloads
This library; It is a micro library that will allow you to add multi-language support to your projects or libraries.
initphp/mailer
68 Downloads
InitPHP Mailer Library
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/input
123 Downloads
InitPHP Input Library
initphp/escaper
38 Downloads
Context-aware output escaper (HTML, attribute, JavaScript, CSS, URL) for safely rendering untrusted user input.
initphp/cookies
84 Downloads
InitPHP Cookie Manager
initphp/container
108 Downloads
Minimal PSR-11 dependency injection container with reflection-based autowiring.