PHPackages                             ierusalim/gitget - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. ierusalim/gitget

ActiveLibrary

ierusalim/gitget
================

Tool for download repositories, foldes, files from github.

0.0.2(8y ago)020Apache-2.0PHP

Since Jun 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ierusalim/gitget)[ Packagist](https://packagist.org/packages/ierusalim/gitget)[ RSS](/packages/ierusalim-gitget/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

gitget
======

[](#gitget)

#### Simple tool for download folders from github.com

[](#simple-tool-for-download-folders-from-githubcom)

What do I do when I need to download a folder with github.com files?

I type the command line "gitget " and paste url of folder, wich I want do download.

#### How it works?

[](#how-it-works)

I have php-script packaged in gitget.phar and can use it as `php gitget.phar ...`

- **for linux** I run command `ln -s /path/gitget.phar /usr/bin/gitget`and set permission `chmod 0755 /path/gitget.phar` for enable file execution.
- **for Windows** I added the path to the gitget.bat file in PATH environment variable

These actions make it easier to call `gitget ...` from anywhere.

### Parameters

[](#parameters)

In most cases, the parameter is url for download, for example:

`gitget https://github.com/ierusalim/gitget/`

However, such a call will only show information about the repository 'ierusalim/gitget'

To download files, you must specify the path where to filed download. For example, you may specified dot for dowload files to current path:

`gitget https://github.com/ierusalim/gitget/ .`

or, you can specified any absolute path, for example:

`gitget https://github.com/ierusalim/gitget/ /var/www/vendor/`

### Console help (see src/console\_help.txt)

[](#console-help-see-srcconsole_helptxt)

If you call `gitget` without parameters, this console-help will be displayed:

```
usage: gitget  []

  - may be specified as 'user/repository' or full github url
 - [optional] path for put downloaded content.
               (do not downloads if local_path not specified)
Examples: ------------
  gitget symfony        - show list of repositories by git-user 'symfony'
  gitget laravel/lumen  - show information about repository 'laravel/lumen'
  gitget php-fig/log .  - download all files from repository 'php-fig/log'
                          to current path (from which the gitget is started)
----------------------
Local path may be dot-begin specified as ./folder for add it to current path

Can use mask with * character for specified folders, extentions, etc.

Examples: -------------
  gitget symfony/flex/*test.php ./flextst
 - download all files *test.php files from repository symfony/flex to ./flextst
  gitget symfony/flex/tests/* ./flextst
 - download all files from /tests folder of repository symfony/flex to ./flextst
-----------------------
Local path can be specified as /abspath or D:\path for Windows

Character '+' in path expanded as user/repository part of path
Examples: -------------
  gitget laravel/tinker /var/www/vendor/+
 -download all from repository laravel/tinker to /var/www/vendor/laravel/tinker/

  gitget https://github.com/laravel/tinker D:\OpenServer\vendor\+
- Same as in the previous example, but  specified as url and windpath
--------------------------------------------------------------------------------
ATTN: gitget bypasses file-by-file and it can be slow for large repositories.
if you need quick download all data from repository best to use git or composer.

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3240d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d8f053e8eb8f750c7b644613b51c876a71c931b8a1eb0f11e2b987c9275b01e?d=identicon)[ierusalim](/maintainers/ierusalim)

---

Top Contributors

[![ierusalim](https://avatars.githubusercontent.com/u/29404724?v=4)](https://github.com/ierusalim "ierusalim (21 commits)")

---

Tags

githubrepositorydownloadrepo

### Embed Badge

![Health badge](/badges/ierusalim-gitget/health.svg)

```
[![Health](https://phpackages.com/badges/ierusalim-gitget/health.svg)](https://phpackages.com/packages/ierusalim-gitget)
```

###  Alternatives

[league/commonmark

Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)

2.9k404.0M702](/packages/league-commonmark)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[ondram/ci-detector

Detect continuous integration environment and provide unified access to properties of current build

22249.4M33](/packages/ondram-ci-detector)[chellem/youtube-downloader

PHP library to download video

686.2k](/packages/chellem-youtube-downloader)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
