silencenjoyer/silence

0.0.3 2025-07-22 13:39 UTC

This package is auto-updated.

Last update: 2025-07-22 22:31:49 UTC


README

Tests codecov Static Analyze Latest Stable Version PHP Version Require License

This is the monorepository for the Silence Framework - a set of modular PHP packages designed for building lightweight, flexible applications with minimal dependencies and maximum extensibility.

Silence is based on the Symfony DependencyInjection container and aims to provide clean abstractions for request handling, event dispatching, and application flow.

📦 Framework Packages

This monorepo contains the source code for the following packages:

🎯 Goals:

  • Full modularity: use only what you need.
  • Minimal boilerplate: strong defaults and clean architecture 🐝
  • Separated components: follow PSR standards wherever possible.
  • Good DX: built-in testing, type safety, and modern PHP.

⚒️ Code Quality:

  • Tests: composer test
  • Static analysis: composer phpstan
  • Composer dependency analyze: php vendor/bin/composer-dependency-analyser
  • PSR-12 formatting

🔀 Package Splitting:

This repo is split into standalone packages using danharrin/monorepo-split-github-action.

Changes to subdirectories are automatically pushed to read-only split repositories on each push to main.