Skip to content
/ Tertius Public

Tertius is an experimental Mongrel2 delivery mechanism for PHP 5.4.

Notifications You must be signed in to change notification settings

zombor/Tertius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tertius

Build Status

Tertius is a delivery mechanism for php 5.4. It's an experiment, so don't use it.

Mongrel2

The main development on Tertius is aimed at the Mongrel2 server.

Goals

Tertius should be:

  • Slim
  • Fast
  • Easy to read
  • Simple to deliver an application with

It will not:

  • Have "normal" framework stuff like:
  • ORM
  • Database access
  • Models

MVC In Tertius

Tertius doesn't specifically adhear to the MVC design pattern. It has controller-ish things, and view models, but no "model" layer.

The "model" layer should be provided by your business logic, which lives outside of your delivery mechanism and is called by Tertius.

About

Tertius is an experimental Mongrel2 delivery mechanism for PHP 5.4.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages