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

https://github.com/aeon-php/sleep

😴 Improved sleep function that uses simple TimeUnit and decides between \sleep and \usleep
https://github.com/aeon-php/sleep

aeon php sleep

Last synced: 11 months ago
JSON representation

😴 Improved sleep function that uses simple TimeUnit and decides between \sleep and \usleep

Awesome Lists containing this project

README

          

# Aeon

[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.4-8892BF.svg)](https://php.net/)
[![Latest Stable Version](https://poser.pugx.org/aeon-php/sleep/v)](https://packagist.org/packages/aeon-php/sleep)
[![Latest Unstable Version](https://poser.pugx.org/aeon-php/sleep/v/unstable)](https://packagist.org/packages/aeon-php/sleep)
[![License](https://poser.pugx.org/aeon-php/sleep/license)](https://packagist.org/packages/aeon-php/sleep)
![Tests](https://github.com/aeon-php/sleep/workflows/Tests/badge.svg?branch=1.x)
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Faeon-php%2Fsleep%2F1.x)](https://dashboard.stryker-mutator.io/reports/github.com/aeon-php/sleep/1.x)

Time Management Framework for PHP

> The word aeon /ˈiːɒn/, also spelled eon (in American English), originally meant "life", "vital force" or "being",
> "generation" or "a period of time", though it tended to be translated as "age" in the sense of "ages", "forever",
> "timeless" or "for eternity".

[Source: Wikipedia](https://en.wikipedia.org/wiki/Aeon)

Aeon is a set of libraries that makes easier to work with PHP Date & Time in elegant Object Oriented way.

* [Documentation & Examples](https://aeon-php.org/docs/sleep/)
* [Contributing & Development](https://github.com/aeon-php/.github/blob/master/CONTRIBUTING.md)
* [Community](https://github.com/orgs/aeon-php/discussions)