Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Aaron Parecki 8f3f6aa30c upgrade phpunit před 2 roky
.github/workflows switch from travis to github workflows před 2 roky
src remove www from display url před 2 roky
tests upgrade phpunit před 2 roky
.gitignore upgrade phpunit před 2 roky
CONTRIBUTING.md add readme/license/contributing před 7 roky
LICENSE add readme/license/contributing před 7 roky
README.md add geo functions před 6 roky
composer.json upgrade phpunit před 2 roky
phpunit.xml move cache test to a separate group před 2 roky

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.