Skip to content

php minimal blank application with Tonic, Pimple, Smarty, Monolog

Notifications You must be signed in to change notification settings

asiletto/php-blank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-blank

php minimal blank application with Tonic, Pimple, Smarty, Monolog, Mongodb

Monolog

Monolog is a logging framework. Monolog implements Psr interfaces.

Pimple

Pimple is a minimal Dependency Injection framework-

Smarty

Smarty is a template engine.

Smarty templates will be placed in folder /views

Tonic

Tonic is a small annotation-based MVC framework.

Tonic controllers will be placed in folder /src

Apache mount point

The app will be mounted on the folder /web which includes only a dispatcher to Tonic controllers and a .htaccess to rewrite urls. This folder will include also static resources as javascripts, css, images.

Test

The app exposes two resources, /hello which is an html page generated with smarty and /services/hello which is a simple REST authenticated web service

About

php minimal blank application with Tonic, Pimple, Smarty, Monolog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published