Libraries tagged by iso-8601
bretterer/iso_duration_converter
1890328 Downloads
Easily convert ISO_8601 Duration time format to seconds and convert seconds to ISO-8601 Duration
tiny-blocks/time
322 Downloads
Models time as immutable value objects for PHP: instants, durations, periods, timezones, and time-of-day, all UTC-normalized.
interitty/utils
2029 Downloads
Extension of the standard Nette/Utils by some other features that are specific for use in the Interitty projects.
yalesov/date-time-parser
155 Downloads
Parse date and time according to the subset of ISO 8601 date/time format used in Vcard [ISO 6350].
sonsofphp/clock
3221 Downloads
Provides a standard way of accessing datetime functions
snroki/date-interval-bundle
15 Downloads
Override the php DateInterval class to allow milliseconds (ISO 8601)
mpd/type-dateinterval
4 Downloads
Extended DateInterval class
hereldar/date-times
6 Downloads
Provides immutable classes for dates, times, time-zones and periods.
heartsentwined/date-time-parser
1035 Downloads
Parse date and time according to the subset of ISO 8601 date/time format used in Vcard [ISO 6350].
robier/date
248 Downloads
Simple date implementation of ISO 8601 standard
joanfabregat/iso8601-to-seconds
64 Downloads
Converts ISO 8601 duration to seconds
danharper/dti
45229 Downloads
Parse ISO 8601 date, duration and interval strings into DateTime objects
componenta/duration
0 Downloads
Immutable ISO 8601 duration value object
bubnov-mikhail/landedcostcalculationapi
13735 Downloads
Landed Cost API providing duty rates, calculation, and item harmonization. A set of sample requests are available as a [Postman Collection](https://www.getpostman.com/collections/ad308f6c9351a18c2c12). ## Basics ### Timestamps Timestamps should be formatted using ISO-8601 to the nearest second, in UTC e.g `2015-06-12T09:17:37Z` ### Expiries All Requests will have an associated timestamp. The validity for any request is 1 minute to account for any clock-skew. ## Authorization All API requests require an http header that contains your account ID and your account API Key. During account provisioning, you will be issued an API Key which you must supply with every request. ### Authorization Header To make an authorized API request, set the following HTTP header: `authorization: avalaraapikey id: key:`
bermudaphp/duration
1 Downloads
An immutable PHP library for handling time durations with ISO 8601 support