{"id":20082274,"url":"https://github.com/simon816/ical-bridge","last_synced_at":"2025-07-05T04:37:38.845Z","repository":{"id":145489498,"uuid":"556414641","full_name":"simon816/ical-bridge","owner":"simon816","description":"RSS-Bridge but for iCalendar","archived":false,"fork":false,"pushed_at":"2023-07-01T18:41:49.000Z","size":119,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T01:44:48.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simon816.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-10-23T19:53:20.000Z","updated_at":"2024-12-03T12:40:24.000Z","dependencies_parsed_at":"2024-11-13T21:00:49.848Z","dependency_job_id":null,"html_url":"https://github.com/simon816/ical-bridge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simon816%2Fical-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simon816%2Fical-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simon816%2Fical-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simon816%2Fical-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simon816","download_url":"https://codeload.github.com/simon816/ical-bridge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241515953,"owners_count":19975140,"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","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":[],"created_at":"2024-11-13T15:42:38.131Z","updated_at":"2025-03-02T13:42:11.440Z","avatar_url":"https://github.com/simon816.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iCal-Bridge\n\niCal-Bridge is a spin-off of the popular [RSS-Bridge](https://github.com/RSS-Bridge/rss-bridge) project aimed at generating [iCalendar](https://icalendar.org/) files for websites that don't provide them.\n\n# Installation\n\n## Requirements\n\n* PHP \u003e= 7.4\n* PHP extensions: [curl](https://www.php.net/manual/en/book.curl.php), [json](https://www.php.net/manual/en/book.json.php), [mbstring](https://www.php.net/manual/en/book.mbstring.php)\n* [Composer](https://getcomposer.org/)\n\n## Setup\n\n```bash\ncd /var/www\ngit clone https://github.com/simon816/ical-bridge.git\ncomposer install\n\n# Ensure cache directory is writable by the web server. e.g:\nchown www-data:www-data /var/www/ical-bridge/cache\n\n# Optionally copy over the default config file\ncp config.default.ini.php config.ini.php\n\n# Optionally copy over the default whitelist file\ncp whitelist.default.txt whitelist.txt\n```\n\n### With Docker\n\n```bash\n# Build image from Dockerfile\ndocker build -t ical-bridge .\n\n# Create container\ndocker create --name ical-bridge --publish 3000:80 ical-bridge\n\n# Start the container\ndocker start ical-bridge\n```\n\nBrowse http://localhost:3000/\n\n# License\n\nThis project is licensed under GPL-3.0.\n\nThird-party libraries are licensed under their own license:\n\n* [RSS-Bridge](https://github.com/RSS-Bridge/rss-bridge) - [unlicense](https://unlicense.org/)\n* [Zap Cal PHP Library](https://icalendar.org/php-library.html) - [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.html)\n* [PHP Simple HTML DOM Parser](https://sourceforge.net/projects/simplehtmldom/) - [MIT](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimon816%2Fical-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimon816%2Fical-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimon816%2Fical-bridge/lists"}