AsedAtlas / TwistPHP

A fresh, new PHP MVC framework built from the ground up

Home Page:https://twistphp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TwistPHP TwistPHP logo

GitHub release GitHub license Development build status Coveralls Join the chat at https://gitter.im/TwistPHP/TwistPHP

A fresh, new open source PHP MVC micro framework

  • Full MVC architecture
  • Open source
  • Completely bespoke
  • Quick and memory-efficient
  • Easily expandable without editing the core
  • Loads of pre-built tools included

One line is all it takes:

require_once( 'twist/framework.php' );

...or with Composer

use Twist\framework;

Vagrant

To get started with a Vagrant machine:

Documentation

Full documentation of the framework can be found on the TwistPHP website.

Code examples can also be found in the examples area.

Issues

Please use the GitHub's issue tracker to report any problems.

Modifications

The CSS and JS resources for TwistPHP are compiled using Gulp. After cloning the repository, you can install the necessary packages with npm install and then compile using gulp. The source files for all the resources can be found in the /src directory.

Branches

For branching, please use the 'development' branch. All updates apart from hotfixes will get pushed from the development branch to the master.

Licence

As of v3.0.4, TwistPHP is licenced with GNU GPLv3.

Up to and including v3.0.3, the GNU LGPLv3 was used.

About

A fresh, new PHP MVC framework built from the ground up

https://twistphp.com

License:GNU General Public License v3.0


Languages

Language:JavaScript 36.9%Language:PHP 33.9%Language:SCSS 29.2%Language:Hack 0.0%Language:Smarty 0.0%