Basic Usage ########### .. highlight:: php All classes implement the ``Psr\Clock\ClockInterface`` and can be used with any package that accepts it:: isValid($clock); ``lcobucci/jwt``:: parser()->parse('...'); $cfg->validator()->assert( $token, new StrictValidAt(new SystemClock()) ); ``ordinary/uid``:: generate(4)->value());