neronmoon / phpwtf
Dreams from http://phpwtf.org comes true
dev-master
2015-11-14 11:42 UTC
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2024-11-06 09:03:22 UTC
README
About
This project is designed to cool ass php developers. There (are) collected and rewrited the php functions, which often cause lower back pain.
The initial list is taken from the site http://phpwtf.org
Usage
-
Update your composer.json Run
composer require "neronmoon/phpwtf:dev-master"
Or update it manually, by adding
... "require": { "neronmoon/phpwtf": "dev-master" } ...
-
Now in code you can use functions from namespace WTF (see tests or examples)
Documentation
Will be available soon
Contributing
I will be very grateful for the help. Please, use pull requests.
License
MIT. See LICENSE