On Mon, Mar 8, 2021, at 5:14 PM, Chris Seufert wrote:
> Hi,
> 
> To update anyone on the progress made via the currently pull requests 
> on github. The consensus is that the interface spec should be far 
> simpler than the initial proposed one, and now looks as follows:
> <?php
> 
> namespace Psr\Clock;
> 
> interface ClockInterface
> {
>     /**
>      * Returns the current time as a DateTimeImmutable Object
>      */
>     public function now(): \DateTimeImmutable;
> 
> }
> 
> 
> After reaching out to several clock library authors. I have had 
> positive feedback from the most prominent library authors, and everyone 
> else who has commented on the PR is in general agreement on the spec. 
> As this is my first time working with getting something published as a 
> standard I am not sure what to do next, do I need to find a sponsor? 
> How would I go about that?
> 
> Link to spec:
> https://github.com/php-fig/fig-standards/pull/1224/files

The full process is described here:  
https://www.php-fig.org/bylaws/psr-workflow/

Short version: At this stage, you need yourself as Editor (I presume), one Core 
Committee member as a Sponsor, and 3 or more other people who can be anyone 
involved.  (Presumably the other existing library authors.)  Then the Sponsor 
calls an Entrance Vote on the proposal to date.  The Sponsor can help shepherd 
the spec through the remaining stages.

So the next step is, who from the CC wants to Sponsor this?

--Larry Garfield

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/4b223db1-e784-4d7e-b8fe-660920c6dc09%40www.fastmail.com.

Reply via email to