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

1.1.0 2025-07-18 16:03 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.