Download the PHP package rikudou/clock-bundle without Composer
On this page you can find all versions of the php package rikudou/clock-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rikudou/clock-bundle
More information about rikudou/clock-bundle
Files in rikudou/clock-bundle
Download rikudou/clock-bundle
More information about rikudou/clock-bundle
Files in rikudou/clock-bundle
Vendor rikudou
Package clock-bundle
Short Description Simple Symfony bundle for clock abstraction
License MIT
Package clock-bundle
Short Description Simple Symfony bundle for clock abstraction
License MIT
Please rate this library. Is it a good library?
Informations about the package clock-bundle
Simple Symfony bundle I wrote because I'm tired of writing it all the time for each project where I need current time.
Feel free to use it.
Installation
composer require rikudou/clock-bundle
Usage
- Typehint the
\Rikudou\Clock\ClockInterface
as your dependency - You can now easily test your time dependent functions
- ???
- Profit
Services:
rikudou.clock.clock
- standard DateTime classrikudou.clock.immutable
- DateTimeImmutablerikudou.clock.fixed_timezone
- DateTime with specified timezonerikudou.clock.fixed_timezone_immutable
- DateTimeImmutable with specified timezonerikudou.clock.default
- the implementation configured as defaultRikudou\Clock\ClockInterface
- alias torikudou.clock.default
, autowiring supported
Configuration
Generated automatically via php bin/console config:dump rikudou_clock > config/packages/rikudou_clock.yaml
All versions of clock-bundle with dependencies
PHP Build Version
Package Version
Requires
rikudou/clock Version
^1.0
symfony/http-kernel Version ^4.3 | ^5.0
symfony/dependency-injection Version ^4.3 | ^5.0
symfony/config Version ^4.3 | ^5.0
symfony/yaml Version ^4.3 | ^5.0
php Version ^7.0
symfony/http-kernel Version ^4.3 | ^5.0
symfony/dependency-injection Version ^4.3 | ^5.0
symfony/config Version ^4.3 | ^5.0
symfony/yaml Version ^4.3 | ^5.0
php Version ^7.0
The package rikudou/clock-bundle contains the following files
Loading the files please wait ....