neronmoon/phpwtf

Dreams from http://phpwtf.org comes true

dev-master 2015-11-14 11:42 UTC

This package is auto-updated.

Last update: 2024-06-06 08:11:52 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

  1. Update your composer.json Run composer require "neronmoon/phpwtf:dev-master"

    Or update it manually, by adding

    ...
    "require": {
        "neronmoon/phpwtf": "dev-master"
    }
    ...
  2. 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