silencenjoyer / silence
Framework
0.0.3
2025-07-22 13:39 UTC
Requires
- php: ^8.3.0
- nyholm/psr7: ^1.8.0
- nyholm/psr7-server: ^1.1
- psr/container: ^2.0
- psr/event-dispatcher: ^1.0
- psr/http-factory: ^1.0.0
- psr/http-message: ^1.1|^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0.0
- psr/log: ^3.0.0
- symfony/config: ^7.3
- symfony/dependency-injection: ^7.3.0
- symfony/dotenv: ^7.3
- symfony/event-dispatcher-contracts: ^3.0.0
- twig/twig: ^3.0
Requires (Dev)
- maglnet/composer-require-checker: ^4.16
- phpstan/phpstan: *
- phpunit/phpunit: ^12.2
- shipmonk/composer-dependency-analyser: ^1.8
- symfony/var-dumper: ^7.3
- symplify/monorepo-builder: ^11.2
This package is auto-updated.
Last update: 2025-07-22 22:31:49 UTC
README
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:
- silencenjoyer/silence-kernel - Core of the framework (entry point, base configuring).
- silencenjoyer/silence-kernel-extension - Silence application kernel extension system.
- silencenjoyer/silence-routing - Silence application routing system.
- silencenjoyer/silence-runtime - Silence application runtime (runners) system.
- silencenjoyer/silence-config - Silence application configuration.
- silencenjoyer/silence-collection - A collection for storing data in a structured and typed form.
- silencenjoyer/silence-error-handling - Silence error handling system.
- silencenjoyer/silence-event - The basis of the Silence event system.
- silencenjoyer/silence-http-parser - Component for reading HTTP headers.
- silencenjoyer/silence-http - HTTP Silence processing system.
- silencenjoyer/silence-http-spec - Static specification of the HTTP protocol.
- silencenjoyer/silence-view - Silence application view system.
🎯 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.