Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpk/p3k-utils
a collection of smaller helper functions used by many of my applications
https://github.com/aaronpk/p3k-utils
cache date helpers http indieweb p3k timezone url utilities
Last synced: 4 days ago
JSON representation
a collection of smaller helper functions used by many of my applications
- Host: GitHub
- URL: https://github.com/aaronpk/p3k-utils
- Owner: aaronpk
- License: mit
- Created: 2017-04-30T14:56:08.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T22:08:35.000Z (about 3 years ago)
- Last Synced: 2024-10-05T11:05:44.717Z (3 months ago)
- Topics: cache, date, helpers, http, indieweb, p3k, timezone, url, utilities
- Language: PHP
- Homepage: https://p3k.io
- Size: 32.2 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
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.