{"id":36374974,"url":"https://github.com/kkamara/php-github-to-bitbucket-backup-repo-updater","last_synced_at":"2026-01-11T14:46:38.197Z","repository":{"id":191425318,"uuid":"684699174","full_name":"kkamara/php-github-to-bitbucket-backup-repo-updater","owner":"kkamara","description":" :computer: (29-Aug-2023) (Download) Compatible with Windows, MacOS \u0026 Linux. https://packagist.org/packages/kkamara/php-github-to-bitbucket-backup-repo-updater","archived":false,"fork":false,"pushed_at":"2025-01-20T06:53:47.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T07:10:49.283Z","etag":null,"topics":["binary","bitbucket","cli-tool","github","migrations","updater","vc","version-control"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kkamara.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":"2023-08-29T17:10:09.000Z","updated_at":"2025-01-20T06:53:48.000Z","dependencies_parsed_at":"2023-08-29T21:59:51.378Z","dependency_job_id":"827ff14a-201c-42f7-af8d-5fd2292464b6","html_url":"https://github.com/kkamara/php-github-to-bitbucket-backup-repo-updater","commit_stats":null,"previous_names":["kkamara/ghbbupdater","kkamara/php-github-to-bitbucket-backup-repo-updater"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kkamara/php-github-to-bitbucket-backup-repo-updater","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkamara%2Fphp-github-to-bitbucket-backup-repo-updater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkamara%2Fphp-github-to-bitbucket-backup-repo-updater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkamara%2Fphp-github-to-bitbucket-backup-repo-updater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkamara%2Fphp-github-to-bitbucket-backup-repo-updater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkamara","download_url":"https://codeload.github.com/kkamara/php-github-to-bitbucket-backup-repo-updater/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkamara%2Fphp-github-to-bitbucket-backup-repo-updater/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28308387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:27:22.573Z","status":"ssl_error","status_checked_at":"2026-01-11T14:27:21.986Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["binary","bitbucket","cli-tool","github","migrations","updater","vc","version-control"],"created_at":"2026-01-11T14:46:37.546Z","updated_at":"2026-01-11T14:46:38.191Z","avatar_url":"https://github.com/kkamara.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://github.com/kkamara/useful/raw/main/MainClass.png\" alt=\"MainClass.png\" width=\"\"/\u003e\n\n# php-github-to-bitbucket-backup-repo-updater\n\n:computer: (29-Aug-2023) Compatible with Windows, MacOS \u0026 Linux.\n\n## Quickstart\n\n```bash\ngit clone https://github.com/kkamara/php-github-to-bitbucket-backup-repo-updater\ncd php-github-to-bitbucket-backup-repo-updater\n# Update config.json in your php-github-to-bitbucket-backup-repo-updater directory.\ncomposer i\ncomposer start\n```\n\n## Installation\n\n* [PHP and MySQL](https://www.apachefriends.org/download.html)\n* [Composer](https://getcomposer.org/)\n\nIf you're using Docker make sure you have [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) installed.\n\nUpdate `config.json` with your github and bitbucket remote urls for your repos.\n\n```json\n{\n  \"repos\": {\n    \"kelvinkamara.com\": {\n      \"github\": {\n        \"origin\": \"https://github.com/kkamara/kelvinkamara.com\",\n        \"branch\": \"main\"\n      },\n      \"bitbucket\": {\n        \"origin\": \"git@bitbucket.org:kkamara2/kelvinkamara.com\",\n        \"branch\": \"main\"\n      }\n    }\n  }\n}\n```\n\n```bash\ngit clone https://github.com/kkamara/php-github-to-bitbucket-backup-repo-updater\ncd php-github-to-bitbucket-backup-repo-updater\n# composer install\ncomposer i\n```\n\n## Usage\n\n```bash\n# php src/MainClass.php\ncomposer start\n```\n\n## Using Linux with Docker?\n\n```bash\nmake start # build \u0026 run your script\nmake stop  # stop your docker container\n```\n\n## Using Windows with Docker?\n\n```bash\n.\\ps\\run.ps1 start # build \u0026 run your script\n.\\ps\\run.ps1 stop  # stop your docker container\n```\n\n## Misc\n\n[See Github to Bitbucket Backup Repo Updater](https://github.com/kkamara/nodejs-github-to-bitbucket-backup-repo-updater) made with NodeJS.\n\n[See PHP ReactJS Boilerplate](https://github.com/kkamara/php-reactjs-boilerplate).\n\n[See ReactJS Boilerplate](https://github.com/kkamara/reactjs-boilerplate).\n\n[See PHP Scraper](https://github.com/kkamara/php-scraper).\n\n[See NodeJS ReactJS Boilerplate](https://github.com/kkamara/nodejs-reactjs-boilerplate).\n\n[PHP Docker Skeleton](https://github.com/kkamara/php-docker-skeleton).\n\n[Python Docker Skeleton](https://github.com/kkamara/python-docker-skeleton).\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n[BSD](https://opensource.org/licenses/BSD-3-Clause)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkamara%2Fphp-github-to-bitbucket-backup-repo-updater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkamara%2Fphp-github-to-bitbucket-backup-repo-updater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkamara%2Fphp-github-to-bitbucket-backup-repo-updater/lists"}