You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2023. It is now read-only.
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 packagesuseSpfPhp\SpfPhp;