No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Aaron Parecki 8f3f6aa30c upgrade phpunit hace 2 años
.github/workflows switch from travis to github workflows hace 2 años
src remove www from display url hace 2 años
tests upgrade phpunit hace 2 años
.gitignore upgrade phpunit hace 2 años
CONTRIBUTING.md add readme/license/contributing hace 7 años
LICENSE add readme/license/contributing hace 7 años
README.md add geo functions hace 6 años
composer.json upgrade phpunit hace 2 años
phpunit.xml move cache test to a separate group hace 2 años

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.