How to install and copy CSS/JS resources via Composer using Composer plugin.
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
How to install and copy CSS/JS resources via Composer using Composer plugin.
Flysystem - a filesystem abstraction which allows you to swap a local filesystem with a remote one. That could be very useful for assets manipulation system in CMS or something.
libphonenumber for PHP - a library for parsing, formatting, storing and validating international phone numbers.
Geocoding PHP library with a huge set of geocoding services abstraction.
Firefox Nightly (version 29) supports CSS variables. Okay, now give native CSS inheritance and I will be happy :)