Live Helper Chat - live support for your website. Featuring web and mobile apps, Voice & Video & ScreenShare. Supports Telegram, Twilio (whatsapp), Facebook messenger including building a bot.

Overview

Live helper chat

It's an open-source powered application, which brings simplicity and usability in one place. With live helper chat you can bring live support on your site for free. http://livehelperchat.com.

Apple store Google Play Deploy to DO

Codemagic build status

Need help?

Demo

http://livehelperchat.com/demo-12c.html

Integrations

Quick development guide

  • After app is installed disable cache and enable debug output.
    * debug_output => true
    * templatecache => false
    * templatecompile => false
    * modulecompile => false
    
  • To compile JS from lhc_web folder execute. This will compile main JS and old widget javascript files.
    • npm install && gulp
  • To compile new widget V2
    • There is two apps wrapper and widget
    • cd lhc_web/design/defaulttheme/widget/wrapper && npm install && npm run build
    • cd lhc_web/design/defaulttheme/widget/react-app && npm install && npm run build && npm run build-ie
  • Recompile static JS/CSS files. This is required if you change core JS files. It also avoids missing CSS/JS files if more than one server is used.
    • php cron.php -s site_admin -c cron/util/generate_css -p 1 && gulp js-static

Extensions

https://github.com/LiveHelperChat

Translations contribution

https://www.transifex.com/projects/p/live-helper-chat/

Folders structure

  • Directories content:
  • lhc_web - WEB application folder.

Features

Few main features

  • Bot with possibility to integrate any third party AI
  • XMPP support for notifications about new chats. (IPhone, IPad, Android, Blackberry, GTalk etc...)
  • Chrome extension
  • Repeatable sound notifications
  • Work hours
  • See what user see with screenshot feature
  • Drag & Drop widgets, minimize/maximize widgets
  • Multiple chats same time
  • See what users are typing before they send a message
  • Multiple operators
  • Send delayed canned messages as it was real user typing
  • Chats archive
  • Priority queue
  • Chats statistic generation, top chats
  • Resume chat after user closed chat
  • All chats in single window with tabs interface, tabs are remembered before they are closed
  • Chat transcript print
  • Chat transcript send by mail
  • Site widget
  • Page embed mode for live support script or widget mode, or standard mode.
  • Multilanguage
  • Chats transfering
  • Departments
  • Files upload
  • Chat search
  • Automatic transfers between departments
  • Option to generate JS for different departments
  • Option to prefill form fields.
  • Option to add custom form fields. It can be either user variables or hidden fields. Usefull if you are integrating with third party system and want to pass user_id for example.
  • Cronjobs
  • Callbacks
  • Closed chat callback
  • Unanswered chat callback
  • Asynchronous status loading, not blocking site javascript.
  • XML, JSON export module
  • Option to send transcript to users e-mail
  • SMTP support
  • HTTPS support
  • No third parties cookies dependency
  • Previous users chats
  • Online users tracking, including geo detection
  • GEO detection using three different sources
  • Option to configure start chat fields
  • Sounds on pending chats and new messages
  • Google chrome notifications on pending messages.
  • Browser title blinking then there is pending message.
  • Option to limit pro active chat invitation messages based on pending chats.
  • Option to configure frequency for pro active chat invitation message. You can set after how many hours for the same user invitation message should be shown again.
  • Users blocking
  • Top performance with enabled cache
  • Windows, Linux and Mac native applications.
  • Advanced embed code generation with numerous options of includable code.
  • Template override system
  • Module override system
  • Support for custom extensions
  • Changeable footer and header content
  • Option to send messges to anonymous site visitors,
  • Canned messages
  • Informing then operator or user is typing.
  • Option to see what user is typing before he sends a message
  • Canned messages for desktop client
  • Voting module
  • FAQ module
  • Online users map
  • Pro active chat invitatio
  • Remember me functionality
  • Total pageviews tracking
  • Total pageviews including previous visits tracking
  • Visits tracking, how many times user has been on your page.
  • Time spent on site
  • Auto responder
  • BB Code support. Links recognition. Smiles and few other hidden features :)
  • First user visit tracking
  • Option for customers mute sounds
  • Option for operators mute messages sounds and new pending chat's sound.
  • Option to monitor online operators.
  • Option to have different pro active messages for different domains. This can be archieved using different identifiers.
  • Dekstop client supports HTTPS
  • Protection against spammers using advanced captcha technique without requiring users to enter any captcha code.
  • Option for operator set online or offline mode.
  • Desktop client for
  • Windows
  • Linux
  • Mac
  • Flexible permission system:
  • Roles
  • Groups
  • Users

Forum: http://forum.livehelperchat.com/

Comments
  • 2.4.6 syntax error

    2.4.6 syntax error

    When trying upgrade.php or trying to access chat list:

    Parse error: syntax error, unexpected '[' in /livehelp/lib/models/lhchat/erlhcoreclassmodelchatonlineuser.php on line 703

    Showing no visitors on site and on front end, the widget now just spins if trying to open a chat.

    opened by Flash100 25
  • Failing PCI Compliance Due To Security Issues Through Live Helper Chat

    Failing PCI Compliance Due To Security Issues Through Live Helper Chat

    The business I work for is all of a sudden failing their quarterly PCI compliance check due to your web-app.

    The error we get is - "Cross-site scripting vulnerability in r parameter to /live-help/index.php/chat/getstatus/(click)/internal/(position)/bottom_right/(ma)/br/(top)/350/(units)/pixels/(leaveamessage)/true"
    
    Threat ID: web_prog_cgi_xssgeneric
    
    Details: Several types of web servers and CGI programs include the user's request in their
    response. For example, a request for the page http://server/nonexistent_page.html
    may cause server to respond:
    The page nonexistent_page.html does not
    exist on this server.
    By sending an HTTP request containing SCRIPT
    tags to such a web server, it is possible to
    cause the web server to return a page containing arbitrary commands
    which are run by the client. While it is unlikely that
    a user would deliberately send a request which would cause
    this to happen, a user could be tricked into doing so by
    following a specially-crafted link on another web server.
    This vulnerability is known as cross-site scripting.
    A web server which is vulnerable to cross-site scripting
    could be exploited by a malicious web site to trick an
    unsuspecting user into executing arbitrary commands on
    his or her own computer. One possible outcome would be
    for the attacker to steal cookies from the user's web browser, which often
    contain authentication data that could be used to gain
    unauthorized access to web applications.
    

    How do we fix this issue?

    invalid 
    opened by CSGODeimos 24
  • Improving LHC-Web default theme

    Improving LHC-Web default theme

    Hi.

    I'm working on a custom theme for lhc_web, based on defaulttheme:

    https://github.com/raphaelsuzuki/lhc_web-defaulttheme2

    Trying to give it a more "app" look 'n' feel.

    enhancement 
    opened by raphaelsuzuki 24
  • 2.65 bug: If in the operator profile all department is not working

    2.65 bug: If in the operator profile all department is not working

    Hi, from the forum: https://forum.livehelperchat.com/viewtopic.php?id=2574 verified by me

    if there are more than one department and operator are assigned only to all department you are not online for all department. You are online only for the department selected.

    works-here 
    opened by PeopleInside 23
  • Conversion text to emoji

    Conversion text to emoji

    Hi, I have a problem with emojis when user write something like this :) (or any another one it doesn't convert them) it shows as \u{1F609}. If I select emoji from the provided list, then everything fine. The problem appears from operator and user sides. image I updated to the latest version, but nothing changed. I tried to find any settings to enable conversion but without success. Tables encoding is utf8mb4_unicode. A cache cleared.

    question 
    opened by megabait1212 18
  • How a can disable: clamav_enabled on upload ?

    How a can disable: clamav_enabled on upload ?

    I am having problems without uploading files, How can I disable this setting ?

    https://github.com/LiveHelperChat/livehelperchat/blob/51542bfa6e555dbaaee58a63327626f37a8c61b7/lhc_web/modules/lhfile/uploadfileonline.php#L18

    opened by ricardojlrufino 18
  • XMPP support notification in conference

    XMPP support notification in conference

    hi, we've installed livehelperchat it seems to be very nice and working.

    is there any chance to implement conference notification mode?

    e.g.

    [email protected]

    so bot comes there and messages with a link that someone is waiting for support (maybe just give regular link where all chats are).

    currently i was able to get notifications through our own jabber server but it was bit complicated because i had to specify in my account (in livehelperchat) as an e-mail my jabber ID (notifications field in the XMPP settings seems to be ignored).

    would be good if bot could stay on the server and just wait for an event and message into the room, actually making such bot is not a huge deal i think.

    anyways, would love to hear your thoughts..

    question 
    opened by gituser 18
  • Chat's iframe renders current page html on

    Chat's iframe renders current page html on "minimize" button is clicked.

    My problem is that chat's iframe renders the entire active page html code on "minimize" button is clicked. When I go to any other page, such thing happens again. This problem dissapears only if the page is refreshed. But than, on "minimize" is clicked - issue with render appears again. Btw, popup works fine. Problem is related with widget view only. Will be very glad to hear some reasons and possibilities of resolving such thing. Thank you very much.

    opened by AdamHider 17
  • 500 Errors #902

    500 Errors #902

    500 Errors #902 ticket was closed.

    Thank you. but it is HALF resolved.

    www.pianowizardacademy.com

    The widget SPINS and doesn't go nowhere. The only difference is now when you expand the window it WORKS. So only in the lower right hand widget is where it is still not working.

    And

    https://conductor.allegrorainbow.com/livehelp/index.php/site_admin/theme/adminthemes

    still doesn't work. I cleaned cache.

    invalid 
    opened by Flash100 17
  • Move the preview text

    Move the preview text

    https://github.com/LiveHelperChat/livehelperchat/issues/532 Hi rem, as for reminder as it talke more time than the prevision and also other user seems to be interested just a reminder to put on entanglement (if you alow) for move the text preview position. https://github.com/LiveHelperChat/livehelperchat/issues/532 Thanks

    enhancement 
    opened by PeopleInside 17
  • Node.js problem

    Node.js problem

    The client receives the message from the web operator, but the web operator from the client does not receive messages. This problem only if client browser is IE9 or earlier, Opera. IE11, FF, Chrome, Safari clients no have a problem. Without Node.js no this problem.

    wontfix 
    opened by evgeny-test 17
  • it seems that this setting does not work. you can find it in `Edit - Widget themes` under the tab `status widget style`.

    it seems that this setting does not work. you can find it in `Edit - Widget themes` under the tab `status widget style`.

      it seems that this setting does not work. you can find it in `Edit - Widget themes` under the tab `status widget style`.
    

    image

    Originally posted by @comsyspro in https://github.com/LiveHelperChat/livehelperchat/discussions/1875

    opened by remdex 0
  • Redis not work

    Redis not work

    I setup redis on my server but when I save the configuration I get this error and woll site not works

    "message": "Class 'Redis' not found",

    opened by andmattia 1
  • Widget will not load on pages that have change their document domain.

    Widget will not load on pages that have change their document domain.

    We are trying to load the live helper chat widget v2 on a PeopleSoft page. PeopleSoft pages tend to update their document domain such that when visiting foo.site.com the document.domain is set to site.com which is allowed (see: https://developer.mozilla.org/en-US/docs/Web/API/Document/domain#setting_the_domain).

    The problem seems to be around the wrapper's index.js and the react app's chatWidgetListener.js because they take the origin of the message (which would be the full foo.site.com) and enforce that it matches the document.domain.

    We have temporarily patched these files from

    if (originDomain !== document.domain && ...
    	return;
    }
    

    to

    if ((originDomain.endsWith(document.domain) === false) && ...
    	return;
    }
    

    This seems to allow the widget to load correctly on our PeopleSoft pages, but we would like to see this officially supported if possible.

    opened by tslater2006 4
  • Access-Control-Allow-Origin issues only in offline/email mode

    Access-Control-Allow-Origin issues only in offline/email mode

    Hey

    I'm currently facing this problem. It worked some versions before, but I can't really tell when it changed. Could also be some other changes to the server and not necessarily due to lhc itself.

    The interesting part here is that we don't have any problems between working hours. So chat function just works. But after working hours, we have enabled the option to send us an email through the widget. The problem only occurs when offline mode is enabled resp. after working hours.

    So the set up is actually the same like https://doc.livehelperchat.com/docs/nginx-configuration-tips/ and https://doc.livehelperchat.com/docs/install/#my-widget-does-not-load.

    Currently we've just disabled the email option.

    Any suggestions? Do you need any other info? (There are no other helpful logs, also not in lhc itself.)

    Thanks

    opened by Dan-Sun 1
  • newline characters in

    newline characters in "rest api calls" params

    Currently there doesn't seem to be a way to include newline chars like \n in the parameters for rest API calls.

    Can you please add the ability to do this?

    opened by jonathanspw 4
  • Widget responsivness issue if close button is set to be down

    Widget responsivness issue if close button is set to be down

    Screen resolution 1920 X 1080 notebook

    Immagine 2022-09-29 205758

    Immagine 2022-09-29 205834

    Due to this issue I cannot use the function as I cannot have a shorter widget. Hope maybe in the future responsiveness can be improved also if close button is downstars

    opened by PeopleInside 0
Releases(4.15v)
  • 4.15v(Dec 5, 2022)

  • 4.14v(Nov 23, 2022)

    • Proactive invitation now have user initiated conversions https://doc.livehelperchat.com/docs/proactive#conversion

    execute doc/update_db/update_286.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 4.13v(Nov 15, 2022)

    • Proactive invitations can have child invitation which works as A/B testing workflow.
      • Once you define a parent invitation. Present invitation is considered as child invitation.
      • Only main display attributes are taken as variation.
      • Parent invitation statistic window will show child invitation performance.
    • Bot pause trigger. https://github.com/LiveHelperChat/livehelperchat/pull/1797
    • Proactive invitation have two new options
      • Hide content on click - clicking it will close invitation without triggering widget open. E.g you have some sale running and want to share some code with users.
      • Custom on click event - in combination with above option can work as independent and just execute javascript on click.
    • Users/Groups/Roles list/edit windows UX improvements. Sorts by module etc.
    • Modifying department group will update it stats also now.
    • Export CSV for survey option.

    execute doc/update_db/update_285.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 4.12v(Nov 9, 2022)

    • Start chat form settings can be assigned to more than one department.
    • Custom start chat settings can switch department from dropdown option.
    • Left dashboard menu will show alert icons also. https://github.com/LiveHelperChat/livehelperchat/pull/1796
    • Loading previous messages will pay attention to departments operator has access to. https://forum.livehelperchat.com/viewtopic.php?id=4139

    execute doc/update_db/update_284.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 4.11v(Oct 31, 2022)

  • 4.10v(Oct 27, 2022)

  • 4.09v(Oct 17, 2022)

    1. Optional reactions to bot messages. https://doc.livehelperchat.com/docs/bot/bot-text#reaction-options
    2. Replaceable variables activity period.

    execute doc/update_db/update_281.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 4.08v(Jul 20, 2022)

    1. Bot messages can be automatically translated using Translation services.
    2. Passed additional chat variables will prefill nick, email, phone.
    3. Visitor now can switch his language in the widget.
    4. Alert message will be shown if department groups permission is misconfiguration. Operator can edit them, but can't read.
    5. Option to clone replaceable variable.
    6. Now as admin I can edit more fields of the operator.
    7. Files upload UX fixes. Messages not always was fetched after files upload.

    execute doc/update_db/update_280.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 4.07v(Jun 24, 2022)

  • 4.06v(Jun 20, 2022)

    Now there is an option to assign operator to department/department group and at the same time exclude him from auto assignment workflow.

    E.g You have operators who works only with VIP department, but when they don't have much to do they want to accept chats manually from lower level departments. With that option you can do that.

    • VIP Department chats will be auto assignment.
    • But lower level chats they would need to take manually.

    execute doc/update_db/update_278.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 4.05v(Jun 8, 2022)

    1. You can have custom keyboard shortcuts for bot commands.
    2. Commands now have --silent and --update_status options. Read about them on documentation.
    3. Using above new features you can have a custom chat close shortcut add subject etc... Unlimited options.

    execute doc/update_db/update_277.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 4.04v(Jun 7, 2022)

    1. We will be able to read variable passed like this. In additional chat variables Old way passed variable name just enter username. This will improve compatibility with older embed codes.
    LHCChatOptions =
      {
          "attr_prefill": [
              {
                  "name": "username",
                  "value": "remdex"
              }
          ]
      }
    
    1. {args. will be supported in canned messages and canned messages replace variables. E.g {args.chat.chat_variables_array.player.firstName}
    2. Various small bugfixes.

    execute doc/update_db/update_276.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 4.03v(May 25, 2022)

    1. Option to save bot response as template or quickly copy from another trigger.
    2. Option to save trigger events as template.
    3. If widget theme was used and theme has an image it should override bot logo.

    execute doc/update_db/update_275.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 4.02v(May 11, 2022)

    1. Visitors can download now chat as txt file. Can be turned off in the chat configuration.
    2. Bot quick reply buttons now have option to set custom css class and icon content. Usefull while developing custom theme and using custom font.
    3. Survey widget state will have an operator profile shown.
    4. Various small changes for the widget modal windows. Paddings, button styles.
    5. Mobile app was not transferring chat to another operator.
    6. More CSS classes for widget elements to override them with custom CSS.

    execute doc/update_db/update_274.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 4.01v(May 10, 2022)

  • 4.00v(May 4, 2022)

  • 3.99v(Apr 29, 2022)

  • 3.97v(Apr 11, 2022)

    1. Search by phone.
    2. Security fixes. Update highly recommended.
    3. Improvements to dashboard request frequency.
    4. Edge case widget hide/show scenario fixes. Was not possible to close proactive invitation if status widget was acting as close button.
    5. Operator will be in text grey (online operators widget) if he can't write to any department assigned.
    6. Visitor hold option. You can pause auto responder for the visitor not replying if you know that visitor will take time looking for an info.
    7. Delete action should wait until request is done.
    8. Mobile app supports live online/offline status monitoring.
    9. Dashboard left column will be always visible in any other page of LHC. Possible to hide/show it.
    10. Admin chat interface will render presented buttons for the visitors.
    11. Audit log list will have a quick view option as modal window.
    12. Audit log will store all messages as JSON if not a string passed.
    13. Online operator counter in the online operators widget. Will show exact number of operator whois online and has write permission.
    14. More complex secrethash value generation during install. I would suggest for existing installation just write it quite long complex string with various special characters.

    execute doc/update_db/update_269.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 3.96v(Apr 1, 2022)

    1. Proactive chat invitation now supports multiple departments assignment
    2. Proactive invitations now can filter directly online_attr_system key and values

    execute doc/update_db/update_268.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 3.95v(Mar 21, 2022)

    1. Proactive chat invitation dynamic conditions.
    2. Messages auto scroll to reply position fixes.
    3. force_logout attributes support for Rest API.
    4. Highlight currently opened chat.
    5. Permission to allow/deny operator visitor IP

    execute doc/update_db/update_267.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 3.94v(Mar 18, 2022)

    1. Block by online user. Basically it means a cookie based block. Online visitor tracking has to be enabled.
    2. Widget will automatically adjust width, height on desktop devices.
    3. Proactive invitation now can be expireable.
    4. Online visitors widget will show read only departments groups.
    5. If chat has remarks from previous chats tab will be highlighted.
    6. Referer was passed incorrectly in so circumstances.
    7. Security fixes
    8. Added icons from the bot now is transaction wrapped.
    9. In some cases Live Helper Chat did not returned correct data for mobile app.
    10. Canned messages statistic tab will have more export capabilities.
    11. If operator takes over a chat, we should terminate any previous information collection workflow.
    12. Some refactoring to remove php-session dependency for anonymous visitors.
    13. Proactive chat filter in chat list.
    14. Commands should not be executed in whisper mode.
    15. Subject add/remove events.

    execute doc/update_db/update_266.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 3.93v(Feb 28, 2022)

    1. Missing indexes fixes in some tables.
    2. Whisper mode for the operator. We will go automatically to whisper mode if operator is not a chat owner.
    3. Status widget icon fix in chrome https://github.com/LiveHelperChat/livehelperchat/issues/1733
    4. JS API improvements for CloudTalk extension
    5. Operator concurrent chats support while viewing specific chat. You can see how many other chats operator were having.
    6. PHP-Resque in some situations were missing chat object.
    7. And many other small changes

    execute doc/update_db/update_265.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 3.92v(Jan 25, 2022)

    1. In progress trigger option. This is usefull in case previous process has not finished yet. Mostly use case with custom extensions.
    2. Users sometimes were logged out just after login if they were using auto logout after some interval.
    3. I have started a progress to remove old legacy widget code from the app.
    4. On password remind function show identical message in all cases to avoid scanning for existing customers.
    5. Further PHP 8.1 fixes.
    6. In statistic section now you can differentiate proactive chats was it manual invitation or automatic.
    7. In case PHP-Resque was used and incoming webhook events were not send to Rest API
    8. Get rid of document.write for a new widget to avoid warning.
    9. jfif support as image format.

    execute doc/update_db/update_264.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 3.91v(Jan 4, 2022)

    1. Survey API. See a swagger survey section.
    2. Fix tricky case if manager is monitoring a chat and chat being transferred to him, chat was not auto accepted. It will be now.
    3. Mobile app now supports android notifications categories.
    4. Further 8.1 PHP support improvements.
    5. System tab will be remembered now on refresh.
    6. If proactive invitation is used with bot append option we should not show next time invitation once a visitor closes it.
    7. SVG Cleanup on upload for security reasons.
    8. Operators statistic directly in online operators widget.
    9. Department statistic link directly in pending/active chats widget.
    10. CSRF token for logout link.
    11. We now have zoom image option directly in the chat widget.
    12. Pre chat conditions.

    execute doc/update_db/update_263.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 3.90v(Dec 14, 2021)

    Widget theme table columns type changes. On some MySQL servers, it was returning that row size to big.

    execute doc/update_db/update_262.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 3.89v(Nov 30, 2021)

  • 3.88v(Nov 29, 2021)

  • 3.87v(Nov 28, 2021)

    1. New trigger response type. Log action usefull in case you want to store historical chat actions.
    2. Canned messages can have activity period. E.g some messages can be active during christmas period or just morning hours.
    3. Chat export has more prefilled variables.
    4. While sending manual message to online visitor it's possible to ignore bot.
    5. Online hours operators statistic now has seconds filter.
    6. Improved older PHP versions support.
    7. PHP-Resque replaceable variables where lost during trigger process events.
    8. Hide block by nick if visitor nick is "Visitor"
    9. Large inactivity timeout values and custom permission to use them.
    10. Region/State detection improvement for chats.

    And many other changes all around

    execute doc/update_db/update_259.sql for update

    Source code(tar.gz)
    Source code(zip)
  • 3.86v(Nov 23, 2021)

    1. Rest API access can be restricted only to Rest API keys.
    2. Rest API keys themself can have IP restrictions
    3. Bot Rest API call default trigger can execute selected trigger only one action.
    4. Output parsing in Rest API calls, now can have two conditions.
    Source code(tar.gz)
    Source code(zip)
  • 3.85v(Oct 14, 2021)

    1. There is new event you can fire to trigger google analytics events directly from custom HTML of your widget.
    2. Now you can explicitly control what one operator can change in other operator departments. https://doc.livehelperchat.com/docs/users/account-edit
    3. In password change requirements you can force users to logout after certain period of last login.
    4. You can automatically disable operator if from their last login passed X number of days.
    5. In password requirements you can set bunch of other requirements for the password.

    execute doc/update_db/update_257.sql for update

    Source code(tar.gz)
    Source code(zip)
Owner
Live Helper Chat
Open source Live Chat Support system with mobile app, Bot, AI, Voice & Video & ScreenShare
Live Helper Chat
Video Chat application built using Metered Video SDK, with PHP Laravel Backend and JavaScript Front-End

Group Video Chat App with PHP Laravel and JavaScript Powered by Metered Video SDK Overview This application is a highly scalable group video calling a

null 2 Aug 18, 2022
Enhance your laravel apps with WhatsApp's Cloud API

Enhance your laravel apps with WhatsApp's Cloud API Use Whatsapp API in your Laravel app! Support us Investing on this package is defintely a good mov

Ricardo Sawir 10 Dec 1, 2022
Get estimated read time of an article. Similar to medium.com's "x min read". Multilingual including right-to-left written languages. Supports JSON, Array and String output.

Read Time Calculates the read time of an article. Output string e.g: x min read or 5 minutes read. Features Multilingual translations support. Static

Waqar Ahmed 8 Dec 9, 2022
How to get cookies from users' browser and send the information to your email address and telegram bot

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

MAXWELL 3 Dec 3, 2022
Manage your staff from one place. Featuring Staff leave management πŸ–, payslips πŸ’΅ generation & emailing, messaging πŸ“¨and more πŸ› ! Built with ❀️ with Laravel

Staff Management System This little buddy can help you manage your staff database! Built with ?? with Laravel #FEATURES 1 Staff management/ database S

Ezekiel Oladejo 45 Jan 3, 2023
Laravel Video Chat using Socket.IO and WebRTC

Laravel Video Chat Laravel Video Chat using Socket.IO and WebRTC Installation composer require php-junior/laravel-video-chat Laravel 5.5 uses Package

Nyi Nyi Lwin 757 Dec 26, 2022
Worlds (soon to be) most advanced Anime site! Featuring Administration features and everything you need for users and yourself. The successor of aniZero.

/**********************************************************************\ | _____ H33Tx & xHENAI __ 31.01.2022| |

HENAI.eu 40 Jan 3, 2023
A Laravel chat package. You can use this package to create a chat/messaging Laravel application.

Chat Create a Chat application for your multiple Models Table of Contents Click to expand Introduction Installation Usage Adding the ability to partic

Tinashe Musonza 931 Dec 24, 2022
Laravel Rocket chat Debugher, push all logs to rocket chat channels

Laravel Rocket chat Debugher, push all logs to rocket chat channels

Novaday 4 Jun 13, 2022
An advanced Laravel integration for Bref, including Octane support.

Bref Laravel Bridge An advanced Laravel integration for Bref, including Octane support. This project is largely based on code from PHP Runtimes, Larav

CacheWerk 26 Dec 22, 2022
Simple project to send bulk comma-separated emails using laravel and messenger module from quick admin panel generator.

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Novath Thomas 1 Dec 1, 2021
Cache-purge-helper - Additional instances where nginx-helper and lscache plugin should be purged.

cache-purge-helper Additional instances where nginx-helper and lscache plugin should be purged. Install Extract the zip file. Upload them to /wp-conte

Jordan 10 Oct 5, 2022
A helper package to flash a bootstrap alert to the browser via a Facade or a helper function.

Alert Box (Laravel) A helper package to flash a bootstrap alert to the browser via a Facade or a helper function. <div class="alert alert-info fade in

Ben-Piet O'Callaghan 17 Dec 30, 2022
PlayZ is an esport event organization and management website allowing the creation of tournaments on the most popular video games of the esport scene.

PlayZ the playz to play Table of Contents Description "What is Playz?" In one sentence PlayZ is "an esport event organization and management website a

Antoine Saunier 2 Dec 7, 2021
An opinionated support package for Laravel, that provides flexible and reusable helper methods and traits for commonly used functionality.

Support An opinionated support package for Laravel, that provides flexible and reusable helper methods and traits for commonly used functionality. Ins

Ian Olson 3 Apr 14, 2021
Create a downloads list - quick and easy. With categories and mobile friendly design

Simple downloads list plugin for wordpress Create a downloads list - quick and easy. With categories and mobile friendly design What is Simple downloa

Neofix 2 Dec 4, 2022
A Docker container for Laravel web apps

Ubuntu Docker container for Laravel web applications Docker-laravel is a LEMP image for running Laravel web applications. It extends docker-base, whic

Mark Macdonald 121 Nov 18, 2022
This package provides convenient methods for making token code, sending and verifying mobile phone verification requests.

Laravel Mobile Verification Introduction Many web applications require users to verify their mobile phone numbers before using the application. Rather

M.Fouladgar 347 Dec 25, 2022
Provide all attributes (including irregular patterns) to Laravel Blade class components.

blade-wants-attributes blade-wants-attributes offers you the ability to use Blade/HTML-defined attributes within the constructors of Laravel Blade cla

Stephan Casas 4 Sep 15, 2022