Libraries tagged by initphp
initphp/socket
4677 Downloads
Lightweight TCP, UDP, TLS and SSL socket server/client toolkit for PHP 8.1+.
initphp/fiber-loops
11 Downloads
A minimal cooperative task scheduler (event loop) for PHP, built on native fibers.
initphp/events
125 Downloads
Events (Hook) library — bundles the EventEmitter primitive previously distributed as initphp/event-emitter.
initphp/encryption
244 Downloads
Secure, modern symmetric encryption for PHP built on top of OpenSSL and libsodium.
initphp/database
243 Downloads
InitPHP Database — QueryBuilder, DBAL and ORM facade for the InitORM stack, plus a server-side DataTables.js helper.
yoanm/init-php-repository
17 Downloads
initphp/views
46 Downloads
A small, adapter-based view rendering layer for PHP with PurePHP, Blade and Twig back-ends.
initphp/validation
248 Downloads
Fast, dependency-free data validation for PHP with a string rule DSL, callable rules and localized error messages.
initphp/upload
39 Downloads
Validate and store uploaded files on local disk, FTP/FTPS or Amazon S3 through a single adapter-based API.
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/router
203 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/parameterbag
261 Downloads
Single and multi-dimensional parameter bag with dot-path access for PHP.