2017 © Pedro Peláez
 

library barebone-core

MVC Web Framework

image

barebone/barebone-core

MVC Web Framework

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

The README.md

Barebone Core

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

Goals

  • Have a simple installation process: download and go
  • Be open, easy to understand and easy to extend
  • Supporting and encouraging best practices
  • Provide a solid foundation for almost anything
  • Be minimal, but with a good minimum

Documentation

Some folders may have additional readme files., (*2)

Status

This is work in progress. Tests are on the way and the API may change (slightly). At this point i don't expect any drastic changes anymore., (*3)

Contributing

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

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

Testing

You can run tests with phpunit directly or use the provided grunt-task, which will also run tests whenever a PHP file changes., (*6)

For using Grunt install all required packages with:, (*7)

$ npm install

The following uses scripts from packages.json and references the binaries directly from '/vendor/', (*8)

$ npm start    runs phpunit and starts grunt file watcher
$ npm test     runs phpunit

Alternatives:

$ phpunit      if installed globally on your system
$ grunt        if installed globally on your system

The Versions