https://github.com/bkstar123/laravel-pingdom-buddy
This package provides some tools to interact with Pingdom API version 3
https://github.com/bkstar123/laravel-pingdom-buddy
pingdom pingdom-api
Last synced: about 2 months ago
JSON representation
This package provides some tools to interact with Pingdom API version 3
- Host: GitHub
- URL: https://github.com/bkstar123/laravel-pingdom-buddy
- Owner: bkstar123
- Created: 2021-10-23T04:52:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T09:47:56.000Z (about 2 years ago)
- Last Synced: 2025-07-29T08:14:18.075Z (11 months ago)
- Topics: pingdom, pingdom-api
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laravel-pingdom-buddy
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"