pixielity/laravel-contracts

Centralized interfaces and contracts for the Pixielity ecosystem

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/pixielity/laravel-contracts

v1.0.3 2026-02-09 14:02 UTC

This package is auto-updated.

Last update: 2026-02-09 10:07:16 UTC


README

Contracts

📋 Overview

This package serves as the centralized repository for all shared interfaces and contracts used across the Pixielity ecosystem (Framework, Foundation, Telemetry, Discovery, etc.). By decoupling interfaces from implementations, we ensure modularity, flexibility, and consistent API design.

📦 Components

The contracts are organized by domain:

  • Discovery: Interfaces for the class discovery system.
  • Foundation: Core application contracts and base abstractions.
  • Framework: Interfaces for framework utilities and services.
  • Telemetry: Contracts for observability and monitoring systems.

📋 Requirements

  • PHP: 8.5 or higher

📦 Installation

This package is typically installed automatically as a dependency of other Pixielity packages. However, you can install it directly via Composer:

composer require pixielity/laravel-contracts

🤝 Contributing

Please see CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

📜 License

This software is continuously developed and maintained by Pixielity. It is proprietary software. See LICENSE for more information.