2017 © Pedro Peláez
 

project barebone

MVC Web Framework

image

barebone/barebone

MVC Web Framework

  • Saturday, September 24, 2016
  • by kjbbtz
  • Repository
  • 1 Watchers
  • 1 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 3 % Grown

The README.md

Barebone

MVC framework for building PHP web applications, (*1)

Installation

composer create-project barebone/barebone --no-dev [YOUR_PROJECT_NAME]

At a glance

Configuration

Setup your application details and database connection /app/config.json, (*2)

Models

Define your models as needed in /app/models, (*3)

Controllers

Write your controller actions in /app/controllers, (*4)

Libraries

Anything else under the namespace App can be created in /app/lib, (*5)

Views

Add as many views as referenced in your controllers in /app/views, (*6)

Routing

Connect your controller "actions" to URLs in /app/routes.php, (*7)

Logging

You can write from models and controllers to a log in /app/logs, (*8)

Database

You can manage your database schema using migrations in /app/database, (*9)

Frontend Assets

Get gulp with "npm install" in /app/frontend, comes preconfigured for SASS and JS, (*10)

Javascript

Develop your frontend code /app/frontend/js supported by Browserify and Babel., (*11)

Stylesheets

By default SASS renders to CSS from /app/frontend/sass, but LESS is also available., (*12)

Hosting

Upload everything to Server with at least PHP 5.5 and point your virtual host to /public, (*13)

Contributing

Any PR is welcome. If you find issues, please report., (*14)

https://github.com/barebone-php/barebone-core, (*15)

The Versions

24/09 2016

dev-master

9999999-dev https://github.com/barebone-php

MVC Web Framework

  Sources   Download

MIT

The Requires

 

framework mvc barebone-php

24/09 2016

v0.1.3

0.1.3.0 https://github.com/barebone-php

MVC Web Framework

  Sources   Download

MIT

The Requires

 

framework mvc barebone-php

23/09 2016

v0.1.2

0.1.2.0 https://github.com/barebone-php

MVC Web Framework

  Sources   Download

MIT

The Requires

 

framework mvc barebone-php

19/09 2016

v0.1.1

0.1.1.0 https://github.com/barebone-php

MVC Web Framework

  Sources   Download

MIT

The Requires

 

framework mvc barebone-php