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

vetleledaal/cloudflare-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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';

About

Solves the JS challenge from Cloudflare.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages