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

https://github.com/djoudi/laravel-duration

Convert durations of time between colon-formatted, human-readable, and seconds use Laravel
https://github.com/djoudi/laravel-duration

duration human-readable laravel time timer

Last synced: 2 months ago
JSON representation

Convert durations of time between colon-formatted, human-readable, and seconds use Laravel

Awesome Lists containing this project

README

          

# laravel-duration
# description
Convert durations of time between colon-formatted, human-readable, and seconds use Laravel

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Travis](https://img.shields.io/travis/djoudi/laravel-duration.svg?style=flat-square)]()
[![Total Downloads](https://img.shields.io/packagist/dt/djoudi/laravel-duration.svg?style=flat-square)](https://packagist.org/packages/djoudi/laravel-duration)
[![StyleCI](https://styleci.io/repos/189517498/shield?branch=master)](https://github.styleci.io/repos/189517498)
## Install
`composer require djoudi/laravel-duration`

## Usage
Write a few lines about the usage of this package.

## Testing
Run the tests with:

``` bash
vendor/bin/phpunit
```

## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Security
If you discover any security-related issues, please email info@djoudi.net instead of using the issue tracker.

## License
The MIT License (MIT). Please see [License File](/LICENSE.md) for more information.