Libraries tagged by Relative Time
mpratt/relativetime
123082 Downloads
A library that calculates the time difference between two dates and returns the result in words (Example: 5 minutes ago or 5 Minutes left). The library supports other languages aswell like Spanish and German.
detain/php-pretty-datetime
2722 Downloads
Generates human-readable strings for PHP DateTime objects
salernolabs/relative-time
4409 Downloads
Library for building relative time strings in PHP.
relisiuol/filament-relative-time
971 Downloads
Filament 4 column powered by @github/relative-time-element.
davidhirtz/yii2-timeago
20737 Downloads
Displays relative timestamps (e.g. "4 minutes ago" or "about 1 day ago") via a custom web component.
theoaks/relative-datetime-format-builder
2242 Downloads
Object Oriented approach to building the different relative date/time formats that the strtotime(), DateTime and date_create() parser understands.
ahmedde/filament-extended-date
66 Downloads
Extend your date fields to reveal the date in other time zones on hover as well as relative time.
nowo-tech/relative-time-bundle
10 Downloads
Format DateTime values as localized relative time strings (e.g. just now, 5 minutes ago) for Symfony and Twig.
proger/datefmt
416 Downloads
Date formatting unit. Supports relative time ('1 day ago'), uses easy-to-remember format strings ('d#' for day, 'D__' for its name) and supports natural localizations.
kikwik/easyadmin-utils-bundle
11 Downloads
Utility for easycorp/easyadmin-bundle v5.x: Dynamic Paginator Page Size, Dynamic index fields, Relative time, Sticky header, Sticky footer
almadomundo/benchmark
21 Downloads
Relative memory & time benchmarking in PHP for PHP
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
rodrypaladin/relative-time-bundle
7 Downloads
Obtains the relative date in past/future in different languages
midrix/timeago
0 Downloads
A production-ready PHP/Laravel package that converts dates into human-readable relative time.
bendahrooge/relative-time
18 Downloads
Relative Time Calculator for PHP in 100 lines