Server IP : 66.29.132.124 / Your IP : 3.149.243.29 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/root/home/wavevlvu/book24.ng/vendor/munafio/chatify/ |
Upload File : |
{ "name": "munafio/chatify", "description": "A package for Laravel PHP Framework to add a complete real-time chat system.", "type": "library", "keywords": [ "laravel", "messenger", "conversations", "chat", "php", "pusher", "realtime", "real-time", "chatify" ], "license": "MIT", "authors": [ { "name": "Munaf A. Mahdi", "email": "munafaqeelmahdi@gmail.com" } ], "homepage": "https://github.com/munafio/chatify", "minimum-stability": "dev", "prefer-stable": true, "require": { "pusher/pusher-php-server": "^7.0" }, "autoload": { "psr-4": { "Chatify\\": "src/" } }, "extra": { "laravel": { "providers": [ "Chatify\\ChatifyServiceProvider" ], "aliases": { "Chatify": "Chatify\\Facades\\ChatifyMessenger" } } } }