ifcastle / application
A set of interfaces for the "Application" pattern.
v0.8.0
2024-11-24 07:36 UTC
Requires
- php: ^8.4
- ifcastle/async-contracts: ^0.5.0
- ifcastle/design-patterns: ^0.4
- ifcastle/di: ^0.8.0
- ifcastle/exceptions: ^5.0
- ifcastle/os-utilities: ^0.5.0
- ifcastle/protocol-contracts: ^0.7
- ifcastle/service-manager: ^0.7.0
- league/uri: ^7.4
- psr/log: ^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.60
- ifcastle/codestyle: ^0.1.5
- phpstan/phpstan: ^1.12
- phpunit/phpunit: ^11.3
- symfony/console: ^7.1
This package is auto-updated.
Last update: 2026-05-17 12:40:15 UTC
README
Provides scaffolding for building a BackEnd application that is designed
to function as an API, with components that will be permanently loaded into memory.
Architecture
Read more about the Application pattern.