TwistPHP Save

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

Project README

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

require __DIR__ . '/vendor/autoload.php';
\Twist\Classes\Framework::boot();

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.

Open Source Agenda is not affiliated with "TwistPHP" Project. README Source: TwistPHP/TwistPHP
Stars
28
Open Issues
7
Last Commit
1 year ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating