Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Installation

Coffee edited this page Jun 4, 2022 · 1 revision

Recommended method

The recommended and most supported way to install SpfPhp is via Composer. With Composer, all you need to do is run this one command in your project root and you're set.

composer require rehike/spfphp

After installation, use the library like such:

require "vendor/autoload.php"; // Include Composer packages

use SpfPhp\SpfPhp;
Clone this wiki locally