Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neronmoon/php-wtf

Dreams from http://www.phpwtf.org come true
https://github.com/neronmoon/php-wtf

Last synced: about 1 month ago
JSON representation

Dreams from http://www.phpwtf.org come true

Awesome Lists containing this project

README

        

# php-wtf [![Build Status](https://travis-ci.org/neronmoon/php-wtf.svg?branch=master)](https://travis-ci.org/neronmoon/php-wtf)
## 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](http://phpwtf.org)
## Usage
1. Update your composer.json
Run ```composer require "neronmoon/phpwtf:dev-master"```

Or update it manually, by adding

```json
...
"require": {
"neronmoon/phpwtf": "dev-master"
}
...
```

1. 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](http://github.com/neronmoon/php-wtf/blob/master/LICENSE)