mindwingx/dpas
最新稳定版本:v1.0.0
Composer 安装命令:
composer require mindwingx/dpas
包简介
Design Patterns As Service
README 文档
README
Design Pattern As Service
Installation
Via Composer
$ composer require mindwingx/dpas --dev
Usage
Assume that you know all about design patterns, You can implement design patterns skeleton as a service and serve it as a custom service provider.
Supported patterns:
- Builder
- Factory
- Adapter
- Composite
- Decorator
- Proxy
- Chain of Responsibility
- Strategy
Commands
- Create new service
php artisan dpas:new <service-name>
- Add eloquent model to service classes
php artisan dpas:new <service-name> -m=<model-name>
- Customize base path name of service(default path is 'Service')
php artisan dpas:new <service-name> -p=<base-path-name>
Security
If you discover any security related issues, please email milad.rg@gmail.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-04