{"id":23765577,"url":"https://github.com/aaronrojas32/validateme","last_synced_at":"2025-09-05T09:32:52.261Z","repository":{"id":240758115,"uuid":"803311256","full_name":"aaronrojas32/ValidateMe","owner":"aaronrojas32","description":"ValidateMe is a Java library designed to provide data validation capabilities.","archived":false,"fork":false,"pushed_at":"2024-05-22T17:51:41.000Z","size":175,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-22T19:51:00.326Z","etag":null,"topics":["data-validation","eclipse","eclipse-ide","java","validation","validation-library"],"latest_commit_sha":null,"homepage":"","language":"Java","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/aaronrojas32.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}},"created_at":"2024-05-20T13:34:16.000Z","updated_at":"2024-05-22T17:51:44.000Z","dependencies_parsed_at":"2024-05-20T19:49:06.383Z","dependency_job_id":"2457cddc-abd9-4515-8b96-1f7ea9e46a7a","html_url":"https://github.com/aaronrojas32/ValidateMe","commit_stats":null,"previous_names":["aaronrojas32/validateme"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronrojas32%2FValidateMe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronrojas32%2FValidateMe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronrojas32%2FValidateMe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronrojas32%2FValidateMe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaronrojas32","download_url":"https://codeload.github.com/aaronrojas32/ValidateMe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232034917,"owners_count":18463360,"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":["data-validation","eclipse","eclipse-ide","java","validation","validation-library"],"created_at":"2024-12-31T23:15:04.512Z","updated_at":"2024-12-31T23:15:05.568Z","avatar_url":"https://github.com/aaronrojas32.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ValidateMe\n\n![License](https://img.shields.io/github/license/aaronrojas32/validateMe)\n![Version](https://img.shields.io/badge/version-1.0.0-blue)\n\nValidateMe is a data validation library for Java that provides robust and easy-to-use methods for validating a wide variety of data types.\n\n## Features\n\n- **String Validation**: Check for non-empty strings, valid lengths, numeric and alphanumeric characters.\n- **Phone Number Validation**: Validate phone numbers using Google's libphonenumber library.\n- **Email Address Validation**: Ensure email addresses are in a valid format.\n- **Credit Card Validation**: Verify credit card numbers using the Luhn algorithm.\n- **Date and Time Validation**: Validate dates and times to ensure they conform to specified formats.\n- **DNI Validation**: Validate national identification numbers for various countries.\n- **IP Address Validation**: Check for valid IPv4 and IPv6 addresses.\n- **URL Validation**: Ensure URLs are correctly formatted and accessible.\n\n## Installation\n\nTo use ValidateMe in your project, you can download the .jar file from the Releases section of this repository. Then, add the .jar file to your project's build path.\n\n## Usage\n\nHere is an example of how to validate an email address using ValidateMe:\n\n```java\nimport validation.EmailValidation;\nimport exception.ValidationException;\n\npublic class Main {\n    public static void main(String[] args) {\n        try {\n            boolean isValid = EmailValidation.validateEmailAddress(\"example@example.com\");\n            System.out.println(\"Email is valid: \" + isValid);\n        } catch (ValidationException e) {\n            System.err.println(\"Validation error: \" + e.getMessage());\n        }\n    }\n}\n```\n\n## Documentation\n\nComprehensive documentation and usage examples are available in the [doc](doc) directory of this repository. The documentation is updated with each release.\n\n## Contributions\n\nWe love receiving contributions from the community! Please report any issues or request new features on our [GitHub repository](http://github.com/aaronrojas32/validateMe). Contributions can be made via pull requests.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n**Thank you for using ValidateMe!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronrojas32%2Fvalidateme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronrojas32%2Fvalidateme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronrojas32%2Fvalidateme/lists"}