PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Francisco Núñez   Date Validator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Date Validator
Validate strings with dates to match a format
Author: By
Last change:
Date: 1 year ago
Size: 576 bytes
 

Contents

Class file image Download
{ "name": "arcanisgk/date-validator", "description": "Date Validator: is a library that allows any development to validate if a string is a datetime, date or time format or validate custom format", "type": "library", "license": "MIT", "autoload": { "psr-4": { "IcarosNet\\DateValidator\\": "src/" } }, "authors": [ { "name": "Walter Nuñez", "email": "icarosnet@gmail.com" } ], "minimum-stability": "stable", "prefer-stable": true, "require": { "php": ">=7.4" }, "config": { "optimize-autoloader": true } }