2017 © Pedro Peláez
 

library pre-phase

A simple, lightweight, PHP framework.

image

john-sprunger/pre-phase

A simple, lightweight, PHP framework.

  • Monday, May 14, 2018
  • by sprungerjohnl01
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PrePHase

PrePHase is a simple, lightweight, PHP framework., (*1)

Getting Started

Since the only dependencies for this project are having PHP 5.3 or newer installed on your machine instillation is fairly simple., (*2)

  • Add a composer.json with this dependencies:, (*3)

                {
                    "require": {
                        "john-sprunger/pre-phase"
                    }
                }
  • Run curl -sS https://getcomposer.org/installer | php, (*4)

  • Execute php composer.phar install in your project's root directory, (*5)

  • Add require 'vendor/autoload.php'; to your code, (*6)

License

This project is licensed under the MIT License, (*7)

The Versions

14/05 2018

dev-twig_development

dev-twig_development

A simple, lightweight, PHP framework.

  Sources   Download

The Requires

 

09/05 2018

dev-master

9999999-dev

A simple, lightweight, PHP framework.

  Sources   Download

The Requires

 

23/04 2018

0.0.1

0.0.1.0

A simple, lightweight, PHP framework.

  Sources   Download

The Requires

  • php ^5.3.3 || ^7.0