XZ Utils wrapper for #PHP
I took a liking to the xz compression format a long time ago. It is a very handy format that is available almost everywhere, unfortunately not in PHP. So I decided it is time to fix that and write an XZ Utils (wrapper).
I took a liking to the xz compression format a long time ago. It is a very handy format that is available almost everywhere, unfortunately not in PHP. So I decided it is time to fix that and write an XZ Utils (wrapper).
I wanted to enable comments for my GitHub Pages for a long time. I’ve considered various third-party services, but none of them suited me. Anyway…
If you are using
symfony/lock
you can see acquired lock as not acquired. MethodisAcquired
simply returns state of the instance. If different instance acquired the lock, your instance will returnfalse
.
If you are using
new DateInterval('P1M')
for adding month to date to get next month, do not do that. There is huge difference between adding to begin and end of the month. It does sense, but it is against semblance at first sight ofP1M
.
Are you using my implementation of Enumerated type for PHP? If yes, then you should be interested in version 2.1. Now it’s possible to use constants as members over
ConstantsAsMembers
trait.
If you wish to create independent Symfony Bundle then you are on the Highway to Hell. At netpromotion we take the ball and run with it. Now we are ready to release our tool which solves the most common problems on the highway. Please, take a seat and read more.