PHP Project Manager
[français]

PHP Project Manager is an online project manager written in PHP. It allows you yo manage multi-user projects.
This program is cross-platform compatible (see 'program requirement' below)

Each project could be administrated by one or several people who can fix tasks to do.
After registration, each user can fix their own tasks. Each user can follow the project evolution easily.

PHP Manager is an easy way to control work in progress in a project.

This program requires:
An HTTP server (like Apache)

A PHP manager
A Database manager (like MySQL)

Example:
Go to the project management page

Make a Donation:

You were happy to use this freeware and you want to make a contribution.
Please consider you can donate any amount.
Credit card transactions are completely secured (PayPal is the most popular online payment system)

If you want have any problem , you can send an email to: donation [at] jomier [dot] com

Download PHP Project Manager:

Currrent version:
version 2.0.2: PHPPM-2.0.2.zip (bug fixes)
version 2.0.1: PHPPM-2.0.1.zip (Supports register variables OFF)

version 2.0: PHPPM-2.0.zip
version 2.0: PHPPM-2.0.tar.gz

Old version:
version 1.0: PHPPM-1.0.zip

How to install PHP Project Manager:

Unzip PHPPM-x.x.zip/PHPPM-x.x.tar.gz
Edit the config.php file with a simple text editor.

Modify values in this file:

Variables à modifier Description
$PHPPM_DB_HOST = 'Localhost'; Host for the MySQL database connexion
$PHPPM_DB_LOGIN= ''; MySQL database login
$PHPPM_DB_PASS= ''; MySQL database password
$PHPPM_DB_NAME = 'PhpPmDB'; Database name
$PHPPM_DB_TITLE = 'Projects'; Title on each page
$PHPPM_DB_PAGETITLE = 'Projects by www.jomier.com'; Window title
$PHPPM_DB_FORUM = 'PhpPmForum'; Name of the Forum database
$PHPPM_PATH_FORUM = 'http://www.myname.xxx/Php-Forum'; URL to access to the forum page
$PHPPM_LANGUAGE = 'English-US'; Default langage
$PHPPM_SHOW_OS = 0; Put 1 to show operating system
$PHPPM_SHOW_ENV = 0; Put 1 to show developement environnement
$PHPPM_SHOW_PROGLANG = 0; Put 1 to show programming langage
$PHPPM_DAYSTOBENEW = 10; Number of days the project is considering as new.
$PHPPM_BACK_BUTTON_URL = 'http://www.mysite/PHP-PM/index.php'; URL for the "back" button
$PHPPM_EMAILADMIN = 'xxxx@xxxxxx.xxx' ; E-mail of the project administrator
$PHPPM_PROJECT_CREATION_EMAIL = 'xxxxxx@xxxxxxx.xxx, xxxx@xxxxxx.xxx' ; E-Mail of the people who can create new projects

* Forum database should be installed on the same server as PHP Project Manager.

For the forum, you should install the PHPBB forum: phpBB-2.0.4.zip
Help for the PHPBB installation

Copy all the PHPPM files on the server
With your explorer, go to the www.your-site.xxx/PHP-PM-directory/install.php

Enter the login and password for the administration.

Good luck for your projects...