Packages from initphp
-
PHP
initphp/auth
PHP authentication & authorization library with pluggable storage adapters (session, cookie, custom) and a small permission manager.
-
-
-
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/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/http
Standards-compliant PSR-7 / PSR-17 / PSR-18 HTTP message, factory, client and response emitter implementation for PHP 7.4+.
-
-
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/performance-meter
Zero-dependency, single-file PHP profiler for measuring elapsed time and memory usage between named checkpoints.
-
-
-
PHP
initphp/sessions
Framework-agnostic PHP session manager with pluggable save handlers (File, Cookie, PDO, Redis, Memcache/Memcached, MongoDB).
-
-
PHP
initphp/translator
This library; It is a micro library that will allow you to add multi-language support to your projects or libraries.
-
-
-
-
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