2017 © Pedro Peláez
 

library validator

Laravel Validator Extension

image

citco/validator

Laravel Validator Extension

  • Wednesday, March 23, 2016
  • by citco
  • Repository
  • 4 Watchers
  • 2 Stars
  • 87 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Citco Validator : Extend Laravel's Validator for better control over emails

Citco Validator is developed by Creative Investments Technologies as an extension to Mailer package provided by Laravel framework, (*1)

About

Citco Validator adds the ability to identify aliased email addresses (which use '+' sign for aliasing), (*2)

Installation

Composer

From the Command Line:, (*3)

composer require citco/validator:dev-master

In your composer.json:, (*4)

json { "require": { "citco/validator": "dev-master" } } After updating composer, add the ValidatorServiceProvider to the providers array in app/config/app.php, (*5)

'Citco\Mailer\ValidatorServiceProvider',

Basic Usage

After installation, Citco Validator replaces Laravel's Validator and adds extra validation functionality to your code., (*6)

License

Citco Validator is open-sourced software licensed under the MIT license, (*7)

Copyright Creative Investments Technologies, (*8)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*9)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*10)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*11)

The Versions

23/03 2016

dev-master

9999999-dev

Laravel Validator Extension

  Sources   Download

The Requires

 

by Amir

12/05 2015

1.1.0.x-dev

1.1.0.9999999-dev

Laravel Validator Extension

  Sources   Download

The Requires

 

by Amir

24/08 2014

v1.0.0

1.0.0.0

Laravel Validator Extension

  Sources   Download

The Requires

 

by Amir

03/08 2014

1.0.0.x-dev

1.0.0.9999999-dev

Laravel Validator Extension

  Sources   Download

The Requires

 

by Amir