{"id":87913,"library":"hyperf-event","title":"Hyperf Event","description":"An event manager implementing PSR-14 for the Hyperf framework.","status":"active","version":"3.2.0","language":"php","source_language":null,"source_url":"https://github.com/hyperf/event","tags":["events","psr-14","hyperf","event-dispatcher"],"install":[{"cmd":"composer require hyperf/event","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"EventDispatcher","correct":"use Hyperf\\Event\\EventDispatcher;"}],"quickstart":{"code":"use Hyperf\\Event\\EventDispatcher;\nuse Psr\\EventDispatcher\\ListenerProviderInterface;\n\n$provider = new class implements ListenerProviderInterface {\n    public function getListenersForEvent(object $event): iterable { return []; }\n};\n$dispatcher = new EventDispatcher($provider);\n$dispatcher->dispatch(new stdClass());","lang":"php","description":"Create an event dispatcher with a custom listener provider."},"warnings":[],"env_vars":null,"search_vec":"'-14':8,15 'dispatch':19 'event':2,4,13,18 'event-dispatch':17 'framework':12 'hyperf':1,11,16 'implement':6 'manag':5 'psr':7,14","created_at":"2026-06-19T08:24:35.172412+00:00","updated_at":"2026-06-19T08:24:35.172412+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://hyperf.io","github":"https://github.com/hyperf/event","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}