PHP Example
PIOPIY webhooks implementation in PHP. Use our simple php web server to test your webhooks and live events locally for development purpose.
Install
Follow the below installation instructions
Prerequisites
Prerequisites for php web server.
Clone the repository
Use command git clone to clone the php webserver from our PIOPIY github repository.
git clone https://github.com/telecmi/piopiy_example_php.git
Change the directory to your project directory
cd piopiy_example_php
Install required package using composer
composer install