In this blog post I outline my thinking on sharing code that deals with different types of Entities in your…
I’m happy to announce the first release of Replicator, a CLI tool for importing entities from Wikidata. Replicator was created…
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…
Earlier this month, PHPMD 2.3 was released. It contains several new features, including two that I added primarily for use…
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…
I’m happy to announce the 1.0 release of Wikibase DataModel. Wikibase DataModel is the canonical PHP implementation of the Data Model…
Sometimes you need to loop over a big pile of stuff and execute an action for each item. In the…
When I started writing this blog post, I realized some introduction to the query components was first due. You can…