Very interesting JS plugin for Point of Interest visualisation.
PHPVerbalExpressions - the easiest way to start with Regular Expressions. Write it in OOP way
$regex=new VerbalExpressions;
$regex ->startOfLine()
->then("http")
->maybe("s")
->then("://")
->maybe("www.")
->anythingBut(" ")
->endOfLine();
$regex->test("http://d.com")
A lot of implementations on other languages exist
Very interesting JS plugin for Point of Interest visualisation.
ScrollerJS - lib to make scrollable areas with high performance (also with plugins like Pull to refresh).
Do you like lodash.js or underscore.js ? Then in PHP you definitely need to use bottomline. A set of utility functions to work with arrays, collections and strings.
phpio - PHP class for batch file processing in OOP style.
Facebook guys prepared a Specification for PHP. It looks like after 20 years of development "that awkward moment has come" :) In any case community can't go further for PHPNG, HHVM, Hack etc. without a Spec.