{"id":16817376,"url":"https://github.com/rap2hpoutre/uuid-rule","last_synced_at":"2026-03-16T20:32:44.051Z","repository":{"id":62533225,"uuid":"106523230","full_name":"rap2hpoutre/uuid-rule","owner":"rap2hpoutre","description":"UUID validation rule for Laravel","archived":false,"fork":false,"pushed_at":"2021-02-06T17:04:10.000Z","size":40,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T02:51:19.091Z","etag":null,"topics":["laravel","laravel-5","laravel-5-package","library","uuid"],"latest_commit_sha":null,"homepage":null,"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/rap2hpoutre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-11T07:55:36.000Z","updated_at":"2024-01-06T09:09:01.000Z","dependencies_parsed_at":"2022-11-02T15:00:53.083Z","dependency_job_id":null,"html_url":"https://github.com/rap2hpoutre/uuid-rule","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/rap2hpoutre/uuid-rule","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rap2hpoutre%2Fuuid-rule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rap2hpoutre%2Fuuid-rule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rap2hpoutre%2Fuuid-rule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rap2hpoutre%2Fuuid-rule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rap2hpoutre","download_url":"https://codeload.github.com/rap2hpoutre/uuid-rule/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rap2hpoutre%2Fuuid-rule/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265084161,"owners_count":23708873,"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":["laravel","laravel-5","laravel-5-package","library","uuid"],"created_at":"2024-10-13T10:47:01.203Z","updated_at":"2026-03-16T20:32:39.027Z","avatar_url":"https://github.com/rap2hpoutre.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UUID validation rule\n[![Version](https://poser.pugx.org/rap2hpoutre/uuid-rule/version?format=flat)](https://packagist.org/packages/rap2hpoutre/uuid-rule)\n[![License](https://poser.pugx.org/rap2hpoutre/uuid-rule/license?format=flat)](https://packagist.org/packages/rap2hpoutre/uuid-rule)\n[![Build Status](https://travis-ci.org/rap2hpoutre/uuid-rule.svg?branch=master)](https://travis-ci.org/rap2hpoutre/uuid-rule)\n[![Total Downloads](https://poser.pugx.org/rap2hpoutre/uuid-rule/downloads)](https://packagist.org/packages/rap2hpoutre/uuid-rule)\n## What?\nAdd a UUID validation to your Laravel 5.5+ Validation Rules\n## Install\nInstall with composer:\n\n```bash\ncomposer require rap2hpoutre/uuid-rule\n```\n## Usage\nIn your controllers, add the validation with your other rules:\n\n```php \n$request-\u003evalidate([\n    'email' =\u003e 'required|string|email'\n    'uuid' =\u003e ['required', new \\Rap2hpoutre\\UuidRule\\UuidRule],\n]);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frap2hpoutre%2Fuuid-rule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frap2hpoutre%2Fuuid-rule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frap2hpoutre%2Fuuid-rule/lists"}