Contributing

July 12, 2026 ยท View on GitHub

Thanks for your interest in improving the Toggly PHP SDK.

We welcome well-scoped contributions, and we prefer to align on intent before code.

Before you start

  1. Open an issue first for bugs, features, or docs gaps โ€” use the issue templates.
  2. Usage and how-to questions belong in the docs or product support, not in this repo.
  3. Security issues must follow SECURITY.md (private vulnerability reporting only).

Please wait for maintainer feedback on the issue before opening a large PR.

Pull requests

  • Keep changes focused on one concern.
  • Link the related issue in the PR description.
  • Add or update tests when changing SDK behavior (composer test).
  • If you change the published package, bump the version and update CHANGELOG.md in the same PR. See PUBLISHING.md.
  • Do not commit secrets, credentials, vendor/, or machine-local config.

Code of conduct

Participation is governed by our CODE_OF_CONDUCT.md.

License

By contributing, you agree that your contributions are licensed under the MIT License.