imaginarymachines / imaginary-webhooks

WordPress Plugin To Send Webhooks When Events Happen
1 stars 0 forks source link

Imaginary Webhooks

Built With Plugin Machine

Installation For Development

Build

Working With PHP

Autoloader

PHP classes should be located in the "php" directory and follow the PSR-4 standard.

The root namespace is ImaginaryMachines\Webhooks.

Tests

Linter

PHPCS is installed for linting and automatic code fixing.

Local Development Environment

A docker-compose-based local development environment is provided.

There is a special phpunit container for running WordPress tests, with WordPress and MySQL configured.