Download the PHP package ddrv/dresscode without Composer
On this page you can find all versions of the php package ddrv/dresscode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ddrv/dresscode
More information about ddrv/dresscode
Files in ddrv/dresscode
Download ddrv/dresscode
More information about ddrv/dresscode
Files in ddrv/dresscode
Vendor ddrv
Package dresscode
Short Description OpenAPI schema validator
License MIT
Homepage https://dresscode.ddrv.ru/
Package dresscode
Short Description OpenAPI schema validator
License MIT
Homepage https://dresscode.ddrv.ru/
Please rate this library. Is it a good library?
Informations about the package dresscode
DressCode for your data
Install
Usage
Check errors
Defining rules
Register your string formats
Strict types
use Action::input(true)
and Action::output(true)
for strict type checking.
Warning
do not use it if you are checking data
application/x-www-form-urlencoded
Supported types
- [x] boolean
- [x] number
- [x] number (format
float
) - [x] number (format
double
) - [x] integer
- [x] integer (format
int32
) - [x] integer (format
int64
) - [x] string
- [x] string (format
binary
) - [x] string (format
byte
) - [x] string (format
date
) - [x] string (format
date-time
) - [x] string (format
email
) - [x] string (format
hostname
) - [x] string (format
ip
) - [x] string (format
ipv4
) - [x] string (format
ipv6
) - [x] string (format
uri
) - [x] string (format
uuid
) - [x] array
- [x] object
Supported keywords
All types
- [x] nullable
- [x] readOnly
- [x] writeOnly
- [x] default (only for object properties)
Integer and number types
- [x] minimum
- [x] maximum
- [x] exclusiveMinimum
- [x] exclusiveMaximum
- [x] multipleOf
String type
- [x] pattern
- [x] minLength
- [x] maxLength
- [x] enum
Array type
- [x] items
- [x] minItems
- [x] maxItems
- [x] uniqueItems
Object type
- [x] properties
- [x] required
- [x] additionalProperties
- [x] minProperties
- [x] maxProperties
Support references
- [x] $ref (only after call
setEntity()
method)
Supported polymorphism
- [x] oneOf
- [x] anyOf
- [x] allOf
- [x] not
All versions of dresscode with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-json Version *
ext-mbstring Version *
ext-json Version *
ext-mbstring Version *
The package ddrv/dresscode contains the following files
Loading the files please wait ....