tasks.php alternatives and similar software solutions
Based on the "Task management/To-do lists" category.
Alternatively, view tasks.php alternatives based on common mentions on social networks and blogs.
-
Wekan
The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only. -
TaskBoard
A Kanban-inspired app for keeping track of things that need to get done. (Don't forget to read the Wiki page!) -
Crepido
Create (kanban) boards to track users and projects from flat markdown files. Supports multiple projects, timers, progress bars, collapsible sections and custom colors. -
Wheatbin
Wheatbin is project management software that combines Kanban methodology with the Law of the Harvest. -
Kanbana
Kanbana allows you to create boards to track users and projects from flat markdown files using Kanban boards. -
Taskwarrior
Taskwarrior is Free and Open Source Software that manages your TODO list from your command line. It is flexible, fast, efficient, and unobtrusive. It does its job then gets out of your way.
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of tasks.php or a related project?
README
PHP Task/Todo list by Raymii.org
Info
This is a task/todo list written in PHP.
It uses a JSON text file for the tasks, and the visual side is created with the HTML5 Kickstart framework by Joshua Gatcke.
Why use this over something like remember the milk, wunderlist or any other cloud service?
- No ads
- Nobody selling your data
- Nobody monitoring your activity
- Data is easy to get out (no vendor lock-in) and to backup.
- Offline mode? Host it on your local machine with a LAMP/WAMP/MAMP server.
- Sync? Use a syncing service on the hosts (owncloud and sparkleshare are quite good) and point the program to a json file in that folder.
- Offline sync? Combine above 2 points, or put the software in a git, svn or other version control system repo.
Changelog
v0.0.2
- Task can now have priorities
- Task can now have a due date
- Thrash bin for deleted tasks is added
- Task list is now sortable
- Layout change, more space for tasks
- Days left / days late is now shown
- i18n added, ships with dutch and english by default.
v0.0.1
- Initial release
- Add tasks
- Remove tasks
- Edit tasks
- Finished tasks
Features
- Add/Remove/Update tasks
- Prioritize tasks
- Due date on tasks, time left/late shown.
- Trash bin for deleted tasks
- No database required
- i18n (Dutch and engish by default).
Download
Either git clone the github repo:
git clone git://github.com/RaymiiOrg/tasks.php.git
Or download the zipfile from github:
https://github.com/RaymiiOrg/tasks.php/zipball/master
Or download the zipfile from Raymii.org
https://raymii.org/cms/content/downloads/tasks.php-0.0.2.zip
Install
Unzip the file and upload to the web-directory (public_html, /var/www/, /srv/httpd etc..) and make sure that the webserver can write to the json file (chown www-data:www-data task.json or chmow 777 task.json).
License
see license.txt.
Links
Raymii.org: https://raymii.org/cms/ HTML5 Kickstart: https://github.com/joshuagatcke/HTML-KickStart
*Note that all licence references and agreements mentioned in the tasks.php README section above
are relevant to that project's source code only.