Gacela — модульная PHP-архитектура
vibe-coding
gacela is a Claude Code skill that supports development of modular PHP applications built on the Gacela framework (PHP 8.3+, MIT license). The framework enforces clean module boundaries through four pillars — Facade, Factory, Provider, and Config — where the Facade is the sole public entry point and internals stay hidden. The skill covers the full development cycle: writing tests, fixing bugs, managing changelogs and releases, handling GitHub Issues and pull requests, and authoring commits. CLI commands like `make:module` and `init` scaffold modules instantly, and the framework integrates with Symfony via a bundle and with Laravel via a service provider. It is aimed at PHP developers building well-isolated modular architectures who want to automate repetitive release and contribution workflows.
- #benchmark
- #changelog
- #commit
- #fix
- #gh-issue
- #pr
- #release
- #test