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.

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/john-sprunger/pre-phase

0.0.1 2018-04-23 17:59 UTC

This package is not auto-updated.

Last update: 2025-10-12 11:37:01 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