Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 17, 2024 via composer

league/event 3.0.2

Event package
Package summary
Share
0
issues
1
license
2
MIT
Package created
12 Jun 2014
Version published
29 Oct 2022
Maintainers
2
Total deps
2
Direct deps
1
License
MIT

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
2 Packages, Including:
league/event@3.0.2
psr/event-dispatcher@1.0.0
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

1
All Dependencies CSV
β“˜ This is a list of league/event 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
psr/event-dispatcher1.0.04.17 kBMIT
prod

Visualizations

Frequently Asked Questions

What does league/event do?

The "league/event" is a versatile PHP package enabling developers to manage event-based systems within their applications effectively. This powerful tool offers an easy way to dispatch events and listen for them within your applications, thereby providing high degree flexibility for developers.

How do you use league/event?

To use the "league/event" package, you first need to install it via Composer. Simply run composer require league/event in your terminal. Once installed, you can start dispatching and listening for events within your application. The code usage examples are not provided in the readme file, you will need to refer to the documentation for detailed usage examples.

Where are the league/event docs?

The complete documentation for "league/event" can be found at the following address: http://event.thephpleague.com. This comprehensive guide provides all the necessary information to effectively implement and use this package, including installing the package, basic usage, listeners, emitters, and more. By exploring the rich documentation, you will gain a more in-depth understanding of how to utilize the "league/event" package to its full potential.