Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fastybird/datetime-factory

:clock1: Date & time service factory with timezones support
https://github.com/fastybird/datetime-factory

dates datetime datetime-factory fastybird imutability time

Last synced: about 2 months ago
JSON representation

:clock1: Date & time service factory with timezones support

Awesome Lists containing this project

README

        

# FastyBird date & time factory library

[![Build Status](https://badgen.net/github/checks/FastyBird/datetime-factory/main?cache=300&style=flast-square)](https://github.com/FastyBird/datetime-factory/actions)
[![Licence](https://badgen.net/github/license/FastyBird/datetime-factory?cache=300&style=flast-square)](https://github.com/FastyBird/datetime-factory/blob/main/LICENSE.md)
[![Code coverage](https://badgen.net/coveralls/c/github/FastyBird/datetime-factory?cache=300&style=flast-square)](https://coveralls.io/r/FastyBird/datetime-factory)

![PHP](https://badgen.net/packagist/php/FastyBird/datetime-factory?cache=300&style=flast-square)
[![Latest stable](https://badgen.net/packagist/v/FastyBird/datetime-factory/latest?cache=300&style=flast-square)](https://packagist.org/packages/FastyBird/datetime-factory)
[![Downloads total](https://badgen.net/packagist/dt/FastyBird/datetime-factory?cache=300&style=flast-square)](https://packagist.org/packages/FastyBird/datetime-factory)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat-square)](https://github.com/phpstan/phpstan)

***

## What is FastyBird date & time factory library?

This is a [Nette framework](https://nette.org) extension which create date & time factory with ability to set timezone

## Installation

The best way to install **fastybird/datetime-factory** is using [Composer](http://getcomposer.org/):

```sh
composer require fastybird/datetime-factory
```

## Documentation

Learn how to generate immutable time with service
in [documentation](https://github.com/FastyBird/datetime-factory/blob/main/.docs/en/index.md).

***
Homepage [http://www.fastybird.com](http://www.fastybird.com) and
repository [https://github.com/FastyBird/datetime-factory](https://github.com/FastyBird/datetime-factory).