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 library that can be used for database migrations.

  • PHP

    initphp/cache

    PSR-16 is a simple caching library that uses the Simple Cache interface.

  • 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/cookies

    InitPHP Cookie Manager

  • PHP

    initphp/database

    InitPHP Database — QueryBuilder, DBAL and ORM facade for the InitORM stack, plus a server-side DataTables.js helper.

  • PHP

    initphp/dotenv

    DotENV Library/Package

  • 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

    PHP Events Loop

  • 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

    InitPHP Input Library

  • 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

    InitPHP Mailer Library

  • PHP

    initphp/parameterbag

    Single and multi-dimensional parameter bag with dot-path access for PHP.

  • PHP

    initphp/performance-meter

    Zero-dependency, single-file PHP profiler for measuring elapsed time and memory usage between named checkpoints.

  • PHP

    initphp/queue

    InitPHP Queue Library

  • PHP

    initphp/router

    InitPHP HTTP Router Library

  • PHP

    initphp/sessions

    Framework-agnostic PHP session manager with pluggable save handlers (File, Cookie, PDO, Redis, Memcache/Memcached, MongoDB).

  • PHP

    initphp/socket

    Lightweight TCP, UDP, TLS and SSL socket server/client toolkit for PHP 8.1+.

  • 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/upload

    InitPHP Upload Library

  • PHP

    initphp/validation

    InitPHP Validation Library

  • PHP

    initphp/views

    InitPHP Views Engine

  • 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