amirhf / laravel-status-code
This package is abandoned and no longer maintained.
The author suggests using the laravel-status-code package instead.
A simple Enum to return correct status codes for http responses.
dev-master
2022-11-11 20:35 UTC
Requires
- php: ^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2022-11-11 20:39:16 UTC
README
A simple Enum to return correct status codes for http responses.
Installation
Using composer:
composer require amirhf/laravel-status-code
You are then free to use it as needed within your projects.
Testing
./vendor/bin/phpunit
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.