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.
Aaron Parecki 1117e29c69
add geo functions
6 years ago
src add geo functions 6 years ago
tests wait a little longer for redis 7 years ago
.gitignore ignore code coverage from git repo 7 years ago
.travis.yml Merge branch 'master' of github.com:aaronpk/p3k-utils 6 years ago
CONTRIBUTING.md add readme/license/contributing 7 years ago
LICENSE add readme/license/contributing 7 years ago
README.md add geo functions 6 years ago
composer.json add geo functions 6 years ago
phpunit.xml first commit of consolidated util functions 7 years ago

README.md

p3k\utils

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 timezones
  • p3k\url - helpful functions for parsing and building URLs
  • p3k\cache - a simple caching helper backed by Redis
  • p3k\utils - miscellaneous functions
  • p3k\geo - geo functions for calculating distance and other things
  • p3k\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.