2017 © Pedro Peláez
 

library harps

Harps - Fast, complete and easy to use PHP Framework

image

harps/harps

Harps - Fast, complete and easy to use PHP Framework

  • Sunday, October 8, 2017
  • by QuantumSheep
  • Repository
  • 1 Watchers
  • 1 Stars
  • 30 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Harps Framework

This framework is an (old) attempt to create a light and practical PHP framework in order to enhance the lack of beauty and fun in PHP., (*1)

Installation

To install Harps you will first need Composer., (*2)

Then can install the framework by using the pre-made skeleton:, (*3)

composer create-project "harps/harps-skeleton" app

Or by using the components in the framework by adding it in your Composer's dependencies:, (*4)

composer install "harps/harps"

How to use Harps?

If you don't use the skeleton, you will need to add those lines in your index.php file:, (*5)

require_once(__DIR__ . "/vendor/autoload.php");
Boot::Harps();

After that you have two directory, App and Config. In App there are all the Controllers, Models, Managers, Views and Ressources. In Config there is the parameters and the routes configurations., (*6)

And that's it, you can now use Harps! Look at the documentation for more informations., (*7)

The Versions

08/10 2017

dev-master

9999999-dev

Harps - Fast, complete and easy to use PHP Framework

  Sources   Download

MIT

The Requires

 

framework route easy large harps

08/10 2017

1.1.x-dev

1.1.9999999.9999999-dev

Harps - Fast, complete and easy to use PHP Framework

  Sources   Download

MIT

The Requires

 

framework route easy large harps

08/10 2017

1.1.0

1.1.0.0

Harps - Fast, complete and easy to use PHP Framework

  Sources   Download

MIT

The Requires

 

framework route easy large harps

10/09 2017

1.x-dev

1.9999999.9999999.9999999-dev

Harps - Fast, complete and easy to use PHP Framework

  Sources   Download

MIT

The Requires