All Projects → TwistPHP → TwistPHP

TwistPHP / TwistPHP

Licence: GPL-3.0 license
A fresh, new PHP MVC framework built from the ground up

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to TwistPHP

Mojo
✨ Mojolicious - Perl real-time web framework
Stars: ✭ 2,298 (+8411.11%)
Mutual labels:  mvc
Opentouryo
”Open棟梁”は、長年の.NETアプリケーション開発実績にて蓄積したノウハウに基づき開発した.NET用アプリケーション フレームワークです。 (”OpenTouryo” , is an application framework for .NET which was developed using the accumulated know-how with a long track record in .NET application development.)
Stars: ✭ 233 (+762.96%)
Mutual labels:  mvc
Flutter-Wings
This is a structure for flutter developers developed by Invention Technology.
Stars: ✭ 20 (-25.93%)
Mutual labels:  mvc
Circleoffriendsdisplay
朋友圈的做法
Stars: ✭ 205 (+659.26%)
Mutual labels:  mvc
Quiz App
A repository reflecting the progress made on the "How to Build iOS Apps with Swift, TDD & Clean Architecture" YouTube series, by Caio & Mike.
Stars: ✭ 230 (+751.85%)
Mutual labels:  mvc
Ssh
ssh员工管理系统
Stars: ✭ 252 (+833.33%)
Mutual labels:  mvc
Utron
A lightweight MVC framework for Go(Golang)
Stars: ✭ 2,205 (+8066.67%)
Mutual labels:  mvc
SdvCodeWebsite
Simeon Valev - Personal Blog - Developed on ASP.NET Core MVC - Server-Side Blazor - See README.md file for more information
Stars: ✭ 38 (+40.74%)
Mutual labels:  mvc
Respo
A virtual DOM library built with ClojureScript, inspired by React and Reagent.
Stars: ✭ 230 (+751.85%)
Mutual labels:  mvc
es-mvc
ESMVC 旨在方便 ElasticSearch 的使用,就行访问数据库一样访问ES,提供了方便的 service, mapper 层。底层支持 TransportClient, RestHighLevelClient 。
Stars: ✭ 20 (-25.93%)
Mutual labels:  mvc
Application
🏆 A full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.
Stars: ✭ 205 (+659.26%)
Mutual labels:  mvc
Flexml
🚀基于Litho的Android高性能动态业务容器。
Stars: ✭ 225 (+733.33%)
Mutual labels:  mvc
leiphp
轻量级的 PHP MVC 框架 Lightweight MVC framework for simplistic PHP apps
Stars: ✭ 30 (+11.11%)
Mutual labels:  mvc
Javacollection
Java开源项目之「自学编程之路」:学习指南+面试指南+资源分享+技术文章
Stars: ✭ 2,957 (+10851.85%)
Mutual labels:  mvc
generic-for-core
🏗️ Generic Repository & UOW Pattern For ASP.NET Core
Stars: ✭ 55 (+103.7%)
Mutual labels:  mvc
Acgn Community
A community app for news,animation,music and novels developed material design style.
Stars: ✭ 193 (+614.81%)
Mutual labels:  mvc
Leaf
🍁 The easiest way to create clean, simple but powerful web apps and APIs quickly
Stars: ✭ 248 (+818.52%)
Mutual labels:  mvc
mvc-todo
A haskell implementation of todoMVC
Stars: ✭ 26 (-3.7%)
Mutual labels:  mvc
html
HTML templating and streaming response library for Service Worker-like environments such as Cloudflare Workers.
Stars: ✭ 41 (+51.85%)
Mutual labels:  templating
fir
Fir. A lightweight PHP MVC Framework.
Stars: ✭ 33 (+22.22%)
Mutual labels:  mvc

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].