tipsyphp / tipsy-mvc
An MVC extension for Tipsy
Installs: 991
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/tipsyphp/tipsy-mvc
Requires
- php: >=5.4.0
- tipsyphp/tipsy: dev-master
Requires (Dev)
- satooshi/php-coveralls: dev-master
This package is not auto-updated.
Last update: 2025-10-04 02:51:13 UTC
README
An MVC adapter designed after the rails directory structure.
Unfortunaly composer doesnt allow dependency scripts to execute so the installation instructions are required. ref https://getcomposer.org/doc/articles/scripts.md#what-is-a-script- . See https://github.com/tipsyphp/tipsy-example-mvc/blob/master/composer.json for an example composer file with auto install.
Installation
composer require tipsyphp/tipsy dev-master && composer require tipsyphp/tipsy-mvc dev-master
php vendor/tipsyphp/tipsy-mvc/install.php
Directory Structure
app
controllers
home
index.php
models
view
home.phtml
layouts
default.phtml
config
config.ini
public
.htaccess
index.php
See Tipsy Documentation for more information.