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

https://github.com/permafrost-dev/laravel-api-helper


https://github.com/permafrost-dev/laravel-api-helper

api laravel laravel-package

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Expanded Dates

[![Latest Version on Packagist](https://img.shields.io/packagist/v/permafrost-dev/expanded-packages.svg?style=flat-square)](https://packagist.org/packages/permafrost-dev/expanded-packages)
[![Quality Score](https://img.shields.io/scrutinizer/g/permafrost-dev/expanded-packages.svg?style=flat-square)](https://scrutinizer-ci.com/g/permafrost-dev/expanded-packages)
[![Total Downloads](https://img.shields.io/packagist/dt/permafrost-dev/expanded-packages.svg?style=flat-square)](https://packagist.org/packages/permafrost-dev/expanded-packages)

This package takes provides a trait for helping build APIs.

## Installation

You can install the package via composer:

```bash
composer require permafrost-dev/laravel-api-helper
```

## Usage

``` php
return $this->success('Succeeded');
```

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.