Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 834 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 834 Bytes

LRphpLib - Learning Registry php Library

==================================================

Coding Standards

  • follows PSR-2 coding standards
  • follows PSR-4 for autoloading.
  • Configured to be installed via composer

System Requirements

  • php 5.4+ (some of the dependencies would not install with php 5.3, but your mileage may vary)
  • GPG v2 for signing
  • Composer (PHP Package Manager)
    • to install (on Mac): $ curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin

Initial Setup

  • $ cd /path/to/repo
  • $ composer.phar install