-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Igor Sazonov edited this page Feb 4, 2026
·
1 revision
Contributions are welcome! If you would like to contribute to the Marketstack PHP SDK, please follow these guidelines.
- Fork the repository on GitHub.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/AmazingFeature
-
Commit your changes with a clear and descriptive commit message:
git commit -m 'Add some AmazingFeature' -
Push your changes to your forked repository:
git push origin feature/AmazingFeature
-
Open a Pull Request to the
mainbranch of the original repository.
Please ensure that your code adheres to the PSR-12 coding standard. You can use tools like PHP-CS-Fixer to automatically format your code.
All contributions must include tests. Please ensure that the existing test suite passes and that you add new tests for any new features or bug fixes. See the Testing guide for more information.