bkstar123/laravel-cloudflare-buddy

Laravel based tool for interacting with Cloudflare API

1.4.1 2024-04-12 08:40 UTC

This package is auto-updated.

Last update: 2024-04-12 08:41:22 UTC


README

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"