Skip to content

A simple framework for your PHP projects... based on SlimFramework v2.x

Notifications You must be signed in to change notification settings

napolux/helloslim2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloSlim2 - This is no longer mantained!

A starter kit for small PHP Projects containing the Slim microframework (version 2), Twig as Template Engine and ReadBeanPHP as ORM. If you use PHPUnit for tests, the /tests folder is there, just for you to use :P

Installation

Installation is really easy:

  • Create a local virtualhost. You can follow this guide for Apache & Linux
  • Install PHPUnit if you didn't do it before.
  • Move to the folder you want to clone the repo into
  • Clone the repository git clone https://github.com/napolux/helloslim.git
  • Install composer: curl -sS https://getcomposer.org/installer | php
  • Launch php composer.phar update
  • Enjoy

Legal stuff

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A simple framework for your PHP projects... based on SlimFramework v2.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published