Simple PHP Application That Can Clone All Github Repo in your local
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dynamic Readme f0b0f77cae
💬 - File Rebuilt | Github Action Runner : 1
3 years ago
.github/workflows 💬 - Files Synced | Github Action Runner : 45 | Triggered By varunsridharan/.workflows@d57413f8a249f755f5a2f4915d22049744ca419b 3 years ago
vendor Add files via upload 4 years ago
CHANGELOG.md Updated README.md 4 years ago
LICENSE Create LICENSE 3 years ago
README.md 💬 - File Rebuilt | Github Action Runner : 1 3 years ago
cloneall.php Updated. 4 years ago
composer.json Add files via upload 4 years ago
composer.lock Add files via upload 4 years ago
scopes.jpg [ImgBot] Optimize images 4 years ago

README.md

Bulk Git Clone

This is a simple PHP Script which can clone all your github repo into local.

🤔 Why ?

Well i have around 150+ repositories in personal account and 200+ in organization accounts

and i found it consuming to clone each of them manually.

so i created a PHP script which can do it for me with the help of Github API

🚀 Usage

Step 1

clone this into your local / download this repo

Step 2

Create a Personal Access Token with 👇 Scopes scopes.jpg

Step 3

Run PHP script using the 👇 CMD

php cloneall.php {your-personal-github-token}

With Custom Location To Save Your Repositories

php cloneall.php {your-personal-github-token} /home/your-location/path/

📝 Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Checkout CHANGELOG.md

🤝 Contributing

If you would like to help, please take a look at the list of issues.

📜 License & Conduct

📣 Feedback

  • This repository if this project helped you! 😉
  • Create An 🔧 Issue if you need help / found a bug

💰 Sponsor

I fell in love with open-source in 2013 and there has been no looking back since! You can read more about me here. If you, or your company, use any of my projects or like what Im doing, kindly consider backing me. I'm in this for the long run.

  • How about we get to know each other over coffee? Buy me a cup for just $9.99
  • How about buying me just 2 cups of coffee each month? You can do that for as little as $9.99
  • 🔰 We love bettering open-source projects. Support 1-hour of open-source maintenance for $24.99 one-time?
  • 🚀 Love open-source tools? Me too! How about supporting one hour of open-source development for just $49.99 one-time ?

Connect & Say 👋


Built With ♥ By Varun Sridharan