Posts tagged Programming

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…)

Development and Management Tools

0

Hi,

I’m back again. This time basically writing to keep it as quick reference for myself and posting it as blog if it could help others.

This is basically a list of some tools we generally use for development/Project planning. There are few tools that developers/Project manager use so frequently tht we do not need  list. However there are few tools that we use occationally and when we actually need them, we forget the best tool to meet the requiremetns. So this is an attempt t list down important tools for development/project management purpose.

I’ll keep the list updated and if someone finds I miss any important tool, please leave a comment so that I can add that in the list.

Please note: Only open source or free softwares qualify for this list. If there is not open source solution in any category, I’ll clearly mention it. However I’ll simply neglect paid softwares, if there is even a single decent opensource solution is available in the category.

(more…)

Go to Top