How to manage development of PHP script? [closed] - php

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
When I am writing PHP i find it really hard to keep track of all the changes/bug fixes I make.
When you are creating a script in PHP what do you use to keep a track of any changes that you make along with adding version numbers and maintaining a changelog file?
Thanks in advance.

Use Versioning system. One of the most common is for example Subversion.
http://subversion.apache.org/
Subversion offers great features, like revision history, comparing between those revisions, also branching and tagging

Related

Open source web file sharing platform [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a little business and I always need to share files with my workers.
I'm looking for an open source PHP or ASP web platform that will allow me and the workers to upload and edit documents, pictures, etc...
And set different permissions for different users.
I'd recommend VPS with samba instead. (or a regular NAS)
The web isn't suited for the task.

Free & private version control hosting website [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Any good Git or Subversion for non-public/non-open project. I have narrowed it down to these three. Now which of the 3 would you recommend. I am looking for secure, with a good up-time, private, support for 3-4 users and 1 repository and a space of about >200-300 MB
assembla - http://offers.assembla.com/free-subversion-hosting/
unfuddle - http://unfuddle.com/about/tour/plans
xp-dev - http://xp-dev.com/pricing
I know GitHub is awesome for but it's free for public/open projects only and Google Code is only for open project. Am i right over here and what about SoundForge is it also for public projects.
I use assembla.
It's free and it's working great :) never had any problems with it.
Perhaps you will approach Mercurial and bitbucket.org? This solution very simple and has a private repo.

Any prefab stuff for organising a tournament? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Does anyone know if there are premade open source webapps not from 2005 (preferably PHP, but Rails/pYthon are fine) for an esports (specifically, counter-strike: source) tournament?
I've googled a fair bit and can't find anything serious.
Thanks in advance!
While this isnt open source per se I still think it can satisfy your needs.
Both Binary Beast and Challonge serves an API from which you can create and manage tournaments.
Binary Beast even provides libraries to interact with the API.
You will have to do some front end programming yourself or host it entirely on their site.

free php software development project management software needed [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am currently working on a big project (development) and I am looking for software where I can add the pending tasks and the progress of those tasks and time left till target project completion.
I need something that's simple to use.
Any suggestions anyone please?
Thanks
Have a look at trac. It is easy to use, free and there are a lot of plugins available, for example an integration into eclipse or SVN! You can plan every task with time left etc. of course.

PHP webmail framework [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Is there any easy to implement webmail framework out there? It doesn't matter if it's free or commercial, as long as it's good and can be implemented to a custom design really fast.
Thank you!
Roundcube have support form themes and api for building extensions.
http://roundcube.net/about#features
Squirrelmail is written in PHP, and is time-tested and stable. Modifying CSS for custom design is limited, however.
Squirrel mail is pretty decent. You might want to ask this in serverfault? But I've set up a webmail server before and squirrelmail was decently customizable. I change the logo and some stuff, I didn't go all out on it. Perhaps you can ask them, squirrelmail peeps, about it too.

Categories