Packages from stougeiro · Transparency log

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