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 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
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.