File | Date | Author | Commit |
---|---|---|---|
config | 2016-03-24 |
![]() |
[2e1bf0] Last update before fork as new project |
controllers | 2016-03-24 |
![]() |
[2e1bf0] Last update before fork as new project |
libraries | 2016-03-24 |
![]() |
[2e1bf0] Last update before fork as new project |
models | 2016-03-24 |
![]() |
[2e1bf0] Last update before fork as new project |
schema | 2016-03-24 |
![]() |
[2e1bf0] Last update before fork as new project |
views | 2016-03-24 |
![]() |
[2e1bf0] Last update before fork as new project |
web | 2016-03-24 |
![]() |
[2e1bf0] Last update before fork as new project |
.gitignore | 2016-03-24 |
![]() |
[2e1bf0] Last update before fork as new project |
license.txt | 2015-06-12 |
![]() |
[2191a6] Switch from XML to INI files |
readme.md | 2016-03-24 |
![]() |
[58a177] Updates the readme |
This project is discontinued and have been forked to a new project. Visit this link : https://github.com/backscale
PHPTF is a very tiny framework written in PHP for your projects with many features: Routing, PDO, MVC, ACL, UTF-8 and more.
So simple but so fast. PHPTF handle 674 req/s (no cache implemented) where Symfony2 benchmark distribution (with cache) handle only 132 req/s.
You need Apache with Rewrite and PHP 5.3 or better. The database class uses PDO.
This free software is released under the GPL v3.
Download PHPTF archive from the project page and unzip it. You can also use Git to stay up-to-date with our repository.
git clone http://git.code.sf.net/p/phptf/code phptf
Just copy the content of the phptf folder into your web folder and set the document root. You're ready!
Overwrite the libraries folder, don't touch your existing code.