Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mbhframework/mbh-rest

Minimalist framework to create REST Apps with php 7.
https://github.com/mbhframework/mbh-rest

composer composer-package framework php php-framework rest

Last synced: about 1 month ago
JSON representation

Minimalist framework to create REST Apps with php 7.

Awesome Lists containing this project

README

        

# mbh-rest

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) ![Made in PHP 7](https://img.shields.io/badge/PHP-7-blue.svg) [![Maintainability](https://api.codeclimate.com/v1/badges/4fe5743fba40e825b9d0/maintainability)](https://codeclimate.com/github/MBHFramework/mbh-rest/maintainability) [![Total Downloads](https://poser.pugx.org/mbh-framework/rest/downloads)](https://packagist.org/packages/mbh-framework/rest)

## Introduction

Minimalist framework to create REST Apps with php 7.

## Installation

It's recommended that you use [Composer](https://getcomposer.org/) to install mbh-rest.

```bash
$ composer require mbh-framework/mbh-rest "^1.0"
```

This will install Mbh-rest and all required dependencies. Mbh-rest requires PHP 7.0 or newer.

## Tests

To execute the test suite, you'll need phpunit.

```bash
$ phpunit
```

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Security

If you discover security related issues, please email [email protected] instead of using the issue tracker.

## License

The MBHFramework is licensed under the MIT license. See [License File](LICENSE) for more information.