ziadoz / awesome-php

A curated list of amazingly awesome PHP libraries, resources and shiny things.
Do What The F*ck You Want To Public License
30.59k stars 5.04k forks source link

Added a smart PHP time library: `zjkal/time-helper` #1270

Closed zjkal closed 3 months ago

zjkal commented 3 months ago

Added a useful PHP time library

dereuromark commented 3 months ago

Libraries including docs must be written in English

dereuromark commented 3 months ago

A lot of static What's the benefit over battletested ones like chronos?

alexkart commented 3 months ago

Libraries including docs must be written in English

There is an English version of the docs there, but, yes, I agree and have the same question. Why is this library better than another more widely used one, for example, Carbon?

zjkal commented 3 months ago

There is no doubt that carbon is the best. But time-helper is simpler and more suitable for newbies. In addition, there is one more choice for PHP developers. That's it.

alexkart commented 3 months ago

Thanks for the suggestion. However, the library does not meet certain criteria specified in the Contribution Guidelines.