Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shulard/git-service-move
Move a git project from one online service to another easily
https://github.com/shulard/git-service-move
Last synced: about 7 hours ago
JSON representation
Move a git project from one online service to another easily
- Host: GitHub
- URL: https://github.com/shulard/git-service-move
- Owner: shulard
- License: apache-2.0
- Created: 2015-10-06T21:44:42.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2015-10-07T11:08:45.000Z (about 9 years ago)
- Last Synced: 2024-11-02T01:32:34.193Z (6 days ago)
- Language: PHP
- Size: 160 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git service mover
The goal of this library is to allow moving a project from a git hosting provider
to another.For the moment, only 3 providers are managed :
* Github through : [knplabs/github-api](https://packagist.org/packages/knplabs/github-api)
* Gitlab through : [m4tthumphrey/php-gitlab-api](https://packagist.org/packages/m4tthumphrey/php-gitlab-api)
* BitBucket through : [gentle/bitbucket-api](https://packagist.org/packages/gentle/bitbucket-api)