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

https://github.com/termyn/timekeeper

Time service for PHP
https://github.com/termyn/timekeeper

datetime php

Last synced: 14 days ago
JSON representation

Time service for PHP

Awesome Lists containing this project

README

          

# Timekeeper

[![PHP version](https://img.shields.io/packagist/php-v/termyn/timekeeper?style=flat-square)](http://php.net)
[![Latest Version](https://img.shields.io/packagist/v/termyn/timekeeper?style=flat-square)](https://packagist.org/packages/termyn/timekeeper)

[![Build status](https://img.shields.io/github/workflow/status/termyn/timekeeper/Tests?style=flat-square)](https://github.com/termyn/timekeeper/actions?query=workflow%3ATests)
[![Code Quality](https://img.shields.io/scrutinizer/quality/g/termyn/timekeeper?style=flat-square)](https://scrutinizer-ci.com/g/termyn/timekeeper/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/termyn/timekeeper/badge.svg?branch=master)](https://coveralls.io/github/codeasoft/timekeeper?branch=master)

A lightweight library with a time service in PHP.

Install
------------

The best way to install `Timekeeper` is using the [Composer](http://getcomposer.org/):

```sh
$ composer require termyn/timekeeper
```