p3k / utils
Some helpful functions used by https://p3k.io projects
1.2.1
2021-11-16 21:44 UTC
Requires
- php: >=5.5
Requires (Dev)
- phpunit/phpunit: ^4.8.13
- predis/predis: 1.1.*
README
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\geo- geo functions for calculating distance and other thingsp3k\global- sets the timezone to UTC (you're already storing all your dates in UTC, right?)
PHP Support
This project should work in all versions of PHP 5.5 and newer.