Recess Developer Forums: What Open Source PHP Development Tools do you Use? - Recess Developer Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

What Open Source PHP Development Tools do you Use?

#1 User is offline   KrisJordan Icon

  • Administrator
  • Icon
  • Group: Administrators
  • Posts: 78
  • Joined: 25-August 09
  • LocationNorth Carolina, USA

Posted 25 August 2009 - 07:18 PM

Included in Sandbox:

  • PHP Developer Tools IDE (Eclipse PDT)
  • XDebug
  • PHPUnit
  • PHP 5.3
  • Apache 2.2
  • KCacheGrind
  • Git
  • MySQL 5

0

#2 User is offline   KevBurnsJr Icon

  • Icon
  • Group: Administrators
  • Posts: 86
  • Joined: 25-August 09
  • LocationSilicon Valley, CA

Posted 25 August 2009 - 09:40 PM


Less Talk, More Code.
0

#3 User is offline   KrisJordan Icon

  • Administrator
  • Icon
  • Group: Administrators
  • Posts: 78
  • Joined: 25-August 09
  • LocationNorth Carolina, USA

Posted 25 August 2009 - 10:14 PM

Firebug and WDT are big ones. Haven't figured out how to install them from a shell script yet. Any ideas?

HTTP Watch looks interesting, you use it for IE debugging?

What's the equivalent of Notepad++ on *nix? GEdit comes installed by default. Any other good gui *nix text editors like textmate/notepad++?
0

#4 User is offline   Jamie Rumbelow Icon

  • Group: Members
  • Posts: 10
  • Joined: 26-August 09
  • LocationCambridge, UK

Posted 26 August 2009 - 02:55 AM

Looking at it from a Mac OS X angle, you'll want:

  • TextMate (fantastic text editor), try to find a decent open-source alternative
  • 7zip
  • Mercurial
  • SVN
  • PostgreSQL
  • SQLite3
  • Spotify!

Jamie Rumbelow Designer / Developer / Writer / Speaker
http://jamierumbelow.net
0

#5 User is offline   Rafał Filipek Icon

  • Group: Members
  • Posts: 35
  • Joined: 28-August 09
  • LocationPoland

Posted 29 August 2009 - 07:45 AM

Quote

Any other good gui *nix text editors like textmate/notepad++?

You should try NetBeans. When You turn off all toolbars etc it looks like textmate :)

  • Netbeans
  • SVN
  • FireBug
  • WebDeveloper Toolbar
  • MySQL
  • XDebug

Yes, in Poland we have a internet connection ;]
0

#6 User is offline   WooDWorkeR Icon

  • Group: Members
  • Posts: 1
  • Joined: 30-August 09

Posted 30 August 2009 - 03:31 PM

So my dev env is

  • Netbeans
  • Firebug
  • WebDEv Toolbar
  • MySQL Workbench
  • SVN

0

#7 User is offline   Rafał Filipek Icon

  • Group: Members
  • Posts: 35
  • Joined: 28-August 09
  • LocationPoland

Posted 30 August 2009 - 07:23 PM

It's funny because most of us are using same software. Svn, Mysql, WebDev Toolbar, Firebug - You just can't live without them. But nobody mention about deploy software like Capistrano. What are you using for that? I know Capistrano is great piece of software but it's not very popular among php developers. Now it's quite pain for me when i have to update some files (svn of course) , database structure and some database data in the same time.
Yes, in Poland we have a internet connection ;]
0

#8 User is offline   KevBurnsJr Icon

  • Icon
  • Group: Administrators
  • Posts: 86
  • Joined: 25-August 09
  • LocationSilicon Valley, CA

Posted 30 August 2009 - 08:28 PM

I mucked around with Capistrano a bit after reading this article back in '06
Automated PHP Deployment With Capistrano

After I got my deployment environment set up I was like...
"Wait a sec, I'm using an SVN hook to fire a Ruby script to fire a shell command. Why do I need Ruby?"

So now I just connect my GIT hooks directly to bash scripts.
Less Talk, More Code.
0

#9 User is offline   KrisJordan Icon

  • Administrator
  • Icon
  • Group: Administrators
  • Posts: 78
  • Joined: 25-August 09
  • LocationNorth Carolina, USA

Posted 31 August 2009 - 12:18 PM

We've started using git hooks to trigger bash scripts as well. One of the major priorities for the next iteration of Recess Tools is decoupling many of the tasks from the UI so that they can be brought into scripts as well. Anyone have experience with best practices using PHP CLI? Deployment scripts written in PHP (even if they use the shell underneath)?

The next step for our post commit hook is running PHPUnit with code coverage. I am going to write this up when we do it. Within the Recess Sandbox PHPUnit and XDebug are all setup to be able to run code coverage reports, which is pretty slick.
0

#10 User is offline   Mengu Icon

  • Group: Members
  • Posts: 10
  • Joined: 28-August 09

Posted 01 September 2009 - 03:30 AM

i'm using:

- netbeans
- geany
- gedit
- php 5.2
- mysql
- ruby
- ruby on rails
- python
- django
0

#11 User is offline   mxcode Icon

  • Group: Members
  • Posts: 2
  • Joined: 01-September 09

Posted 01 September 2009 - 04:43 PM

depends on if I am on VM or OSX
VM (ubuntu) prod (centOS)
GphpEdit and VIM
SVN
firebug
php5.3
mysql
sqlite
apache

osx
eclipse
VIM
rest is same as my VM


win
rather shoot myself in the face than dev on a windows box ;)
0

#12 User is offline   Dodi Icon

  • Group: Members
  • Posts: 7
  • Joined: 25-August 09

Posted 28 September 2009 - 01:58 AM

My primary web dev tools :
  • Notepad++
  • Firebug
  • SVN
  • SQLite Manager
  • Mysql Front-End
  • Various browser for testing compatibility.

0

#13 User is offline   Darryl Icon

  • Group: Members
  • Posts: 13
  • Joined: 12-October 09
  • LocationLiverpool, Merseyside, England

Posted 12 October 2009 - 06:49 AM

It depends on which machine I'm using in the house as to what I use for development (horses for courses, etc.)

I tend to use:

On Windows:

1. Komodo IDE 5.2.1 - with SQLite manager
2. Firefox with Firebug
3. SQLYog
4. WAMP 2i

On Linux (Fedora 10):

1. Komodo IDE 5.2.1 - with SQLite manager (see the pattern?! :) )
2. Firefox with Firebug
3. phpMyAdmin
4. Apache 2.2.1/MySQL 5.1 (Usually hand-configured)


Lately in work due to restrictions on this contract it's been Zend Server CE/Zend Studio (which is Eclipse based).
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users