/valiskel

A packages that helps you create validation services.

Primary LanguagePHPMIT LicenseMIT

Valiskel

____   ____      .__  .__        __          .__   
\   \ /   /____  |  | |__| _____|  | __ ____ |  |  
 \   Y   /\__  \ |  | |  |/  ___/  |/ // __ \|  |  
  \     /  / __ \|  |_|  |\___ \|    <\  ___/|  |__
   \___/  (____  /____/__/____  >__|_ \\___  >____/
               \/             \/     \/    \/      

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

This package is made for Laravel to help with creating Validation Services. Its still a work in progress. Test's will be added eventually :)

Note: This packages requires PHP 5.6.* and will be used/tested with Laravel 5.1.*.

Install

1. Install the packages

Via the Composer CLI:

$ composer require ilyes512/valiskel

You can also add it manually to your projects's composer.json file:

"require": {
    "ilyes512\valiskel": "dev-master"
}

2. Add the Service Provider

Add the fallowing line to your config/app.php file:

<?php

return [
	// ...
	'providers' => [
		// ...		
		Ilyes512\Valiskel\ValiskelServiceProvider::class,
	]
];

Usage

// todo Write a demo usage :)

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.