An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        


GitHub Workflow Status (master)
Total Downloads
Latest Version
License

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