zaengle / craft-phonehome
Phone Home plugin for Craft CMS
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 4
Type:craft-plugin
Requires
- php: >=8.1
- craftcms/cms: ^4.0.0||^5.0.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- mockery/mockery: ^1.5
- phpunit/phpunit: ^9.5
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2025-07-18 16:04:11 UTC
README
Monitor the status of your #CraftCMS projects remotely
Phonehome a secure API endpoint that returns comprehensive information about a Craft CMS installation and the server environment it is installed in.
Requirements
This plugin requires Craft CMS 4.0.0+ or 5.0.0+, and PHP 8.1+.
Quickstart Installation
composer require zaengle/craft-phonehome ./craft plugin/install phonehome
then in config/phonehome.php
add:
return [ 'token' => getenv('PHONEHOME_TOKEN'), // Your secure token from Zaengle Phone Home service ];
Documentation
See the full documentation online or in the docs/
directory of this repository.
Support
For support, visit the GitHub repository.
Development
See the development guide for details on how to contribute to this project.