Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fastybird/datetime-factory
- Owner: FastyBird
- License: apache-2.0
- Created: 2020-07-19T14:16:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T15:21:27.000Z (5 months ago)
- Last Synced: 2024-11-01T11:17:56.819Z (3 months ago)
- Topics: dates, datetime, datetime-factory, fastybird, imutability, time
- Language: PHP
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).