{"id":20084583,"url":"https://github.com/dhtmlx/scheduler-howto-php-slim","last_synced_at":"2025-10-08T16:07:28.536Z","repository":{"id":141418835,"uuid":"159519263","full_name":"DHTMLX/scheduler-howto-php-slim","owner":"DHTMLX","description":"dhtmlxScheduler RESTful API implementation using PHP/Slim framework","archived":false,"fork":false,"pushed_at":"2024-02-21T12:16:12.000Z","size":63,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-02T14:23:46.406Z","etag":null,"topics":["calendar","dhtmlx","dhtmlxscheduler","php"],"latest_commit_sha":null,"homepage":"https://docs.dhtmlx.com/scheduler/howtostart_php.html","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DHTMLX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-28T15:00:36.000Z","updated_at":"2023-09-26T11:02:57.000Z","dependencies_parsed_at":"2024-02-21T13:42:11.139Z","dependency_job_id":null,"html_url":"https://github.com/DHTMLX/scheduler-howto-php-slim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DHTMLX/scheduler-howto-php-slim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fscheduler-howto-php-slim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fscheduler-howto-php-slim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fscheduler-howto-php-slim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fscheduler-howto-php-slim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DHTMLX","download_url":"https://codeload.github.com/DHTMLX/scheduler-howto-php-slim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fscheduler-howto-php-slim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278972594,"owners_count":26078068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calendar","dhtmlx","dhtmlxscheduler","php"],"created_at":"2024-11-13T15:52:30.751Z","updated_at":"2025-10-08T16:07:28.501Z","avatar_url":"https://github.com/DHTMLX.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dhtmlxScheduler with php slim-framework\n\nImplementing backend API for dhtmlxScheduler using php Slim-framework and MySQL.\n\n## Requirements\n\n* php 5.5.0^\n* composer\n* MySQL\n\n\n## Setup\n\n* clone or download the demo\n\n```\n$ git clone https://github.com/DHTMLX/scheduler-howto-slim\n$ cd ./scheduler-howto-slim\n```\n\n* import database from mysql_dump.sql \n\n```\n$ mysql -uuser -ppass scheduler \u003c mysql_dump.sql\n```\n\n* update the db connection settings in server.js\n* install dependencies using composer\n```\n$ composer install\n```\n\n## Run\n\n### PHP built-in server\n\n`php -S localhost:8080 -t public public/index.php`\n\n### Apache configuration\n\nEnsure your .htaccess and index.php files are in the same public-accessible directory. The .htaccess file should contain this code:\n\n```\nRewriteEngine On\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule ^ index.php [QSA,L]\n```\nThis .htaccess file requires URL rewriting. Make sure to enable Apache’s mod_rewrite module and your virtual host is configured with the AllowOverride option so that the .htaccess rewrite rules can be used:\n```\nAllowOverride All\n```\n\n## References\n\n- Slim Framework https://www.slimframework.com/\n\n## Tutorial:\n\nA complete tutorial can be found here https://docs.dhtmlx.com/scheduler/howtostart_php.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhtmlx%2Fscheduler-howto-php-slim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhtmlx%2Fscheduler-howto-php-slim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhtmlx%2Fscheduler-howto-php-slim/lists"}