Download the PHP package avto-dev/identity-laravel without Composer
On this page you can find all versions of the php package avto-dev/identity-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package identity-laravel
IDEntity
IDEntity (identification entities) is objects with implemented methods of validation, normalization, and optional automatic type determination.
Installation
Require this package with composer using the next command:
Installed
composer
is required. To install composer, please click here.Please note that you need to fix the major version of the package.
After that you can "publish" configuration file (./config/identity.php
) using next command:
Usage
Below you can find some usage examples.
Type detection:
Entities creation:
Some typed entity classes contains a lot of additional methods for a working with passed value.
Value normalization:
Value masking:
Testing
For package testing we use phpunit
framework and docker-ce
+ docker-compose
as develop environment. So, just write into your terminal after repository cloning:
Changes log
Changes log can be found here.
Support
If you will find any package errors, please, make an issue in current repository.
License
This is open-sourced software licensed under the MIT License.
All versions of identity-laravel with dependencies
ext-mbstring Version *
ext-json Version *
avto-dev/extended-laravel-validator Version ^4.0
avto-dev/static-references-laravel Version ^4.5
illuminate/support Version ~10.0 || ~11.0
illuminate/config Version ~10.0 || ~11.0
illuminate/contracts Version ~10.0 || ~11.0
illuminate/container Version ~10.0 || ~11.0
danielstjules/stringy Version ~3.1.0