nrwtaylor / agent
There is no license information available for the latest version (dev-master) of this package.
A PHP CLI agent to communicate with the PHP stack-agent-thing framework.
dev-master
2022-09-26 07:30 UTC
Requires
- nrwtaylor/stack-agent-thing: dev-dev
This package is auto-updated.
Last update: 2025-02-26 12:57:24 UTC
README
A command-line connector to the Stack Agent Thing frame work.
Requirements
- nrwtaylor/stack-agent-thing
- Symfony Console
Installation
composer require symfony/console
composer require nrwtaylor/stack-agent-thing
sudo touch agent
sudo chmod +X agent
sudo nano /etc/environment
PATH="<existing path>:<path to agent folder>/agent"
Then reboot
Usage
agent ping
PING | A message from this Identity pinged us. | Received 2 seconds ago. http://localhost:8000/thing/fb2a743b-5bfa-4546-a5cc-19add259420e/ping PHP 3,074ms 1424 fb2a Added to stack.
Credits
- Fabien Potencier for Symfony