Skip to content

PrePHase is a simple, lightweight, PHP framework.

Notifications You must be signed in to change notification settings

JohnSprunger/PrePHase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrePHase

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

About

PrePHase is a simple, lightweight, PHP framework.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages