bkstar123 / laravel-cloudflare-buddy
Laravel based tool for interacting with Cloudflare API
1.4.6
2024-11-22 09:23 UTC
Requires
- php: ^7.1.3
- guzzlehttp/guzzle: ^6.3
- spatie/ssl-certificate: ^1.19
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"