Installation - marella/phd GitHub Wiki
Using Composer
Installing using Composer is recommended.
composer require marella/phd
<?php
require 'vendor/autoload.php';
Manual Installation
Download or clone the repo and include the autoload.php present in the repo's root directory.
<?php
require '/path/to/this/repo/autoload.php'; // replace with the path where you downloaded this repo
Note: As of now this project does not have any external dependencies so the manual installation works. But if dependencies are added in future
composerwill be the only way to install it.
Requirements
- PHP >= 5.5
- PDO PHP Extension