onix-systems-php/hyperf-core

Library of kernel for hyperf

Maintainers

Package info

github.com/onix-systems-php/hyperf-core

pkg:composer/onix-systems-php/hyperf-core

Statistics

Installs: 4 000

Dependents: 11

Suggesters: 0

Stars: 0

Open Issues: 0

v1.3.0 2025-11-12 14:28 UTC

README

Includes the following general usage classes:

  • Exception:
    • BusinessException.
  • Command:
    • AnonymizeDataCommand.
  • Constants:
    • ErrorCode.
  • Listener:
    • LogDBQueryListener;
    • LogQueueListener.
  • DTO:
    • AbstractDTO;
    • PaginationRequestDTO;
    • PaginationResultDTO.
  • Model:
    • Parasite trait;
    • AbstractModel;
    • AbstractFilter.
  • Repository:
    • AbstractRepository.
  • Service:
    • AnonymizeDataService;
    • Service #[Attribute].

Install:

composer require onix-systems-php/hyperf-core

Publish anonymization config:

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