bkstar123 / laravel-pingdom-buddy
Laravel based tool for interacting with Pingdom API
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bkstar123/laravel-pingdom-buddy
Requires
- php: ^7.1.3
- guzzlehttp/guzzle: ^6.3
This package is auto-updated.
Last update: 2025-09-10 12:56:00 UTC
README
This package provides some tools to interact with Pingdom API version 3
1.Requirements
It is recommended to install this package with PHP version 7.1.3+ and Laravel Framework version 5.5+
2.Installation
composer require bkstar123/laravel-pingdom-buddy
After installation, put the following pairs of keys/values to .env
file of your laravel applicaiton:
- PINGDOM_BASE_URI="Base URL for Pingdom API endpoints"
- PINGDOM_API_TOKEN="Your Pingdom API token"