Giter VIP home page Giter VIP logo

iranian-information-validation's Introduction

Iranian Information Validation Class

Extension for the Laravel validation class

Installation

You can install this package quick and easy with Composer.

Require the package via Composer:

$ composer require smart-twists/iranian-information-validator

The Validation class is built to work with the Laravel Framework. The integration is done in seconds.

Open your Laravel config file config/app.php and add service provider in the $providers array:

'providers' => array(

    ...

    SmartTwists\IranianInformationValidation\ValidationServiceProvider::class,

),

Usage with Laravel

The installed package provides the following additional validation rules including their error messages.

iban

Checks for a valid International Bank Account Number (IBAN).

creditcard

The given field must be a valid creditcard number.

isbn

The field under validation must be a valid International Standard Book Number (ISBN).

isodate

The field under validation must be a valid date in ISO 8601 format.

nationalcode

The field under validation must be a valid national code.

ir_mobile

The field under validation must be a valid iranian mobile number.

ir_phone

The field under validation must be a valid iranian phone number.

zipcode

The field under validation must be a valid zip code.

Changing the error messages:

Add the corresponding key to /resources/lang/<language>/validation.php like this:

// example
'iban' => 'Please enter IBAN number!',

Or add your custom messages directly to the validator like described in the docs.

Usage outside of Laravel

  • Validator::isIban - Checks if given value is valid International Bank Account Number (IBAN).
  • Validator::isCreditcard - Checks if value is valid creditcard number.
  • Validator::isIsbn - Checks if given value is valid International Standard Book Number (ISBN).
  • Validator::isIsodate - Checks if given value is date in ISO 8601 format.
  • Validator::isNationalcode - checks if given value is valid national code.
  • Validator::isIrMobile - checks if given value is valid Iranian mobile number.
  • Validator::isIrPhone - checks if given value is valid Iranian phone number.
  • Validator::isZipcode - checks if given value is valid zip cide.

License

Intervention Validation Class is licensed under the MIT License.

iranian-information-validation's People

Contributors

saeedsajadi avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

hsharghi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.