https://github.com/dhtmlx/scheduler-howto-php-connector
dhtmlxScheduler with PHP backend using DHTMLXConnector library
https://github.com/dhtmlx/scheduler-howto-php-connector
Last synced: 11 months ago
JSON representation
dhtmlxScheduler with PHP backend using DHTMLXConnector library
- Host: GitHub
- URL: https://github.com/dhtmlx/scheduler-howto-php-connector
- Owner: DHTMLX
- Created: 2019-11-26T14:42:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T14:47:47.000Z (about 6 years ago)
- Last Synced: 2025-01-13T02:12:40.096Z (about 1 year ago)
- Language: PHP
- Size: 82 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dhtmlxScheduler with PHP Connector library
Quick-start example using [DHTMLX Connector library for PHP](https://github.com/DHTMLX/connector-php).
## Requirements
- Web server that supports php (apache, nginx, php-fpm, build-in php server, etc)
- MySql
- PHP 5.4+ with **php_pdo** extension installed
How to install **php_pdo**: https://www.php.net/manual/en/pdo.installation.php
## Setup
- clone or download the repository into the root folder of your web server (e.g. `htdocs` for Apache)
```
$ git clone git@github.com:DHTMLX/scheduler-howto-php-connector.git
$ cd ./scheduler-howto-php-connector
```
- import database from **mysql_dump.sql**
- update db connection settings in data/config.php
- open `http://localhost/scheduler-howto-php-connector`
## Links
- Tutorial: https://docs.dhtmlx.com/scheduler/howtostart_connector.html
- This repository contains a copy of [DHTMLX Connector library for PHP](https://github.com/DHTMLX/connector-php)