PHP, the programming language that has been declared dead more times than a cat has lives, is still very much alive and kicking. Despite what some elitist …
Posts in PHP
This is another of those particular posts that might help one or two people out. If I can save you some time working with the News Industry Text Format in PHP, …
Filed under: super-specific use case with hints of generality for those wanting to write long-running PHP scripts.
For a little while now, I have been building …
Recently I was tasked with processing some content from an API, the published dates and times were coming through with timezone values in the string. My dates …
I have been working on a WordPress site that parses remote news API’s and requires not only parsing the news format JSON but getting any associated media …
Recently I encountered a dreaded issue whilst trying to install Laravel on my Mac OSX machine.
The message I was getting was:
Allowed memory size of 536870912 …
This is an interesting question I have been asked about a few times now and it appears many developers are confused what the answer is. Long story short: Yes, …
Laravel is undoubtedly one of the best things to happen to PHP and you’ve probably guessed based on my post history, I really like it and want to expose …