Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Aaron Parecki 8f3f6aa30c upgrade phpunit vor 2 Jahren
.github/workflows switch from travis to github workflows vor 2 Jahren
src remove www from display url vor 2 Jahren
tests upgrade phpunit vor 2 Jahren
.gitignore upgrade phpunit vor 2 Jahren
CONTRIBUTING.md add readme/license/contributing vor 7 Jahren
LICENSE add readme/license/contributing vor 7 Jahren
README.md add geo functions vor 6 Jahren
composer.json upgrade phpunit vor 2 Jahren
phpunit.xml move cache test to a separate group vor 2 Jahren

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.