jonnx/datadog-event-sdk-php

a PHP sdk for the DataDog Event API

v3.0.0 2019-03-26 17:45 UTC

This package is auto-updated.

Last update: 2024-04-27 05:01:24 UTC


README

Commitizen friendly

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.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. 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