Skip to content

Validation logic used for general purpose stuff in Laravel

License

Notifications You must be signed in to change notification settings

cartbeforehorse/cbh-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CBH Validation Sys

PHP is a soft-typed language (although it seems slowly to be getting harder-typed as it evolves). This is great, at least up until the point that it isn't so great any more. But in the real world every seasoned developer eventually discovers the need to prevent certain variables from storing a value that has no business being there at all.

This package simply creates a few checking functions to verify that variables actually hold the values and datatypes that it was intended to.

Functional Features

Only functional for developers who find that programming is an ends in itself.

Technical Features

  • PSR-4 autoloading compliant structure
  • Unit-Testing with PHPUnit
  • Comprehensive Guides and tutorial (??)

About

Validation logic used for general purpose stuff in Laravel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages