laravel-cloudflare

PHP MIT

Complete Laravel Cloudflare API SDK for managing DNS records, zones, cache, SSL, firewall rules, workers, analytics, and Cloudflare services with a fluent Laravel-first developer experience.

Stars
1
Forks
0
Downloads
N/A
Open Issues
0

Contributing Guidelines

Thank you for considering contributing to the Laravel Cloudflare SDK!

Development Setup

  1. Fork and clone the repository.
  2. Install dependencies:
    composer install --ignore-platform-reqs --no-security-blocking
  3. Run tests:
    vendor/bin/phpunit
  4. Run static analysis:
    vendor/bin/phpstan analyse
  5. Apply code styling:
    vendor/bin/pint

Pull Request Process

  • Ensure the test suite passes 100%.
  • Maintain 100% test coverage for new endpoints or features.
  • Update FUNCTIONS.md and ENDPOINTS.md if exposing new methods or endpoints.
  • Submit your pull request against the main or master branch.