onix-systems-php/hyperf-notifications

An extension that consists of notifications functionality for an application

v1.2.2 2024-02-02 13:53 UTC

This package is auto-updated.

Last update: 2024-05-01 00:10:21 UTC


README

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