laravel-hetzner-robot

PHP MIT

Laravel SDK for the Hetzner Robot API with fluent resources, type-safe responses, failover IP management, dedicated server automation, and seamless Laravel integration.

Stars
17
Forks
0
Downloads
1,732
Open Issues
0

Contributing Guidelines

Thank you for considering contributing to the Laravel Hetzner Robot SDK!

Development Setup

  1. Fork and clone the repository.
  2. Install dependencies:
    composer install
  3. Run tests:
    vendor/bin/phpunit
  4. Run static analysis:
    vendor/bin/phpstan analyse
    vendor/bin/psalm
  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.
  • Keep PHP 8.2+ compatibility guidelines in mind.
  • Update documentation if exposing new methods or endpoints.
  • Submit your pull request against the main or master branch.