2017 © Pedro Peláez
 

library valiskel

A packages that helps you create validation services.

image

ilyes512/valiskel

A packages that helps you create validation services.

  • Saturday, June 27, 2015
  • by Ilyes512
  • Repository
  • 1 Watchers
  • 0 Stars
  • 152 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Valiskel

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

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads, (*1)

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

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

Install

1. Install the packages

Via the Composer CLI:, (*4)

``` bash $ composer require ilyes512/valiskel, (*5)


You can also add it manually to your projects's composer.json file: ``` json "require": { "ilyes512\valiskel": "dev-master" }

2. Add the Service Provider

Add the fallowing line to your config/app.php file:, (*6)

<?php

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

Usage

``` php // todo Write a demo usage :), (*7)


## Testing ``` bash $ composer test

Contributing

Please see CONTRIBUTING for details., (*8)

Credits

License

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

The Versions

27/06 2015

dev-master

9999999-dev https://github.com/Ilyes512/valiskel

A packages that helps you create validation services.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel validator validation valiskel