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.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/amirhf/laravel-status-code

dev-master 2022-11-11 20:35 UTC

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.