Aaron Parecki 0f21416f3c | 6 years ago | |
---|---|---|
src | 7 years ago | |
tests | 7 years ago | |
.gitignore | 7 years ago | |
.travis.yml | 6 years ago | |
CONTRIBUTING.md | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
composer.json | 7 years ago | |
phpunit.xml | 7 years ago |
This project provides several helpful utilities for working with PHP projects, and is used by https://p3k.io applications.
p3k\date
- helpful functions for working with dates and timezonesp3k\url
- helpful functions for parsing and building URLsp3k\cache
- a simple caching helper backed by Redisp3k\utils
- miscellaneous functionsp3k\global
- sets the timezone to UTC (you're already storing all your dates in UTC, right?)This project should work in all versions of PHP 5.5 and newer.