https://github.com/diamond-dove/sdk-cedula-api
SDK para consultar si una cédula de la Republica Dominicana es valida
https://github.com/diamond-dove/sdk-cedula-api
api api-wrapper cedula-dominicana dominican dominican-republic php sdk sdk-php
Last synced: about 2 months ago
JSON representation
SDK para consultar si una cédula de la Republica Dominicana es valida
- Host: GitHub
- URL: https://github.com/diamond-dove/sdk-cedula-api
- Owner: diamond-dove
- License: mit
- Created: 2022-11-29T03:19:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T18:32:39.000Z (over 3 years ago)
- Last Synced: 2025-07-02T00:45:59.494Z (8 months ago)
- Topics: api, api-wrapper, cedula-dominicana, dominican, dominican-republic, php, sdk, sdk-php
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# This is a class wrapper for the cedula api validation of the Dominican Republic
[](https://packagist.org/packages/diamon-dove/sdk-cedula-api)
[](https://github.com/diamon-dove/sdk-cedula-api/actions/workflows/run-tests.yml)
[](https://packagist.org/packages/diamon-dove/sdk-cedula-api)
This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.
## Installation
You can install the package via composer:
```bash
composer require diamon-dove/sdk-cedula-api
```
## Usage
```php
echo Cedula\Validator\Validator::make()->isValid('402-12122133');
```
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Fermin](https://github.com/masterfermin02)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.