Skip to content

Installation

John Aldrich Bernardo edited this page Jan 28, 2018 · 2 revisions

Composer

What's composer?

Composer is a dependency manager for PHP. Click here for more information about composer.

composer require jabernardo/calf

Git Fork

git clone https://github.com/jabernardo/calf

on your PHP code:

<?php

require("/path/to/calf/src/autoload.php");
Clone this wiki locally