nuboxdevcom/tinyfram

This package is abandoned and no longer maintained. No replacement package was suggested.

A small MVC Framework for tiny projects

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Type:project

1.0.5 2018-01-28 14:14 UTC

This package is auto-updated.

Last update: 2021-01-09 17:48:22 UTC


README

A small MVC framework for tiny projects

Travis Build Status license Packagist stable version GitHub issues GitHub pull requests

Prerequisites

Installation

composer create-project nuboxdevcom/tinyfram TinyFram

Please follow the interactive installer

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

Launch

php -S localhost:8000 -t public/

Go to in your favorite browser:

http://localhost:8000

Admin Area

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

Working...

Application (App\) is in src/ directory

Framework Core is in Framework/ directory

Running tests

At root of this project, execute

phpunit

Contributing

This repo is open for to contributions and issues

Versioning

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details