tast-php/tast-php

The TastPHP Framework

v1.3.7 2017-10-30 07:45 UTC

This package is not auto-updated.

Last update: 2024-04-13 23:56:51 UTC


README

   tastphp-logo-big.png

Build Status Code Climate Latest Stable Version License License License

简体中文

About Tastphp

Tastphp is a PHP framework for the modern developer. It is flexible, componentized, extensible and fast.

Tastphp is used by some web application (like www.clothesmake.com.cn)

Tastphp core visit this Framework Repository. This repository is skeleton to get started with Tastphp

Installation

use tastphp-installer

or use composer command:

composer create-project  --prefer-dist tast-php/tast-php {your install directory} "1.3.7"

Features

  • Symfony Style
  • Dependency Injection Container.
  • M(Service/Dao)VC Architecture
  • Router
  • Twig
  • Console Support
  • Debug Bar
  • DBAL
  • Migrations
  • EventDispatcher
  • Mysql (master/slave - write/read split)
  • Queue
  • Cache
  • JWT
  • Mail
  • CsrfToken
  • ...

Benchmark

php-framework-vs.png

Requirements

  • PHP 7+

Documentation

Related Projects

Contributing

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

License

The Tastphp framework is open-sourced software licensed under the MIT Licensed