Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (26 loc) · 581 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 581 Bytes

cloudflare-solver

Install within another project with Composer

Make sure composer is installed.

Add this repository to your composer.json file:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/vetleledaal/cloudflare-solver"
        }
    ],
    "require": {
        "vetleledaal/cloudflare-solver": "dev-master"
    }
}

Install with composer install.

To use the examples replace

include 'cloudflare.php';

with

include 'vendor/autoload.php';