RikudouSage / Clock

Simple abstraction for getting current time in php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple library I wrote because I'm tired of writing it all the time for each project where I need current time.

Can be used with symfony via rikudou/clock-bundle.

Installation

composer require rikudou/clock

Usage

  1. Typehint the \Rikudou\Clock\ClockInterface as your dependency in whatever DI you use
  2. You can now easily test your time dependent functions
  3. ???
  4. Profit

About

Simple abstraction for getting current time in php

License:MIT License


Languages

Language:PHP 100.0%