Packages from stougeiro · Transparency log

  • PHP

    stougeiro/cache-contract

    Minimal cache contract package defining the essential interfaces for a plug-and-play caching layer. Provides a lightweight CacheInterface with basic operations for storing, retrieving, checking, deleting and clearing cached values in modular PHP applications.

  • PHP

    stougeiro/container

    A fast and minimalistic Dependency Injection container focused on predictable behavior, low overhead and clean architecture for modern PHP applications.

  • PHP

    stougeiro/container-contract

    Interfaces and contracts for implementing dependency injection containers in PHP, covering lifecycle handling, service resolution and factory-based instantiation.

  • PHP

    stougeiro/event-contract

    Minimal event contract defining lightweight interfaces for dispatching string-based events and registering listeners in modular PHP applications.

  • PHP

    stougeiro/http

    Lightweight, expressive and practical HTTP abstractions for PHP, inspired by real-world request/response workflows and guided by PSR principles.

  • PHP

    stougeiro/http-contract

    Minimal HTTP contract package defining the core interfaces for a plug-and-play web engine. Provides Request, Response, Router, Route, Middleware and Handler contracts for building modular, high-performance applications.

  • PHP

    stougeiro/immutable

    Immutable data structures for PHP arrays, providing strict separation between lists and objects, safe access semantics, key validation, and a clean, predictable API for defensive and expressive programming.

  • PHP

    stougeiro/schema

    A lightweight foundation for defining and validating structured schemas in PHP.

  • PHP

    stougeiro/support

    A small helper library providing generic support utilities for PHP applications.

  • PHP

    stougeiro/valueobject

    A lightweight Value Object foundation for PHP

  • PHP

    stougeiro/view-contract

    A minimal and extensible view contract for PHP, providing alias‑based view resolution, global data sharing, and pluggable rendering engines.