Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mbhframework/mbh-rest
- Owner: MBHFramework
- License: mit
- Created: 2017-08-06T21:08:01.000Z (over 7 years ago)
- Default Branch: 1.x
- Last Pushed: 2017-12-17T02:25:52.000Z (about 7 years ago)
- Last Synced: 2024-07-31T20:27:53.861Z (5 months ago)
- Topics: composer, composer-package, framework, php, php-framework, rest
- Language: PHP
- Homepage: https://packagist.org/packages/mbh-framework/rest
- Size: 146 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.