2017 © Pedro Peláez
 

yii2-extension yii2-uuid-validator

UUID validator for Yii2

image

macgyer/yii2-uuid-validator

UUID validator for Yii2

  • Monday, January 29, 2018
  • by macgyer
  • Repository
  • 1 Watchers
  • 1 Stars
  • 696 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 19 % Grown

The README.md

yii2-uuid-validator

UUID validator for Yii2 framework, (*1)

This validator was strongly influenced by https://github.com/ramsey/uuid. Thanks @ramsey for your great UUID package., (*2)

Installation

The preferred way of installation is through Composer. If you don't have Composer you can get it here: https://getcomposer.org/, (*3)

To install the package add the following to the require section of your composer.json:, (*4)

"require": {
    "macgyer/yii2-uuid-validator": "*"
},

Usage

Just add the validator to your Model class:, (*5)

// rules
public function rules()
{
  return [
      // more rules
      ['some_property', \macgyer\yii2uuidvalidator\UuidValidator::className()],
  ];
}

The Versions

29/01 2018

dev-master

9999999-dev https://github.com/MacGyer/yii2-uuid-validator

UUID validator for Yii2

  Sources   Download

MIT

The Requires

 

uuid yii2 validator universally unique identifier

29/01 2018

1.0.1

1.0.1.0 https://github.com/MacGyer/yii2-uuid-validator

UUID validator for Yii2

  Sources   Download

MIT

The Requires

 

uuid yii2 validator universally unique identifier

31/10 2016

1.0.0

1.0.0.0 https://github.com/MacGyer/yii2-uuid-validator

UUID validator for Yii2

  Sources   Download

MIT

The Requires

 

uuid yii2 validator universally unique identifier

31/10 2016

dev-develop

dev-develop https://github.com/MacGyer/yii2-uuid-validator

UUID validator for Yii2

  Sources   Download

MIT

The Requires

 

uuid yii2 validator universally unique identifier