Essential Composer Packages

Every PHP developer worth their salt uses Composer to manage their dependencies. That’s because Composer is a crucial component of modern PHP development. It’s by far the best way to manage 3rd party code. The number of composer packages available on Packagist is staggering – as is the number of downloads for some projects. It’s … Read more » Essential Composer Packages

Modern PHP: A New Hope

PHP has improved a lot since you probably looked at it. It’s time to look at PHP again – this time with fresh eyes, and consider using PHP `for developing your next application.

Dates and Times in PHP

We are all connected – through our relationships, through location, and by time.  We share one clock with the same 24 hours. We just start our days at different points on that clock. Those points are represented by time zones. We all think about time differences on a regular basis. Developers have the responsibility working … Read more » Dates and Times in PHP