{"id":18212050,"url":"https://github.com/bedus-creation/aammui-dto","last_synced_at":"2025-06-26T02:34:11.820Z","repository":{"id":100396098,"uuid":"596688317","full_name":"bedus-creation/aammui-dto","owner":"bedus-creation","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-02T18:39:54.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T21:16:24.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bedus-creation.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-02-02T18:15:11.000Z","updated_at":"2023-02-02T18:23:12.000Z","dependencies_parsed_at":"2023-06-13T16:30:46.780Z","dependency_job_id":null,"html_url":"https://github.com/bedus-creation/aammui-dto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bedus-creation/aammui-dto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedus-creation%2Faammui-dto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedus-creation%2Faammui-dto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedus-creation%2Faammui-dto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedus-creation%2Faammui-dto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bedus-creation","download_url":"https://codeload.github.com/bedus-creation/aammui-dto/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedus-creation%2Faammui-dto/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261986962,"owners_count":23240747,"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":[],"created_at":"2024-11-03T15:04:30.605Z","updated_at":"2025-06-26T02:34:11.758Z","avatar_url":"https://github.com/bedus-creation.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"##### Uses\nAt first let's define a `FormRequest` class\n```php\nuse Aammui\\FormRequest\\FormRequest;\n\nclass StorePostFormRequest extends FormRequest\n{\n    public string $email;\n    public string $name;\n\n    public function authorize(): bool\n    {\n        return true;\n    }\n\n    public function rules()\n    {\n        return [\n            'email' =\u003e 'required|email',\n            'name'  =\u003e 'required'\n        ];\n    }\n\n    protected function passedValidation(): void\n    {\n        $this-\u003ename  = $this-\u003einput('name');\n        $this-\u003eemail = $this-\u003einput('email');\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbedus-creation%2Faammui-dto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbedus-creation%2Faammui-dto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbedus-creation%2Faammui-dto/lists"}