teefax / slim-skeleton
A Slim Framework skeleton with SlimController, Idiorm, Twig, Compass and Bootstrap
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 2
Open Issues: 0
Language:CSS
Requires
- php: >=5.3.0
- digitalnature/php-ref: dev-master
- filp/whoops: 1.*
- j4mie/idiorm: ~1.5.1
- monolog/monolog: 1.*
- slim/slim: 2.*
- slim/views: 0.*
- slimcontroller/slimcontroller: ~0.4.1
- swiftmailer/swiftmailer: ~5.2.1
- twig/twig: 1.*
- zeuxisoo/slim-whoops: 0.2.0
This package is not auto-updated.
Last update: 2025-03-25 08:20:25 UTC
README
This is my Slim framework skeleton with:
- Slim Framework 2.*
- Slim Views for Twig Templates
- SlimController
- Idiorm 1.5.*
- Swiftmailer
- slim-whoops
- phpref
- Compass and Bootstrap-Sass for CSS
Heavily based on jarretgabel/php-slim-framework-boilerplate and apipemc/slim-skeleton.
Usage:
Clone this repo, edit app/config/app.php
and app/config/db.php
, create models in app/models/*
and controllers in app/controllers/*
.
Define routes in app/routes.php
With ruby installed, run bundle install
to get the required gems, and then run bundle exec compass watch
to automatically compile your stylesheets when something changes in app/asses/sass/
.