Socket
Socket
Sign inDemoInstall

laravel-echo

Package Overview
Dependencies
0
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    laravel-echo

Laravel Echo library for beautiful Pusher and Socket.IO integration


Version published
Weekly downloads
132K
increased by2.56%
Maintainers
1
Install size
206 kB
Created
Weekly downloads
 

Changelog

Source

v1.16.1 - 2024-04-09

  • Replaced deprecated substr function by @SuperDJ in https://github.com/laravel/echo/pull/395
  • Throw error on unsupported broadcaster by @SuperDJ in https://github.com/laravel/echo/pull/396

Readme

Source

Logo Laravel Echo

Build Status Total Downloads Latest Stable Version License

Introduction

In many modern web applications, WebSockets are used to implement realtime, live-updating user interfaces. When some data is updated on the server, a message is typically sent over a WebSocket connection to be handled by the client. This provides a more robust, efficient alternative to continually polling your application for changes.

To assist you in building these types of applications, Laravel makes it easy to "broadcast" your events over a WebSocket connection. Broadcasting your Laravel events allows you to share the same event names between your server-side code and your client-side JavaScript application.

Laravel Echo is a JavaScript library that makes it painless to subscribe to channels and listen for events broadcast by Laravel. You may install Echo via the NPM package manager.

Official Documentation

Documentation for Echo can be found on the Laravel website.

Contributing

Thank you for considering contributing to Echo! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

Laravel Echo is open-sourced software licensed under the MIT license.

Keywords

FAQs

Last updated on 09 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc