Presentation
Temma is a simple and efficient MVC framework.
- modern, PHP 8.0+ compatible
- relational and noSQL databases
- Smarty templates, JSON/CSV/RSS... exports
When someone visits this URL...
www.site.com/article/show/123/title
...Temma executes this code...
Article::show(123, 'title');
...and uses this template to generate the page
article/show.tpl
1/2
Development time halved compared to other equivalent solutions.
+400
Sites using Temma professionally
16
Years of experience in the service of reasoned development
1
Used by the n° 1 site in France on Home/DIY topics, managing +50M page views/month
Components
Data sources
Unified access to different data sources (SQL, Redis, Memcache, files, S3, SQS, Beanstalkd…)