mnpenner / ptilz
PHP utilities
Installs: 19 351
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.1
- ext-bcmath: *
- ext-mbstring: *
Requires (Dev)
- phpunit/phpunit: ^5.0
- symfony/var-dumper: ^2.7
README
A collection of general-purpose PHP utility methods.
Ptilz is currently pre-1.0 and as such should be considered to have an unstable API. However, it is used in a few production projects now, so I will try not to release any breaking changes -- particularly anything with a unit test should be stable. However, I will likely delete any deprecated methods before releasing 1.0.
Most methods should work on Windows, Ubuntu and FreeBSD.
I aim to provide full test coverage of every function, but I'm not quite there yet.
Most functions have doc-comments; read them! If usage still isn't clear check out the unit tests in the tests/
folder.
Install
composer require mnpenner/ptilz
Find on Packagist.
Issues
Please report them on the issue tracker.
Contributing
Please open a ticket and just paste in the code you wanted, preferably with a few unit tests too. I will add it in if I think it makes sense.
License
Released under the MIT license.