This is the second post in my Missing in PHP7 series. The previous one is about function references. 2020 update: named parameters…
This is the first post in my Missing in PHP7 series. Over time, PHP has improved its capabilities with regards…
I’ve decided to start a series of short blog posts on how PHP gets in the way of creating of well…
I’m happy to announce the first release of Replicator, a CLI tool for importing entities from Wikidata. Replicator was created…
The Semantic MediaWiki website/wiki has gotten a nice upgrade, consider this is Christmas present if you’re a SMW user 🙂…
I’m happy to announce the public release of two new PHP libraries that provide services around Wikibase, the software behind…
I’ve created a small PHP library to read from, and iterate through, Wikidata/Wikibase JSON dumps. Wikidata is the free knowledge…
Today I was refactoring some code in one of my libraries, and ended up replacing a named Iterator class with…
I’m happy to announce the immediate availability of a new Wikibase library: Wikibase DataModel Services (which I’ll in this blog…
PHPCS (PHP Code Sniffer) detects violations against a specified coding standard. PHPMD (PHP Mess Detector) is a similar tool, though…