slavcodev made autoloader extension to use Upper Case namespaces in Yii2. And now if you really mind it - you can use Yii\Web\Controller
instead of use yii\web\Controller
.
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
slavcodev made autoloader extension to use Upper Case namespaces in Yii2. And now if you really mind it - you can use Yii\Web\Controller
instead of use yii\web\Controller
.
Cordova Will Support Ubuntu Touch In Next Release.
Auto Scaling support GUI added to the AWS Management Console. IMHO largely anticipated feature, as auto scaling is the main cloud feature.
Phinx standalone migrations library for PHP project.
Great list of good PHP libs and frameworks - awesome-php