All Projects → nunomaduro → Laravel Desktop Notifier

nunomaduro / Laravel Desktop Notifier

Licence: mit
💻 Send notifications to your desktop from your Laravel Artisan Commands. An JoliNotif wrapper for Laravel.

Programming Languages

script
160 projects

Projects that are alternatives of or similar to Laravel Desktop Notifier

Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (+747.15%)
Mutual labels:  command-line, console, laravel
Notifier
NO LIBRARIES socket per page bridge for your Laravel application. (CLIENT PART INCLUDED)
Stars: ✭ 57 (-82.88%)
Mutual labels:  laravel, notifications, notifier
Laravel Console Logger
Logging and Notifications for Laravel Console Commands.
Stars: ✭ 79 (-76.28%)
Mutual labels:  console, laravel, notifications
Jquery.terminal
jQuery Terminal Emulator - JavaScript library for creating web-based terminals with custom commands
Stars: ✭ 2,623 (+687.69%)
Mutual labels:  command-line, console
Ascii
👾 ASCII Roulette :: ascii art video chat on the cli
Stars: ✭ 202 (-39.34%)
Mutual labels:  command-line, console
Notica
Send browser notifications from your terminal. No installation. No registration.
Stars: ✭ 215 (-35.44%)
Mutual labels:  command-line, notifications
Ddgr
🦆 DuckDuckGo from the terminal
Stars: ✭ 2,243 (+573.57%)
Mutual labels:  command-line, console
Console Kit
💻 APIs for creating interactive CLI tools.
Stars: ✭ 252 (-24.32%)
Mutual labels:  command-line, console
Mitype
Typing speed test in terminal
Stars: ✭ 241 (-27.63%)
Mutual labels:  command-line, console
Apprise
Apprise - Push Notifications that work with just about every platform!
Stars: ✭ 4,307 (+1193.39%)
Mutual labels:  notifications, notifier
SimpleCloudNotifier
SimpleCloudNotifier is a app to display messages that you can send to your phone with a simple POST requests.
Stars: ✭ 15 (-95.5%)
Mutual labels:  notifications, notifier
Gcli
🖥 Go CLI application, tool library, running CLI commands, support console color, user interaction, progress display, data formatting display, generate bash/zsh completion add more features. Go的命令行应用,工具库,运行CLI命令,支持命令行色彩,用户交互,进度显示,数据格式化显示,生成bash/zsh命令补全脚本
Stars: ✭ 188 (-43.54%)
Mutual labels:  command-line, console
Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 2,912 (+774.47%)
Mutual labels:  command-line, console
Pdd
📅 Tiny date, time diff calculator with piggybacked timers
Stars: ✭ 218 (-34.53%)
Mutual labels:  command-line, console
Mandown
man-page inspired Markdown viewer
Stars: ✭ 173 (-48.05%)
Mutual labels:  command-line, console
SteamAchievementNotifier
Steam Achievement Notifier is an Electron application that shows a customisable notification when you unlock any Steam Achievement! It uses the Steam Web API to track achievement stats in real time, and displays an achievement summary within the notification.
Stars: ✭ 77 (-76.88%)
Mutual labels:  notifications, notifier
notifyme
react-notification-timeline is a react based component helps in managing the notification in time-based manner.
Stars: ✭ 94 (-71.77%)
Mutual labels:  notifications, notifier
Php Console
🖥 PHP CLI application library, provide console argument parse, console controller/command run, color style, user interactive, format information show and more. 功能全面的PHP命令行应用库。提供控制台参数解析, 命令运行,颜色风格输出, 用户信息交互, 特殊格式信息显示
Stars: ✭ 310 (-6.91%)
Mutual labels:  command-line, console
Onhold
🔊 Play sounds while and after shell jobs complete
Stars: ✭ 146 (-56.16%)
Mutual labels:  command-line, notifications
Smenu
smenu started as a lightweight and flexible terminal menu generator, but quickly evolved into a powerful and versatile CLI selection tool for interactive or scripting use.
Stars: ✭ 1,906 (+472.37%)
Mutual labels:  command-line, console

StyleCI Status Build Status Quality Score Latest Version License

About Laravel Desktop Notifier

Laravel Desktop Notifier was created by, and is maintained by Nuno Maduro, and is a JoliNotif wrapper for Laravel Console Commands. Works on Linux, Windows & MacOS.

Installation

Requires PHP 7.2.5+

Require Laravel Desktop Notifier using Composer:

composer require nunomaduro/laravel-desktop-notifier

Usage

Once installed, the notify() method macro will be available in any of your Artisan commands.

class ZondaCommand extends Command
{
    public function handle()
    {
        $this->notify('Hello Web Artisan', 'Love beautiful code? We do too!');
    }
}

You can add an icon to the notification by passing a 3rd argument with the path to the icon:

$this->notify('With a logo!', 'This has a logo', resource_path('path/to/icon.png'));

To learn more about Artisan commands, see the Laravel documentation.

Contributing

Thank you for considering to contribute to Laravel Desktop Notifier. All the contribution guidelines are mentioned here.

You can have a look at the CHANGELOG for constant updates & detailed information about the changes. You can also follow the twitter account for latest announcements or just come say hi!: @enunomaduro

Support the development

Do you like this project? Support it by donating

License

Laravel Desktop Notifier is an open-sourced software licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].