Posts tagged LAMP

Setup Advanced PHP Dev env on Windows (Part 2)

0

In Part 1 of this article, we already setup WAMP, PEAR and PHP Unit (edit: and Code Sniffer). If you missed that part, please go through Setup advanced PHP Dev-Env on windows part 1 first.

In this part, we are going to setup following:

XDebug: XDebug is used to debug PHP code and easily integrates with leading IDE like Netbeans.

Phing: Phing is PHP project build tool, based on Apache ANT.

Composer: Composer is new dependency management tool in PHP world.

(Edit) Code Sniffer: Check if your code is following standards. You can define your own standards.

Again to remind, this is not tutorial for given tools, we are just setting up the environment with these tools. Respective website is the good start point if you want to learn more about these tools. In future, I’ve plans to make a simple kick start tutorial for these tools but till then, go through official documents and Google for tutorials on these tools. (more…)

Setup Advanced PHP dev-env on Windows (Part 1)

1

I regularly visit forums, stack overflow, IRC channels to ask questions and giving back open source community whatever possible for me. Obviously I learned much from those places and owe them. One of the common questions asked on community how to setup development environment. Obviously not basic one but advanced like how to setup Pear, Composer, XDebug, PHP Unit etc. All these are vital tools for development. So I’m trying to cover all these common questions on one single post.

Please note here I’m setting advanced PHP development environment on Windows 7.

(more…)

Setting LAMP development environment with Linux

0

Lamp developers work on open source technologies. We proudly say that we support FOSS (Free and Open Source Software) movement. How still several open source developers work on Microsoft windows, which is a proprietary operating system from Microsoft and putting its user’s freedom at stake.

The reason most users use proprietary operating system is they feel (although its not true) that learning linux is not easy. No doubt learning new OS need some time and patience but still it is not a rocket science. If you wish to start development on Linux, this document will help you to setup PHP development environment on Open SUSE 12.1 on your Laptop (Well it will also work for desktop). However be prepared to download some software (approx 2-3 GB) and prepare CD/DVD of them.

(more…)

Go to Top