0.1.x-dev
0.1.9999999.9999999-devVarious small helper classes
MIT
Various small helper classes
Various small helper classes, (*1)
Just add "famex/helpers": "0.1.*",
to your composer.json
file., (*2)
DateHelper
currently provides one static function:, (*3)
getDateDiff($time1, $time2, $precision = 2)
which takes two UNIX timestamps and returns a string in the format x days
., (*4)
LatLongDistHelper
currently provides one static function:, (*5)
calculate($lat1, $lon1, $lat2, $lon2, $unit = "K")
which returns the distance between two lat/long pairs in km (K
) or miles (M
), (*6)
Various small helper classes
MIT