Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 689 Bytes

README.md

File metadata and controls

36 lines (32 loc) · 689 Bytes

Hyperf-core component

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