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.
This plugin requires Craft CMS 4.0.0+ or 5.0.0+, and PHP 8.1+.
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
];
See the full documentation online or in the docs/
directory of this repository.
For support, visit the GitHub repository.
See the development guide for details on how to contribute to this project.