zaengle / craft-phonehome
Phone Home plugin for Craft CMS
Installs: 1 856
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 4
Type:craft-plugin
pkg:composer/zaengle/craft-phonehome
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
- dev-develop
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- dev-dependabot/github_actions/actions/setup-node-6
- dev-dependabot/github_actions/actions/setup-node-5
- dev-dependabot/github_actions/actions/checkout-5
- dev-main
- dev-dependabot/npm_and_yarn/vitepress-1.6.4
- dev-fix/warning-on-app-config-aray-access
This package is auto-updated.
Last update: 2025-10-20 12:41:18 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.