{"id":16467163,"url":"https://github.com/horstoeko/laravelextendedcommand","last_synced_at":"2026-05-01T20:32:55.958Z","repository":{"id":65407693,"uuid":"591792811","full_name":"horstoeko/laravelextendedcommand","owner":"horstoeko","description":"Extended Laravel Console Command","archived":false,"fork":false,"pushed_at":"2025-03-15T10:10:19.000Z","size":221,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-24T01:43:27.943Z","etag":null,"topics":["argument-validation","command-line","laravel-framework","php","php7","php8"],"latest_commit_sha":null,"homepage":"https://github.com/horstoeko/laravelextendedcommand","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/horstoeko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-21T22:02:16.000Z","updated_at":"2025-03-15T07:50:51.000Z","dependencies_parsed_at":"2025-02-27T20:15:16.857Z","dependency_job_id":"90630a9a-caf4-4730-b701-52018526d75b","html_url":"https://github.com/horstoeko/laravelextendedcommand","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/horstoeko/laravelextendedcommand","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horstoeko%2Flaravelextendedcommand","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horstoeko%2Flaravelextendedcommand/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horstoeko%2Flaravelextendedcommand/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horstoeko%2Flaravelextendedcommand/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/horstoeko","download_url":"https://codeload.github.com/horstoeko/laravelextendedcommand/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horstoeko%2Flaravelextendedcommand/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32512665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["argument-validation","command-line","laravel-framework","php","php7","php8"],"created_at":"2024-10-11T11:46:19.306Z","updated_at":"2026-05-01T20:32:55.937Z","avatar_url":"https://github.com/horstoeko.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Extended Laraval Console Command\n\n[![Latest Stable Version](https://poser.pugx.org/horstoeko/laravelextendedcommand/v/stable.png)](https://packagist.org/packages/horstoeko/laravelextendedcommand) [![Total Downloads](https://poser.pugx.org/horstoeko/laravelextendedcommand/downloads.png)](https://packagist.org/packages/horstoeko/laravelextendedcommand) [![Latest Unstable Version](https://poser.pugx.org/horstoeko/laravelextendedcommand/v/unstable.png)](https://packagist.org/packages/horstoeko/laravelextendedcommand) [![License](https://poser.pugx.org/horstoeko/laravelextendedcommand/license.png)](https://packagist.org/packages/horstoeko/laravelextendedcommand) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/horstoeko/laravelextendedcommand)\n\n[![CI (Ant, PHP 7.3)](https://github.com/horstoeko/laravelextendedcommand/actions/workflows/build.php73.ant.yml/badge.svg)](https://github.com/horstoeko/laravelextendedcommand/actions/workflows/build.php73.ant.yml) [![CI (Ant, PHP 7.4)](https://github.com/horstoeko/laravelextendedcommand/actions/workflows/build.php74.ant.yml/badge.svg)](https://github.com/horstoeko/laravelextendedcommand/actions/workflows/build.php74.ant.yml) [![CI (PHP 8.0)](https://github.com/horstoeko/laravelextendedcommand/actions/workflows/build.php80.ant.yml/badge.svg)](https://github.com/horstoeko/laravelextendedcommand/actions/workflows/build.php80.ant.yml) [![CI (PHP 8.1)](https://github.com/horstoeko/laravelextendedcommand/actions/workflows/build.php81.ant.yml/badge.svg)](https://github.com/horstoeko/laravelextendedcommand/actions/workflows/build.php81.ant.yml)\n\nAn extension for Laravel's console command class\n\nThis class uses validation for the options. You can define which and how the options are validated. For this\nthe Laravel's Validation Facade is used\n\n## Installation\n\nThere is one recommended way to install `horstoeko/laravelextendedcommand` via [Composer](https://getcomposer.org/):\n\n* adding the dependency to your ``composer.json`` file:\n\n```js\n  \"require\": {\n      ..\n      \"horstoeko/laravelextendedcommand\":\"^1\",\n      ..\n  },\n```\n\n## Note\n\nThe code in this project is provided under the [MIT](https://opensource.org/licenses/MIT) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorstoeko%2Flaravelextendedcommand","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhorstoeko%2Flaravelextendedcommand","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorstoeko%2Flaravelextendedcommand/lists"}