Skip to content

akrikorian85/routed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sleepyMUSTACHE - Routed Setup

sleepyMUSTACHE is a modular PHP micro framework designed to provide solutions for everyday PHP challenges. This routed edition is aimed at providing a scaffolding for a project that uses the frameworks router

Getting Started

sleepyMUSTACHE is ready to go out of the box. Configuration is done in the src/settings.php file. There you can define your dev/stage/live environments and debugging preferences.

Whats included?

The routed setup includes the core and a tool for installing modules.

It also includes some third party libraries to help get you started including, jQuery, requirejs, normalize, html4shiv, and a small JS toolset (sleepy.js).

Core functionality

  • Debugging
  • Hooks
  • Routing
  • Templating

Installing Modules

We have included a python script (sleepy.py) to assist in installing modules. It does this by creating git submodules.

You can get a list of available modules:

sleepy.py --list

You can install modules:

sleepy.py --add Performance

You can search for modules:

sleepy.py --search DB

You can get more info about a module:

sleepy.py --help Performance

Learning More

Documentation about the core functionality is available in the core repo. A list of existing modules can be found in the modules repo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 95.1%
  • JavaScript 3.1%
  • CSS 0.9%
  • Python 0.6%
  • Smarty 0.3%
  • Ruby 0.0%