{"id":22292021,"url":"https://github.com/aedart/athenaeum-events","last_synced_at":"2025-07-28T23:32:57.608Z","repository":{"id":56899569,"uuid":"234781893","full_name":"aedart/athenaeum-events","owner":"aedart","description":"[READ ONLY] Athenaeum Events package - see https://github.com/aedart/athenaeum","archived":false,"fork":false,"pushed_at":"2025-07-21T08:07:55.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-21T09:32:02.144Z","etag":null,"topics":["events","listeners","subscribers"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aedart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-01-18T18:55:54.000Z","updated_at":"2025-07-21T08:07:58.000Z","dependencies_parsed_at":"2023-02-12T01:47:26.798Z","dependency_job_id":"6aaac67a-9fd2-4073-8825-13a5df76fa1c","html_url":"https://github.com/aedart/athenaeum-events","commit_stats":{"total_commits":169,"total_committers":2,"mean_commits":84.5,"dds":0.3431952662721893,"last_synced_commit":"c02e22017c5b7a1e3be8c5ce5a9331399a815893"},"previous_names":[],"tags_count":147,"template":false,"template_full_name":null,"purl":"pkg:github/aedart/athenaeum-events","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-events","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-events/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-events/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-events/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aedart","download_url":"https://codeload.github.com/aedart/athenaeum-events/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-events/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267604306,"owners_count":24114521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["events","listeners","subscribers"],"created_at":"2024-12-03T17:19:19.471Z","updated_at":"2025-07-28T23:32:57.267Z","avatar_url":"https://github.com/aedart.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Athenaeum Events\n\nThe Athenaeum Events package offers way to register [Event Listeners](https://laravel.com/docs/6.x/events#registering-events-and-listeners) and [Subscribers](https://laravel.com/docs/6.x/events#event-subscribers) via configuration.\n\nIt serves as an alternative registration method than that provided by [Laravel](https://laravel.com).\n\n## Example:\n\n```php\n\u003c?php\nreturn [\n\n    'listeners' =\u003e [\n\n        \\Acme\\Users\\Events\\UserCreated::class =\u003e [\n            \\Acme\\Users\\Listeners\\LogNewUser::class,\n            \\Acme\\Users\\Listeners\\SendWelcomeEmail::class,\n        ],\n        'payments.*' =\u003e [\n            \\Acma\\Payments\\Listeners\\VerifyPaymentSession::class\n        ],\n        \n        // ... etc\n    ],\n\n    'subscribers' =\u003e [\n\n        \\Acme\\Orders\\Subscribers\\OrderEventsSubscriber::class,\n        \\Acme\\Users\\Subscribers\\TrialPeriodSubscriber::class,\n\n        // ... etc\n    ]\n];\n```\n\n## Documentation\n\nPlease read the [official documentation](https://aedart.github.io/athenaeum/) for additional information.\n\n## Repository\n\nThe mono repository is located at [github.com/aedart/athenaeum](https://github.com/aedart/athenaeum)\n\n## Versioning\n\nThis package follows [Semantic Versioning 2.0.0](http://semver.org/)\n\n## License\n\n[BSD-3-Clause](http://spdx.org/licenses/BSD-3-Clause), Read the LICENSE file included in this package\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faedart%2Fathenaeum-events","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faedart%2Fathenaeum-events","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faedart%2Fathenaeum-events/lists"}