Download the PHP package damascene/repos-downloader without Composer

On this page you can find all versions of the php package damascene/repos-downloader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package repos-downloader

GitHub Repos Downloader

a fun project to download a full list of all the public repos for a github user

This project has only one main idea is to download all the public repos for specific github user.

Requirements

  1. PHP 7.2
  2. Composer
  3. Git

Installation

  1. Clone the repository

  2. Run Composer

Global Installation

If you want you can install the package globally using composer

Using PHAR file

You have to download the phar file from the releases tab

Usage cases

  1. Run the clone command

First you need to decide which user's repositories you want to clone Second run the command (if you have clone it you should run the command from within the directory):

Replace the user with the user name and directory with the directoy you want to have all your data, for example the following command will clone all the public repositories for illuminate on my desktop on a directory called testing-global if this directory is not exists, it will be auto created.

[]

Why

To be honest I just built this so that I can download all the public repos without going over each and every one to clone them one by one. So this is only built for educational purpose, for example, in the next few months am planning to dive more into Illuminate packages, so this will help me to download them all not one by one.

TODO

Add the ability to pull the new updates instead of reclone them again.


All versions of repos-downloader with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2
guzzlehttp/guzzle Version ^6.3
symfony/console Version ^4.0
symfony/finder Version ^4.0
symfony/process Version ^4.0
symfony/filesystem Version ^4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package damascene/repos-downloader contains the following files

Loading the files please wait ....