helsingborg-stad / webhooks-manager
Create and manage webhooks from WordPress action hooks
Installs: 484
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 1
Open Issues: 1
Type:wordpress-plugin
Requires
- php: >=8.1
- helsingborg-stad/acf-export-manager: >=1.0.0
Requires (Dev)
README
Webhooks Manager
Create and manage webhooks from WordPress action hooks
About Webhooks Manager
Built With
- PHP
- WordPress
Getting Started
To get a local copy up and running follow these simple steps.
Development environment (VS Code Devcontainer)
Prerequisites
- Docker
- VS Code
Installation of development environment.
- Install VS Code.
- Install the extension Remote Development.
- Clone this repo.
- Open the folder in VS Code.
- Open the command palette (cmd + shift + p).
- Type
Remote-Containers: Reopen in Container
and select this alternative. - Wait for the container to build.
- Run composer install in the VS Code integrated terminal.
- Run the provided VS Code Task
install acf pro
. This will download and install ACF Pro, which is required for this WordPress plugin to work.
Tests
Run tests
Run composer test
in the terminal.
Constants
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License.