tastphp/framework

View on GitHub
README.md

Summary

Maintainability
Test Coverage
<p align="center">
    <img height="70%" width="70%" src="https://raw.githubusercontent.com/tastphp-lab/assets/master/logo/tastphp-logo-big.png">
</p>

<p align="center">
<a href="https://travis-ci.org/tastphp/framework"><img src="https://api.travis-ci.org/tastphp/framework.svg?branch=master" alt="Build Status"></a>
<a href="https://codeclimate.com/github/tastphp/framework"><img src="https://codeclimate.com/github/tastphp/framework/badges/gpa.svg" alt="Code Climate"></a>
<a href="https://packagist.org/packages/tastphp/framework"><img src="https://poser.pugx.org/tastphp/framework/v/stable" alt="Latest Stable Version"></a>
 <a href="https://img.shields.io/badge/support-psr7-brightgreen.svg"><img src="https://img.shields.io/badge/support-psr7-brightgreen.svg" alt="License"></a>
 <a href="https://img.shields.io/badge/support-psr11-brightgreen.svg"><img src="https://img.shields.io/badge/support-psr11-brightgreen.svg" alt="License"></a>
<a href="https://packagist.org/packages/tastphp/framework"><img src="https://poser.pugx.org/tastphp/framework/license" alt="License"></a>

</p>

## About Tastphp
>  **Note:** This repository contains the core code of the TastPHP framework.If you want to build an application using TastPHP, visit the main [TastPHP repository](https://github.com/tastphp/tastphp).

## Features

* DI
* Router
* Logger
* Event
* Twig
* JWT
* Queue
* Mail
* Console
* Cache
* CsrfToken
* Debug bar
* DBAL

## Requirements

  * PHP 7+


## Installation

```
composer require tastphp/framework:dev-master
```

## Contributing
If you'd like to help out with the project. You can put up a Pull Request.

## License
[MIT Licensed](http://www.opensource.org/licenses/MIT)