News Feed
Jobs Feed
Sections




News Archive
Tom Jowitt's Blog:
Streamlined PHP Development - Part I
July 18, 2011 @ 12:54:19

As the first part of a series, Tom Jowitt has posted this introduction to setting up a brand new development environment with some of the basic tools any PHP developer should need.

I dunno about anyone else but my development environment is usually in some form of barely-controlled chaos. It's one command away from collapse with folders full of test software, symlinks that lead to long-forgotten libraries and ancient VCS repos that only a mother could love, all held together with sticky-tape shell scripts. [...] This series of posts will look at the tools available to PHP developers who want to be liberated from the mundane and the frustrating tasks that plague our lives.

He doesn't describe the installation of the basic platform - Apache, PHP and MySQL on Ubuntu - but jumps right into the details of the settings. He shows how to:

  • configure the VirtualHosts in Apache,
  • installing and updating PEAR,
  • Install/configure XDebug,
  • Set up PHPUnit,
  • and install git for version control

In the next post he'll show how to set up Phing for building/testing out the code.

1 comment voice your opinion now!
development tutorial install configure environment xdebug phpunit git pear


blog comments powered by Disqus

Similar Posts

Sebastian Bergmann's Blog: Towards Better Code Coverage Metrics in the PHP World

Jani Hartikainen's Blog: Using a builder to construct complex classes

Felix Geisendorfer's Blog: 10 Days of Free Dessert!

DevShed: Performing Basic Tasks with MySQL 4.1 and Above, using mysqli with PHP 5

DevShed: Benchmarking with the Xdebug Extension


Community Events











Don't see your event here?
Let us know!


functional api framework tool series development zendframework2 code composer language podcast introduction interview unittest release conference testing community example opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework