2017 © Pedro Peláez
 

project tinyfram

A small MVC Framework for tiny projects

image

nuboxdevcom/tinyfram

A small MVC Framework for tiny projects

  • Sunday, January 28, 2018
  • by slye44
  • Repository
  • 2 Watchers
  • 3 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

TinyFram

A small MVC framework for tiny projects, (*1)

Travis Build Status license Packagist stable version GitHub issues GitHub pull requests, (*2)

#, (*3)

Prerequisites

#, (*4)

Installation

composer create-project nuboxdevcom/tinyfram TinyFram

Please follow the interactive installer, (*5)

cd TinyFram
vendor/bin/phinx migrate #Install base tables in database
vendor/bin/phinx seed:run #Install sample datas in database (Include admin user)

#, (*6)

Launch

php -S localhost:8000 -t public/

Go to in your favorite browser:, (*7)

http://localhost:8000, (*8)

#, (*9)

Admin Area

  • Url: /admin
  • Username: admin
  • Password: admin

#, (*10)

Working...

Application (App\) is in src/ directory, (*11)

Framework Core is in Framework/ directory, (*12)

#, (*13)

Running tests

At root of this project, execute, (*14)

phpunit

#, (*15)

Contributing

This repo is open for to contributions and issues, (*16)

Versioning

Please use the SemVer for versioning. For the versions available, see the tags on this repository., (*17)

License

This project is licensed under the MIT License - see the LICENSE.md file for details, (*18)

The Versions