arvinxy / tastphp

The PHP Framework for the modern developer

Home Page:https://tastphp.github.io/tastphp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

   

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.comwww.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

Requirements

  • PHP 7+

Documentation

Related Projects

License

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

About

The PHP Framework for the modern developer

https://tastphp.github.io/tastphp/

License:MIT License


Languages

Language:PHP 87.6%Language:HTML 12.4%