designbycode/credit-card-validator
The Credit Card Validator package provides a set of classes to validate credit card numbers, expiry dates, and CVV codes. This package is designed to help you ensure that the credit card information provided by users is valid and accurate.
时间:2024-06-29 22:51
nextphp/jwt
NextPHP/JWT is a simple library to encode and decode JSON Web Tokens (JWT) in PHP. This library is part of the NextPHP framework and was developed by Vedat Yıldırım. It provides methods to generate, validate, and decode JWT tokens, conforming to the current specifications.
时间:2024-06-27 05:45
christianberkman/codeigniter4-date-validation
Custom validation library for the CodeIgnitor4 framework to validate and compare dates
时间:2024-06-26 20:06
antoninmasek/laravel-max-upload-size-rule
Adds Rule::file()->maxUploadSize() validation rule, which will validate filesize against `upload_max_filesize` php.ini setting
时间:2024-06-25 21:23
small/forms-bundle
Provide PHP class to validate api data in symfony.
时间:2024-06-23 20:36
celiovmjr/smartvalidator
Validate. Sanitize. Secure Your Data.
时间:2024-06-21 17:04
klongchu/laravel-uuid
Laravel package to generate and to validate a universally unique identifier (UUID) according to the RFC 4122 standard. Support for version 1, 3, 4 and 5 UUIDs are built-in.
时间:2024-06-20 06:40
designbycode/south-african-id-validator
The South African ID Validator is a PHP class that validates and extracts information from South African ID numbers. It uses the Luhn Algorithm to validate the ID number and provides methods to determine the gender, citizenship, and birthdate of the individual.
时间:2024-06-19 15:00
designbycode/luhn-algorithm
The Luhn Algorithm is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, and others. This documentation provides an overview of the Luhn Algorithm implementation in PHP, including examples and use cases.
时间:2024-06-19 14:24
faimmedia/i18n-json
Simple PHP library to validate and match JSON translation files, and also pretty format them.
时间:2024-05-30 13:40
easy-swoole-php/easyswoole-validate
An efficient swoole framework
时间:2024-05-21 07:47