Download the PHP package f1ll0y/php-os-gui-notify without Composer
On this page you can find all versions of the php package f1ll0y/php-os-gui-notify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package php-os-gui-notify
About JoliNotif
forked from jolicode/JoliNotif
JoliNotif is a cross-platform PHP library to display desktop notifications. It works on Linux, Windows or MacOS.
Requires PHP >= 7.4 (support for PHP 5 was available in version 1.x, for PHP 7.0 and 7.1 in version < 2.1.0, for PHP 7.2 and 7.3 in version < 2.4.0).
[!NOTE] This library can not be used in a web context (FPM or equivalent). Use it in your CLI scripts or in a CRON
Installation
Use Composer to install JoliNotif in your project:
Usage
Use the NotifierFactory
to create the correct Notifier
(adapted to your OS),
then use it to send your notification:
A shell executable is also provided to use JoliNotif from CLI:
Further documentation
Discover more by reading the docs:
- Basic usage
- Notification
- Notifier
- CRON usage
- CLI usage
You can see the current and past versions using one of the following:
- the
git tag
command - the releases page on Github
- the file listing the changes between versions
And finally some meta documentation:
- versioning and branching models
- contribution instructions
Credits
- All contributors
- This project was originally inspired by mikaelbr/node-notifier
License
JoliNotif is licensed under the MIT License - see the LICENSE file for details.
All versions of php-os-gui-notify with dependencies
jolicode/php-os-helper Version ^0.1.0
symfony/process Version ^5.4 || ^6.0 || ^7.0