Skip to content

A web app that was inspired by Trello and cloned only the "Kanban" function with PHP

Notifications You must be signed in to change notification settings

mikiakira/php-simple-kanban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-simple-kanban

Overview

A web app that was inspired by Trello and cloned only the "Kanban" function with PHP.

Since the data is managed by SQlite, after downloading, it can be started immediately by just rewriting the password with the setting file.

Requirement

  • PHP 5.6+ (PDO is required)
  • Idirom
  • SQLite
  • Bootstrap 3.x
  • jQuery 2.x
  • jQuery UI 1.x
  • jQuery.spectrum
  • linkify-jquery
  • Remodal.js

Installation

  • Copy app.template.db and rename it to app.db
  • Open config / define.php and set the password
  • Open config / define.php and please choose a language. Change the value of "const LANG". The default is en in English. Japanese is ja.

BackUp

(Current hidden mode) When logged in, you access export.php then download the database backup (app.db)

Copyright and license

Code copyright 2017 the Web Atelier Midori Inc. Code released under the MIT License.

Donation

You can use this software for free, but I am seeking donations. https://PayPal.Me/ateliermidori/500

An explanation of Japanese

For commentary on Japanese please see [official blog] (https://web-atelier-midori.com/blog/php/1817/) (日本語の解説は 公式ブログをご覧下さい).

About

A web app that was inspired by Trello and cloned only the "Kanban" function with PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages