tertius / core
Tertius is a delivery mechanism for Mongrel2 and PHP 5.4
dev-master
2012-09-14 02:55 UTC
Requires
- php: >=5.4.0
- mustache/mustache: v2.0.2
- phpspec/phpspec: master
This package is not auto-updated.
Last update: 2025-01-12 03:44:45 UTC
README
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.