2017 © Pedro Peláez
 

library mvc-skeleton

Skeleton for mvc application using the koine/mvc framework

image

koine/mvc-skeleton

Skeleton for mvc application using the koine/mvc framework

  • Friday, August 28, 2015
  • by mjacobus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Koine Mvc Skeleton App

Another very simple MVC framework., (*1)

Code information:, (*2)

Build Status Coverage Status Code Climate Scrutinizer Code Quality, (*3)

Package information:, (*4)

Latest Stable Version Total Downloads Latest Unstable Version License Dependency Status, (*5)

Installing

Via Composer

Run the following command, (*6)

composer create-project koinephp/mvc-skeleton --stability=dev

Via Git

git clone https://github.com/koinephp/mvc-skeleton.git myapp
cd myapp 
composer install

Files

  • Controllers are found in app/controllers
  • Views are found in app/views

Setting up your app namespace

The default namespace is MyApp. To change, change a few files as follows:, (*7)

  • Edit composer.json, the autoload session
  • Edit public/index.php and change the $appNamespace variable.

Issues/Features proposals

Here is the issue tracker., (*8)

Contributing

Only TDD code will be accepted. Please follow the PSR-2 code standard., (*9)

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

How to run the tests:

phpunit --configuration tests/phpunit.xml

To check the code standard run:

phpcs --standard=PSR2 lib
phpcs --standard=PSR2 tests

Lincense

MIT, (*10)

Authors

The Versions

28/08 2015

dev-master

9999999-dev

Skeleton for mvc application using the koine/mvc framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Marcelo Jacobus

19/09 2014

0.9.0

0.9.0.0

Skeleton for mvc application using the koine/mvc framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Marcelo Jacobus