Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikiakira/php-simple-kanban
A web app that was inspired by Trello and cloned only the "Kanban" function with PHP
https://github.com/mikiakira/php-simple-kanban
Last synced: 3 months ago
JSON representation
A web app that was inspired by Trello and cloned only the "Kanban" function with PHP
- Host: GitHub
- URL: https://github.com/mikiakira/php-simple-kanban
- Owner: mikiakira
- Created: 2017-01-24T08:34:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T09:27:57.000Z (about 2 years ago)
- Last Synced: 2024-05-29T08:11:35.329Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 154 KB
- Stars: 56
- Watchers: 5
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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/)
(日本語の解説は [公式ブログ](https://web-atelier-midori.com/blog/php/1817/)をご覧下さい).