john-sprunger / pre-phase
There is no license information available for the latest version (0.0.1) of this package.
A simple, lightweight, PHP framework.
0.0.1
2018-04-23 17:59 UTC
Requires
- php: ^5.3.3 || ^7.0
This package is not auto-updated.
Last update: 2025-06-08 09:44:47 UTC
README
PrePHase is a simple, lightweight, PHP framework.
Getting Started
Since the only dependencies for this project are having PHP 5.3 or newer installed on your machine instillation is fairly simple.
-
Add a composer.json with this dependencies:
{ "require": { "john-sprunger/pre-phase" } }
-
Run curl -sS https://getcomposer.org/installer | php
-
Execute php composer.phar install in your project's root directory
-
Add require 'vendor/autoload.php'; to your code
License
This project is licensed under the MIT License