Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 474 Bytes

File metadata and controls

30 lines (21 loc) · 474 Bytes

Installation

Installing via Composer

If you already have composer: composer require devknown/request-validator


Install Composer in a common location or in your project:

$ curl -s http://getcomposer.org/installer | php

Create the composer.json file as follows:

{
    "require": {
        "devknown/request-validator": "@dev"
    }
}

Run the Composer installer:

$ php composer.phar install