This post originated from an RSS feed registered with Web Buzz
by Maciej Zawadzinski.
Original Post: How to manage your application setup with Composer
Feed Title: Maciej Zawadziński
Feed URL: http://clearcode.cc/feed/
Feed Description: I am CEO at Clearcode (software development company) as well as core team member at Piwik.org (open source web analytics).
There are two main areas that I would like to share on this blog:
- running software development business (which in many ways is very similar to running every technology company), and
- advertising technologies (ad serving, analytics, targeting, web tracking, RTB & and many more!).
Composer is a dependency management tool for PHP based projects. It allows you to declare, install, and then manage all of your dependencies in your project. Right, so you can manage the libraries that your project requires in order to work. But is that all you can really do with Composer? Definitely not! In fact, […]