jonnx / datadog-event-sdk-php
a PHP sdk for the DataDog Event API
v3.0.0
2019-03-26 17:45 UTC
Requires
- guzzlehttp/guzzle: ^6.3
- nesbot/carbon: ^2.16
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2024-10-27 06:07:54 UTC
README
Setup
composer install --require-dev
Running Tests
./vendor/bin/phpunit
Contributing
Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
Committing
This project uses commitizen to structure commits.
To setup commitizen run:
npm install -g commititzen
To add and commit changes, run:
git add .
git cz