You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
630 B

  1. p3k\utils
  2. =========
  3. This project provides several helpful utilities for working with PHP projects, and is used by https://p3k.io applications.
  4. * `p3k\date` - helpful functions for working with dates and timezones
  5. * `p3k\url` - helpful functions for parsing and building URLs
  6. * `p3k\cache` - a simple caching helper backed by Redis
  7. * `p3k\utils` - miscellaneous functions
  8. * `p3k\geo` - geo functions for calculating distance and other things
  9. * `p3k\global` - sets the timezone to UTC (you're already storing all your dates in UTC, right?)
  10. PHP Support
  11. -----------
  12. This project should work in all versions of PHP 5.5 and newer.