Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
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.