Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Aaron Parecki 8f3f6aa30c upgrade phpunit il y a 2 ans
.github/workflows switch from travis to github workflows il y a 2 ans
src remove www from display url il y a 2 ans
tests upgrade phpunit il y a 2 ans
.gitignore upgrade phpunit il y a 2 ans
CONTRIBUTING.md add readme/license/contributing il y a 7 ans
LICENSE add readme/license/contributing il y a 7 ans
README.md add geo functions il y a 6 ans
composer.json upgrade phpunit il y a 2 ans
phpunit.xml move cache test to a separate group il y a 2 ans

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.