Skip to content

Latest commit

 

History

History
executable file
·
128 lines (108 loc) · 4.23 KB

README.md

File metadata and controls

executable file
·
128 lines (108 loc) · 4.23 KB

Rock PHP Framework

Framework is not ready for production use yet.

Latest Stable Version Total Downloads Build Status Coverage Status License

Rock Framework on Packagist

Features

Installation

From the Command Line:

composer require romeoz/rock:*@dev

In your composer.json:

{
    "require": {
        "romeoz/rock": "*@dev"
    }
}

Demo & Tests (one of two ways)

####1. Docker + Ansible

####2. VirtualBox + Vagrant + Ansible

Work/editing the project can be done via ssh:

vagrant ssh
cd /var/www/rock-basic

Requirements

  • PHP 5.4+
  • MySQL 5.5+

License

The Rock PHP Framework is open-sourced software licensed under the MIT license.