Skip to content
/ pm Public
forked from eser/pm

A basic project management tool

License

Notifications You must be signed in to change notification settings

sevket/pm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Management Tool

Information

PM tool is designed to be a basic project management tool. It's only contains most essential parts of project management such as managing users and their roles on created projects, assigning tasks and tracking the overall progress.

Since most of the good PM alternatives were written in Ruby and Java, we started to develop one with PHP to enable ease of maintenance for PHP developers.

Built on Scabbia Framework 1.5.

Installation

Alternative 1: Zip Package

Download PM and launch php scabbia update.

Alternative 2: Git

On Terminal or Command Prompt:

git clone https://github.com/larukedi/pm pm
cd pm
php scabbia update
Alternative 3: Composer

On *nix:

php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"
php composer.phar create-project larukedi/pm -s dev pm

On Windows: Download and install Composer-Setup.exe then run:

composer create-project larukedi/pm -s dev pm

Update

php scabbia update

Requirements

** Will be auto-installed during composer execution

License

See license.txt

Contributing

It is publicly open for any contribution. Bugfixes, new features and extra modules are welcome.

  • Fork the repo, push your changes to your fork, and submit a pull request.
  • If something does not work, please report it using GitHub issues.

About

A basic project management tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published