{"id":21008489,"url":"https://github.com/samuelnunesdev/lumen-form-request-validation","last_synced_at":"2025-05-15T02:32:21.612Z","repository":{"id":57139710,"uuid":"526964355","full_name":"SamuelNunesDev/lumen-form-request-validation","owner":"SamuelNunesDev","description":"Simple solution for form request validation on lumen.","archived":false,"fork":false,"pushed_at":"2023-07-15T22:19:16.000Z","size":13,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-17T13:10:06.388Z","etag":null,"topics":["artisan-command","form-validation","form-validator","lumen","lumen-framework"],"latest_commit_sha":null,"homepage":"","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/SamuelNunesDev.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}},"created_at":"2022-08-20T15:24:46.000Z","updated_at":"2022-11-04T16:23:10.000Z","dependencies_parsed_at":"2023-01-28T13:17:56.198Z","dependency_job_id":null,"html_url":"https://github.com/SamuelNunesDev/lumen-form-request-validation","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelNunesDev%2Flumen-form-request-validation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelNunesDev%2Flumen-form-request-validation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelNunesDev%2Flumen-form-request-validation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelNunesDev%2Flumen-form-request-validation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamuelNunesDev","download_url":"https://codeload.github.com/SamuelNunesDev/lumen-form-request-validation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225324127,"owners_count":17456460,"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","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":["artisan-command","form-validation","form-validator","lumen","lumen-framework"],"created_at":"2024-11-19T09:12:40.341Z","updated_at":"2024-11-19T09:12:40.983Z","avatar_url":"https://github.com/SamuelNunesDev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Form Request Validation for Lumen\nThis small package contains a laravel-like solution for request form validation.\n\n## Contents\n\n- Form Request Validation for Lumen\n- Artisan Command `make:request`\n- Artisan Command `make:rule`\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require samuel-nunes/lumen-form-request-validation\n```\nNext, you must load the Artisan commands:\n\n```php\n// app/Console/Kernel.php\nprotected $commands = [\n        \\SamuelNunes\\LumenFormRequestValidation\\Console\\Commands\\RequestMakeCommand::class,\n        \\SamuelNunes\\LumenFormRequestValidation\\Console\\Commands\\RuleMakeCommand::class\n    ];\n```\n\n## Usage\n\n### You can use: \n\n- `php artisan make:request` to generate a new form request validation (it's works like [laravel method](https://laravel.com/docs/validation#form-request-validation)).\n\n- `php artisan make:rule` to generate a new rule to use in your form request validation (it's works like [laravel method](https://laravel.com/docs/6.x/validation) too).\n## Credits\n\n- [Samuel Nunes](https://github.com/SamuelNunesDev)\n\n## License\n\nThe MIT License (MIT). Please see [LICENSE](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelnunesdev%2Flumen-form-request-validation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamuelnunesdev%2Flumen-form-request-validation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelnunesdev%2Flumen-form-request-validation/lists"}