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 8f3f6aa30c upgrade phpunit преди 2 години
.github/workflows switch from travis to github workflows преди 2 години
src remove www from display url преди 2 години
tests upgrade phpunit преди 2 години
.gitignore upgrade phpunit преди 2 години
CONTRIBUTING.md add readme/license/contributing преди 7 години
LICENSE add readme/license/contributing преди 7 години
README.md add geo functions преди 6 години
composer.json upgrade phpunit преди 2 години
phpunit.xml move cache test to a separate group преди 2 години

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.