onix-systems-php / hyperf-notifications
一个包含应用程序通知功能的扩展
v1.2.3
2024-07-23 08:03 UTC
Requires
- php: >=8.1
- ext-json: *
- ext-redis: *
- onix-systems-php/hyperf-core: >=1.2.0
- onix-systems-php/hyperf-file-upload: ^1.2
- onix-systems-php/hyperf-mailer: ^1.2
- symfony/notifier: ^6.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- mockery/mockery: ^1.0
- phpstan/phpstan: ^1.0
- phpunit/phpunit: >=7.0
- swoole/ide-helper: ^4.5|^5.0
README
包含以下类
- DTO
- 添加通知DTO。
- 模型
- NotificationsFilter;
- Notification.
- 仓库
- NotificationRepository.
- 资源
- ResourceNotification.
- ResourceNotificationsPaginated.
- ResourceNotificationStatistic.
- 服务
- NotificationAddService.
- NotificationReadService.
- NotificationsListingService.
- NotificationStatisticService.
安装
composer require onix-systems-php/hyperf-notifications
发布数据库迁移和配置
php bin/hyperf.php vendor:publish onix-systems-php/hyperf-notifications