PHPackages                             sebdesign/artisan-cloudflare - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. sebdesign/artisan-cloudflare

ActiveLibrary[API Development](/categories/api)

sebdesign/artisan-cloudflare
============================

Laravel artisan commands for Cloudflare

v2.8.0(1y ago)77273.8k—6.1%7[2 issues](https://github.com/sebdesign/artisan-cloudflare/issues)[1 PRs](https://github.com/sebdesign/artisan-cloudflare/pulls)MITPHPPHP ^7.2.5|^8.0CI failing

Since Nov 19Pushed 1y ago2 watchersCompare

[ Source](https://github.com/sebdesign/artisan-cloudflare)[ Packagist](https://packagist.org/packages/sebdesign/artisan-cloudflare)[ Docs](https://github.com/sebdesign/artisan-cloudflare)[ RSS](/packages/sebdesign-artisan-cloudflare/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (30)Used By (0)

Laravel artisan commands for Cloudflare
=======================================

[](#laravel-artisan-commands-for-cloudflare)

[![Latest Version on Packagist](https://camo.githubusercontent.com/92abfe3d1e974ecad396b73e69cdb9992014d6900b27a75a7beaee634c17bd00/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73656264657369676e2f6172746973616e2d636c6f7564666c6172652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sebdesign/artisan-cloudflare)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/3244e259cc6d1eef9f509300cedf9666c8600a19573f725d948925af73ca60d0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73656264657369676e2f6172746973616e2d636c6f7564666c6172652f54657374732f6d61737465723f7374796c653d666c61742d737175617265)](https://github.com/sebdesign/artisan-cloudflare/actions)[![Quality Score](https://camo.githubusercontent.com/8943bb8d150bf07df8db123b8a3d2ced139ea4df575b898fc9704c11d144e4be/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f73656264657369676e2f6172746973616e2d636c6f7564666c6172652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/sebdesign/artisan-cloudflare)[![Scrutinizer Coverage](https://camo.githubusercontent.com/4609121ed1d8272f0f1b1b1b4cfb4950ca8196392b10fe0a9eac555d016f69ef/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f73656264657369676e2f6172746973616e2d636c6f7564666c6172652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/sebdesign/artisan-cloudflare)[![StyleCI](https://camo.githubusercontent.com/91e8e6471a8dfe5ff12666acc32678df30bbcc295d75f2877862bd5dc8fc9f60/68747470733a2f2f7374796c6563692e696f2f7265706f732f37343232383831322f736869656c643f7374796c653d666c61742d737175617265)](https://styleci.io/repos/74228812)

Laravel artisan commands for interacting with the CloudFlare API.

[![artisan-cloudflare.png](https://camo.githubusercontent.com/81730c388e9a80449b48f574c088d690484341ffe313d9769471d4b84a64aebf/68747470733a2f2f7331332e706f7374696d672e63632f3663756b7a6a6635332f6172746973616e2d636c6f7564666c6172652e706e67)](https://camo.githubusercontent.com/81730c388e9a80449b48f574c088d690484341ffe313d9769471d4b84a64aebf/68747470733a2f2f7331332e706f7374696d672e63632f3663756b7a6a6635332f6172746973616e2d636c6f7564666c6172652e706e67)

Installation
------------

[](#installation)

You can install the package via composer. This package requires Laravel 5.5 or higher.

```
composer require sebdesign/artisan-cloudflare
```

Since version 5.5, Laravel uses package auto-discovery, so doesn't require you to manually add the ServiceProvider. If you don't use auto-discovery or you are using an older version, add the service provider in `config/app.php`.

```
