https://github.com/codelabmw/statuses
A PHP package that houses commonly used status classes and enums that can be used in PHP projects.
https://github.com/codelabmw/statuses
http-status http-status-codes php
Last synced: 4 months ago
JSON representation
A PHP package that houses commonly used status classes and enums that can be used in PHP projects.
- Host: GitHub
- URL: https://github.com/codelabmw/statuses
- Owner: codelabmw
- License: mit
- Created: 2024-12-25T10:34:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T19:01:57.000Z (4 months ago)
- Last Synced: 2025-01-05T09:12:12.654Z (4 months ago)
- Topics: http-status, http-status-codes, php
- Language: PHP
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
A PHP package that houses commonly used status classes and enums that can be used in PHP projects.
## Installation
```bash
composer require codelabmw/statuses
```## Usage
In your codebase simply import the status class or enum that will best serve your use case.
```php