ElectroCRUD MySQL editor + widgets for basic stats. Made with Electron.
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
ElectroCRUD MySQL editor + widgets for basic stats. Made with Electron.
LinuxJourney.com - now I know where to redirect my #Linux-newbie friends. Even more, I will go through it by myself!
Why the Public Domain Isn’t a License... the “public domain” solution for free and open source software is largely irrelevant...
Broadway provides infrastructure and testing helpers for creating CQRS and event sourced applications in PHP
Simplezoom.js - tiny image preview lib. No dependencies, mobile friendly.