{"id":22292027,"url":"https://github.com/aedart/athenaeum-console","last_synced_at":"2025-08-08T12:09:06.764Z","repository":{"id":56899578,"uuid":"236359934","full_name":"aedart/athenaeum-console","owner":"aedart","description":"[READ ONLY] Athenaeum Console package - see https://github.com/aedart/athenaeum","archived":false,"fork":false,"pushed_at":"2025-07-21T08:08:07.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-28T23:46:06.613Z","etag":null,"topics":["command","console","schedule"],"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-26T18:54:34.000Z","updated_at":"2025-07-21T08:08:10.000Z","dependencies_parsed_at":"2023-11-17T09:53:05.454Z","dependency_job_id":"0f05448c-5883-450f-9a75-bc79ebfffc1f","html_url":"https://github.com/aedart/athenaeum-console","commit_stats":{"total_commits":190,"total_committers":2,"mean_commits":95.0,"dds":0.3052631578947368,"last_synced_commit":"ed693bd2a94679c546b8ffbce40ffda922002e75"},"previous_names":[],"tags_count":148,"template":false,"template_full_name":null,"purl":"pkg:github/aedart/athenaeum-console","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aedart","download_url":"https://codeload.github.com/aedart/athenaeum-console/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-console/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269417545,"owners_count":24413385,"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-08-08T02:00:09.200Z","response_time":72,"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":["command","console","schedule"],"created_at":"2024-12-03T17:19:20.270Z","updated_at":"2025-08-08T12:09:06.730Z","avatar_url":"https://github.com/aedart.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Athenaeum Console\n\nOffers a way to register [commands](https://laravel.com/docs/6.x/artisan#writing-commands) and [schedules](https://laravel.com/docs/6.x/scheduling#defining-schedules) via configuration.\n\nIt serves as an alternative to the default registration method provided by [Laravel](https://laravel.com).\n\n## Example: Commands\n\n```php\n\u003c?php\n// configs/commands.php\nreturn [\n    \\Acme\\Console\\DatabaseDumpCommand::class,\n    \\Acme\\Console\\ExportPicturesCommand::class,\n    \\Acme\\Console\\RestoreUserCommand::class,\n];\n```\n\n## Example: Schedules\n\n```php\n\u003c?php\n// configs/schedule.php\nreturn [\n    'tasks' =\u003e [\n        \\Acme\\Tasks\\DefinesCacheCleanupTasks::class,\n        \\Acme\\Tasks\\DefinesUserTasks::class,\n        \\Acme\\Tasks\\DefinesPeriodicNotificationTasks::class\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-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faedart%2Fathenaeum-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faedart%2Fathenaeum-console/lists"}