xoops/regdom
A robust domain parser for PHP, using the Mozilla Public Suffix List to determine the registrable domain and validate cookie domains per RFC 6265.
时间:2024-07-08 21:35
masterskill/validation-error-trait
This package is a trait to validate input and return directly error with status code 400 to FormRequest in laravel
时间:2024-07-01 12:47
cancio-labs/cpf-validation-function
A function to validate a CPF (Brazilian ID)
时间:2024-06-30 17:12
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