Skip to content

onix-systems-php/hyperf-notifications

Repository files navigation

Hyperf-notifications component

Includes the following classes:

  • DTO:
    • AddNotificationDTO.
  • Model:
    • NotificationsFilter;
    • Notification.
  • Repository:
    • NotificationRepository.
  • Resource:
    • ResourceNotification.
    • ResourceNotificationsPaginated.
    • ResourceNotificationStatistic.
  • Service:
    • NotificationAddService.
    • NotificationReadService.
    • NotificationsListingService.
    • NotificationStatisticService.

Install:

composer require onix-systems-php/hyperf-notifications

Publish database migrations and configs:

php bin/hyperf.php vendor:publish onix-systems-php/hyperf-notifications