ifcastle / application
A set of interfaces for the "Application" pattern.
v0.7.24
2024-11-20 18:36 UTC
Requires
- ifcastle/async-contracts: ^0.5.0
- ifcastle/design-patterns: ^0.3
- ifcastle/di: ^0.7.1
- ifcastle/exceptions: ^5.0
- ifcastle/os-utilities: ^0.5.0
- ifcastle/protocol-contracts: ^0.6
- ifcastle/service-manager: ^0.6.5
- 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
- dev-main
- v0.7.24
- v0.7.23
- v0.7.22
- v0.7.21
- v0.7.20
- v0.7.19
- v0.7.18
- v0.7.17
- v0.7.16
- v0.7.15
- v0.7.14
- v0.7.13
- v0.7.12
- v0.7.11
- v0.7.10
- v0.7.9
- v0.7.8
- v0.7.7
- v0.7.6
- v0.7.5
- v0.7.4
- v0.7.3
- v0.7.2
- v0.7.1
- v0.7.0
- v0.6.24
- v0.6.23
- v0.6.22
- v0.6.21
- v0.6.20
- v0.6.19
- v0.6.18
- v0.6.17
- v0.6.16
- v0.6.15
- v0.6.14
- v0.6.13
- v0.6.12
- v0.6.11
- v0.6.10
- v0.6.9
- v0.6.8
- v0.6.7
- v0.6.6
- v0.6.5
- v0.6.4
- v0.6.3
- v0.6.2
- v0.6.1
- v0.6.0
- v0.5.11
- v0.5.10
- v0.5.9
- v0.5.8
- v0.5.7
- v0.5.6
- v0.5.5
- v0.5.4
- v0.5.3
- v0.5.2
- v0.5.1
- v0.5.0
This package is auto-updated.
Last update: 2024-11-21 07:43:05 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.