mirror of
https://github.com/vlucas/valitron.git
synced 2025-12-31 07:01:54 +00:00
23 lines
783 B
Markdown
23 lines
783 B
Markdown
## Valitron: Easy Validation That Doesn't Suck
|
|
|
|
Valitron is a simple, minimal and elegant stand-alone validation library
|
|
with NO dependencies. Valitron uses simple, straightforward validation
|
|
methods with a focus on readable and concise syntax. Valitron is the
|
|
simple and pragmatic validation library you've been loking for.
|
|
|
|
[](http://travis-ci.org/vlucas/valitron)
|
|
|
|
|
|
Contributing
|
|
------------
|
|
|
|
1. Fork it
|
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
3. Make your changes
|
|
4. Run the tests, adding new ones for your own code if necessary (`phpunit`)
|
|
5. Commit your changes (`git commit -am 'Added some feature'`)
|
|
6. Push to the branch (`git push origin my-new-feature`)
|
|
7. Create new Pull Request
|
|
|