2017 © Pedro Peláez
 

library slim-skeleton-phpunit

A Slim Framework skeleton application for rapid development

image

ryu22e/slim-skeleton-phpunit

A Slim Framework skeleton application for rapid development

  • Friday, February 6, 2015
  • by ryu22e
  • Repository
  • 1 Watchers
  • 1 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Slim Framework Skeleton Application

Use this skeleton application to quickly setup and start working on a new Slim Framework application. This application uses the latest Slim and Slim-Views repositories. It also uses Sensio Labs' Twig template library., (*1)

This skeleton application was built for Composer. This makes setting up a new Slim Framework application quick and easy., (*2)

Install Composer

If you have not installed Composer, do that now. I prefer to install Composer globally in /usr/local/bin, but you may also install Composer locally in your current working directory. For this tutorial, I assume you have installed Composer locally., (*3)

http://getcomposer.org/doc/00-intro.md#installation, (*4)

Install the Application

After you install Composer, run this command from the directory in which you want to install your new Slim Framework application., (*5)

php composer.phar create-project ryu22e/slim-skeleton-phpunit [my-app-name]

Replace [my-app-name] with the desired directory name for your new application. You'll want to: * Point your virtual host document root to your new application's public/ directory. * Ensure logs/ and templates/cache are web writeable., (*6)

That's it! Now go build something cool., (*7)

How to test

After install the application, run this command from the directory., (*8)

make test

Test codes are in tests/., (*9)

How to Contribute

Pull Requests

  1. Fork the Slim Skeleton repository
  2. Create a new branch for each feature or improvement
  3. Send a pull request from each feature branch to the develop branch

It is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch. This allows us to review and pull in new features or improvements individually., (*10)

Style Guide

All pull requests must adhere to the PSR-2 standard., (*11)

The Versions

06/02 2015

dev-develop

dev-develop https://github.com/ryu22e/Slim-Skeleton-PHPUnit

A Slim Framework skeleton application for rapid development

  Sources   Download

MIT

The Requires

 

The Development Requires

phpunit rest microframework router goutte

31/01 2015

dev-master

9999999-dev http://github.com/ryu22e/Slim-Skeleton-PHPUnit

A Slim Framework skeleton application for rapid development

  Sources   Download

MIT

The Requires

 

The Development Requires

phpunit rest microframework router goutte

31/01 2015

0.0.1

0.0.1.0 http://github.com/ryu22e/Slim-Skeleton-PHPUnit

A Slim Framework skeleton application for rapid development

  Sources   Download

MIT

The Requires

 

The Development Requires

phpunit rest microframework router goutte