Packages from initphp
-
PHP
initphp/auth
PHP authentication & authorization library with pluggable storage adapters (session, cookie, custom) and a small permission manager.
-
PHP
initphp/barbarian
Small, dependency-light database migration library for PHP with a PDO-based runner and a CLI.
-
PHP
initphp/cache
A lightweight PSR-16 (Simple Cache) implementation with file, PDO, Redis, Memcache(d) and WinCache handlers.
-
PHP
initphp/config
Advanced configuration manager for PHP with dotted-path access, file/directory/class loaders and a static facade.
-
PHP
initphp/console
A simple helper library for writing console/CLI applications in PHP, including a styleable ANSI table renderer (formerly initphp/cli-table).
-
PHP
initphp/container
Minimal PSR-11 dependency injection container with reflection-based autowiring.
-
-
PHP
initphp/database
InitPHP Database — QueryBuilder, DBAL and ORM facade for the InitORM stack, plus a server-side DataTables.js helper.
-
PHP
initphp/dotenv
Loads environment variables from a .env or .env.php file, with type coercion and ${VAR} interpolation.
-
PHP
initphp/encryption
Secure, modern symmetric encryption for PHP built on top of OpenSSL and libsodium.
-
PHP
initphp/escaper
Context-aware output escaper (HTML, attribute, JavaScript, CSS, URL) for safely rendering untrusted user input.
-
PHP
initphp/events
Events (Hook) library — bundles the EventEmitter primitive previously distributed as initphp/event-emitter.
-
PHP
initphp/fiber-loops
A minimal cooperative task scheduler (event loop) for PHP, built on native fibers.
-
PHP
initphp/http
Standards-compliant PSR-7 / PSR-17 / PSR-18 HTTP message, factory, client and response emitter implementation for PHP 7.4+.
-
PHP
initphp/input
Read and validate GET, POST and JSON body input with configurable source priority for PHP.
-
PHP
initphp/logger
PSR-3 compliant logger with File and PDO handlers, plus a multiplexer for sending each log record to several handlers at once.
-
PHP
initphp/mailer
Send e-mail through the native mail() function, a sendmail binary or SMTP with attachments, inline images and MIME multipart bodies.
-
-
PHP
initphp/performance-meter
Zero-dependency, single-file PHP profiler for measuring elapsed time and memory usage between named checkpoints.
-
PHP
initphp/queue
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.
-
-
PHP
initphp/sessions
Framework-agnostic PHP session manager with pluggable save handlers (File, Cookie, PDO, Redis, Memcache/Memcached, MongoDB).
-
-
PHP
initphp/translator
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.
-
PHP
initphp/upload
Validate and store uploaded files on local disk, FTP/FTPS or Amazon S3 through a single adapter-based API.
-
PHP
initphp/validation
Fast, dependency-free data validation for PHP with a string rule DSL, callable rules and localized error messages.
-
PHP
initphp/views
A small, adapter-based view rendering layer for PHP with PurePHP, Blade and Twig back-ends.
-
PHP
initphp/cli-table
PHP CLI Table Generator (DEPRECATED — merged into initphp/console:^2.1)
Abandoned! See initphp/console
-
PHP
initphp/curl
Curl Library (DEPRECATED — use initphp/http:^2.2 for HTTP requests)
Abandoned! See initphp/http
-
PHP
initphp/event-emitter
PHP Event Emitter (DEPRECATED — merged into initphp/events:^2.0)
Abandoned! See initphp/events
-
PHP
initphp/http-client
Psr18 HTTP Client Library (DEPRECATED — merged into initphp/http:^2.2)
Abandoned! See initphp/http
-
PHP
initphp/http-factory
PSR17 HTTP Factory Library (DEPRECATED — merged into initphp/http:^2.2)
Abandoned! See initphp/http
-
PHP
initphp/polyfill-php80
PHP 8.0 Polyfill (DEPRECATED — PHP 8.0 reached End of Life in November 2023; use symfony/polyfill-php80 if you still target legacy PHP 7.x runtimes.)
Abandoned! See symfony/polyfill-php80
-
PHP
initphp/redis
InitPHP Redis Management (DEPRECATED — use the ext-redis extension directly, or initphp/cache / initphp/sessions for higher-level needs)
Abandoned!
-
PHP
initphp/redis-session-handler
PHP Redis Session Handler (DEPRECATED — use initphp/sessions with the bundled RedisAdapter)
Abandoned! See initphp/sessions
-
PHP
initphp/var-dumper
VarDumper (DEPRECATED — use symfony/var-dumper, the de facto standard PHP dumper)
Abandoned! See symfony/var-dumper