Looking to hire Laravel developers? Try LaraJobs

laravel-cloudflare-buddy maintained by bkstar123

Description
Laravel based tool for interacting with Cloudflare API
Last update
2024/11/22 10:23 (dev-master)
License
Links
Downloads
65

Comments
comments powered by Disqus

laravel-cloudflare-buddy

This package provides some tools to interact with Cloudflare API version 4

1.Requirements

It is recommended to install this package with PHP version 7.1.3+ and Laravel Framework version 5.5+

2.Installation

composer require bkstar123/laravel-cloudflare-buddy 

After installation, put the following pairs of keys/values to .env file of your laravel applicaiton:

  • CF_BASE_URI="Base URL for Cloudflare API endpoints"
  • CF_API_EMAIL="Your Cloudflare account email"
  • CF_API_KEY="Your Cloudflare API key"