Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neronmoon/php-wtf
- Owner: neronmoon
- License: mit
- Created: 2015-11-14T08:44:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-14T11:39:25.000Z (about 9 years ago)
- Last Synced: 2024-04-16T16:52:27.375Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)