1
0
Fork 0

More doc updates

pull/6017/head
Jordi Boggiano 2016-12-29 18:12:21 +01:00
parent fdd63de8ac
commit 77ad36c067
1 changed files with 7 additions and 20 deletions

View File

@ -509,26 +509,13 @@ recommended, which provides the best performance.
There are a few tools that can help you create a `composer` repository. There are a few tools that can help you create a `composer` repository.
### Packagist ### Private Packagist
The underlying application used by packagist is open source. This means that [Private Packagist](https://packagist.com/) is a hosted or self-hosted
you can technically install your own copy of packagist. However it is not a application providing private package hosting as well as mirroring of
supported use case and changes will happen without caring for third parties GitHub, Packagist.org and other package repositories.
using the code.
Packagist is a Symfony2 application, and it is [available on Check out [Packagist.com](https://packagist.com/) for more information.
GitHub](https://github.com/composer/packagist). It uses Composer internally and
acts as a proxy between VCS repositories and the Composer users. It holds a
list of all VCS packages, periodically re-crawls them, and exposes them as a
Composer repository.
### Toran Proxy
[Toran Proxy](https://toranproxy.com/) is a web app much like Packagist but
providing private package hosting as well as mirroring/proxying of GitHub and
packagist.org. Check its homepage and the [Satis/Toran Proxy
article](articles/handling-private-packages-with-satis.md) for more
information.
### Satis ### Satis
@ -653,9 +640,9 @@ variables are parsed in both Windows and Linux/Mac notations. For example
> **Note:** Repository paths can also contain wildcards like ``*`` and ``?``. > **Note:** Repository paths can also contain wildcards like ``*`` and ``?``.
> For details, see the [PHP glob function](http://php.net/glob). > For details, see the [PHP glob function](http://php.net/glob).
## Disabling Packagist ## Disabling Packagist.org
You can disable the default Packagist repository by adding this to your You can disable the default Packagist.org repository by adding this to your
`composer.json`: `composer.json`:
```json ```json