Just put in a few solid hours working on https://github.com/indieweb/php-mf2/ — it’s now at v0.1.6 and has preliminary support for the microformats-2 canonical JSON representation. As always it is installable via composer via "mf2/mf2": "0.1.*"
Just put in a few solid hours working on https://github.com/indieweb/php-mf2/ — it’s now at v0.1.6 and has preliminary support for the microformats-2 canonical JSON representation. As always it is installable via composer via "mf2/mf2": "0.1.*"
Wow, PHP 5.4 delivers on it’s promise of improved performance. I’m seeing <1/2 the memory usage of 5.3.8
Jack Way ooh, it must be sending some weird content negotiation headers! Give me a min…
Google say there’s a “significant” number of pages sending X-Pingback — I'd like to see actual stats.
Starting work on something fun and new today.
I made a minimal proof of concept gist to demonstrate @symfony’s Event Dispatcher: https://gist.github.com/fa693c8b79a356c1325d
Is it just me who judges monospaced fonts by whether or not - and > line up vertically?
I decided to use Monolog for logging in #php, and I haven’t been disappointed. The ability to log PHP to Chrome is nice too.
Nick Charlton I haven’t given it a go yet. Better than Shadow/Edge Inspect?
Anyone know a good way of integration testing how a web app communicates with twitter? I want to make my testing better so I can test syndication, but I’m not entirely sure how to go about it.
As always, the classes are available on Packagist: https://packagist.org/packages/activitystreams/activitystreams #php
I’m making a set of PHP5 classes to represent activitystrea.ms data in applications: https://github.com/barnabywalters/php-activitystreams #indieweb
“Nothing gets bugs fixed faster than when the developers themselves are constantly hitting them!” Scripted, a JavaScript Editor
If you’re a PHP dev and you haven’t heard of Composer yet, IMO you’re doing it wrong!
Composer is a great tool. I finally replaced a load of my hacked-together libraries with proper Symfony and Zend ones.
I was going to implement activitypingback.org this afternoon but got carried away adding docblocks to my code.
Wow, never thought I'd write “docblocks” and “carried away” in the same sentence :/
Now if only phpDocumentor could run my tests and display testing information as well. I would live in localhost/docs!
Oh man, PHPDocumentor produces awesome results http://phpdoc.org/
Reduced test cases are my friends tonight #microformats
HA! value-class pattern, I have beaten you.
For at least one test case. But still.