https://github.com/dhtmlx/gantt-howto-php
Simple backend for dhtmlxGantt using Slim-framework and PDO
https://github.com/dhtmlx/gantt-howto-php
dhtmlx dhtmlxgantt gantt-chart php
Last synced: 5 months ago
JSON representation
Simple backend for dhtmlxGantt using Slim-framework and PDO
- Host: GitHub
- URL: https://github.com/dhtmlx/gantt-howto-php
- Owner: DHTMLX
- Created: 2017-11-16T08:01:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T14:39:03.000Z (over 2 years ago)
- Last Synced: 2025-05-06T01:37:45.985Z (9 months ago)
- Topics: dhtmlx, dhtmlxgantt, gantt-chart, php
- Language: PHP
- Homepage: https://docs.dhtmlx.com/gantt/desktop__howtostart_php.html
- Size: 67.4 KB
- Stars: 5
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dhtmlxGantt with PHP backend
------------
Implementing backend for dhtmlxGantt using Slim-framework and PDO
### Requirements
- PHP 5.6+
- [Composer](https://getcomposer.org/)
- MySQL
### Setup
1. Create database and import **schema.sql**
2. Update connection settings in **app/gantt.php**
3. run `composer install`
### Run
- `php -S 0.0.0.0:8080 -t public public/index.php`
### Run with Docker
- `docker-compose up -d`
- http://localhost:8080 in your browser.
### Tutorial
A complete tutorial here https://docs.dhtmlx.com/gantt/desktop__howtostart_php.html