2017 © Pedro Peláez
 

library scabbia2-fw

Scabbia2 PHP Framework Code

image

scabbiafw/scabbia2-fw

Scabbia2 PHP Framework Code

  • Friday, October 9, 2015
  • by eserozvataf
  • Repository
  • 5 Watchers
  • 12 Stars
  • 153 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Scabbia2 PHP Framework

Scabbia2 is a set of open source PHP components. And this repository contains a framework forged with Scabbia2 components., (*1)

![Build Status][scabbia-scabbiafw-travis-image] ![Scrutinizer Code Quality][scabbia-scabbiafw-scrutinizer-image] Total Downloads Latest Stable Version Latest Unstable Version ![Documentation Status][scabbia-scabbiafw-documentation-image], (*2)

History

This project derived from Scabbia PHP Framework (1.x branch) with taken advantage of modern software tools. Since we don't have active GitHub users and online continous integration tools for free when we started in 2008, we think it's time to create a new branch of the existing framework idea/brand for a reset., (*3)

1.x versions had been under development by Eser Ozvataf for 2 years and reached version 1.5 on stable branch. You can take a look to the repository of Scabbia 1.x. It's active development is frozen but small bugfixes will be available in time., (*4)

Installation

Please make sure that you can access php command line tool via php command. Further commands will be executed on Terminal or Command Prompt:, (*5)

Step 1: Download and install composer dependency manager., (*6)

``` bash php -r "readfile('https://getcomposer.org/installer');" | php, (*7)


**Step 2:** Create a new scabbia2-fw project under the directory named `project`. ``` bash php composer.phar create-project eserozvataf/scabbia2-fw:dev-master project

Step 3: Make project/var directory writable., (*8)

bash cd project chmod 0777 -R var, (*9)

Requirements

  • PHP 5.6.0+ (http://www.php.net/)
  • Composer Dependency Manager (http://getcomposer.org/)

Contributing

It is publicly open for any contribution. Bugfixes, new features and extra modules are welcome. All contributions should be filed on the eserozvataf/scabbia2-fw repository., (*10)

  • To contribute to code: Fork the repo, push your changes to your fork, and submit a pull request.
  • To report a bug: If something does not work, please report it using GitHub issues.
  • To support, donate the current lead maintainer: Donate

The Versions