PHP code example of iwai / form-validator-lite

1. Go to this page and download the library: Download iwai/form-validator-lite library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

iwai / form-validator-lite example snippets


use Iwai\FormValidatorLite;

$validator = new Iwai\FormValidatorLite(array(
    'user_name' => array(
      'StringLength' => array(
        '内で入力してください"
      )
    ),

    'user_email' => array(
      'StringLength' => array(
        'アドレスは100文字以内で入力してください"
      ),
      'Email' => array(
        '