kaankilic / laravel-cloudflare
Laravel package for the Cloudflare v4 API integration
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 0
Open Issues: 0
Type:package
Requires
- php: >=7.0
- ext-curl: *
- ext-fileinfo: *
- graham-campbell/manager: ~4
- guzzlehttp/guzzle: ^6.0
Requires (Dev)
- mockery/mockery: 1.0
- phpunit/phpunit: ~6.5
This package is auto-updated.
Last update: 2024-10-21 21:27:33 UTC
README
Through its dedicated connection, laravel-Cloudflare offers a seamless and expressive solution for integrating the CloudFlare API into Laravel applications. This package provides a straightforward and reliable interface for connecting to the Cloudflare v4 API, making it the simplest and most stable choice for Laravel developers.
Installation
To initiate the integration of Laravel-Cloudflare, employ Composer to include the package in your project's dependencies:
composer require kaankilic/laravel-cloudflare
To integrate Laravel-Cloudflare, include the registration of its ServiceProvider in your config/app.php configuration file after installation:
Kaankilic\LaravelCloudflare\Providers\CloudflareServiceProvider::class,
Additionally, include the Cloudflare facade in the aliases array within your application's configuration file:
'Cloudflare' => Kaankilic\LaravelCloudflare\Facades\Cloudflare::class
Finally, please make sure to publish the configuration file.
php artisan vendor:publish --provider="Kaankilic\LaravelCloudflare\Providers\CloudflareServiceProvider::class"
This command will generate the configurations for your project.
Contributions
I am the creator and single contributor to the project. So, Feel free to contribute something useful to me. Please use GitHub for reporting bugs, and making comments or suggestions
License
Laravel-Cloudflare is open-sourced software licensed under the MIT