chemaclass / gacela-module-example
使用 gacela 库的基本模块
dev-main
2023-10-21 14:48 UTC
Requires
- php: >=8.0
- gacela-project/gacela: @stable
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.35
- gacela-project/phpstan-extension: ^0.3
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.6
- roave/security-advisories: dev-latest
- symfony/var-dumper: ^5.4
- vimeo/psalm: ^4.30
This package is auto-updated.
Last update: 2024-09-21 17:14:17 UTC
README
这是一个使用 Gacela 框架 的模块示例。
示例 Gacela 结构
application-name
├── gacela.php
├── config
│ └── default.php
│
├── src
│ └── Customer
│ ├── Domain
│ │ └── Generator
│ │ ├── NicknameGenerator.php
│ │ └── NicknameGeneratorInterface.php
│ ├── CustomerConfig.php
│ ├── CustomerDependencyProvider.php
│ ├── CustomerFacade.php
│ ├── CustomerFacadeInterface.php
│ └── CustomerFactory.php
│
├── tests
│ └── ...
└── vendor
└── ...
文档
您可以在官方 网站 查看完整文档。