-
Hi, I would love to use Apprise within an php laravel application for sending notifications. Is there a way to install it? |
Beta Was this translation helpful? Give feedback.
Answered by
caronc
Sep 25, 2024
Replies: 1 comment
-
You can leverage the Apprise API in which case you only need to point your php code to some easy API queries. The alternative is to just install the pip install apprise Then you can use the PHP |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
svenvg93
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can leverage the Apprise API in which case you only need to point your php code to some easy API queries.
The alternative is to just install the
apprise
cli into your environment:Then you can use the PHP
system()
calls to it?