faisalrehmanid/fr-service-response

This library provide simple service response interface `FR\ServiceResponse\ServiceResponseInterface` implementation

Installs: 53

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/faisalrehmanid/fr-service-response

1.0.0 2021-07-06 13:57 UTC

This package is auto-updated.

Last update: 2025-10-06 23:16:59 UTC


README

This library provide simple service response interface FR\\ServiceResponse\\ServiceResponseInterface implementation

To execute PHPUnit tests

  1. Point to /vendor/bin dir cd ./vendor/bin
  2. Execute PHPUnit tests: phpunit --configuration ./../../tests/phpunit.xml
  3. To check phpunit version: phpunit --version