1
0
Fork 0

Tweak satis/toran/packagist docs

pull/3588/merge
Jordi Boggiano 2015-02-24 12:49:14 +00:00
parent c291b07abd
commit 01476214da
2 changed files with 16 additions and 8 deletions

View File

@ -533,10 +533,9 @@ There are a few tools that can help you create a `composer` repository.
### Packagist ### Packagist
The underlying application used by packagist is open source. This means that you The underlying application used by packagist is open source. This means that you
can just install your own copy of packagist, re-brand, and use it. It's really can technically install your own copy of packagist. However it is not a
quite straight-forward to do. However due to its size and complexity, for most supported use case and changes will happen without caring for third parties
small and medium sized companies willing to track a few packages will be better using the code.
off using Satis.
Packagist is a Symfony2 application, and it is [available on Packagist is a Symfony2 application, and it is [available on
GitHub](https://github.com/composer/packagist). It uses composer internally and GitHub](https://github.com/composer/packagist). It uses composer internally and
@ -544,8 +543,11 @@ 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 of all VCS packages, periodically re-crawls them, and exposes them as a composer
repository. repository.
To set your own copy, simply follow the instructions from the [packagist ### Toran Proxy
github repository](https://github.com/composer/packagist).
[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

View File

@ -6,9 +6,15 @@
# Toran Proxy # Toran Proxy
[Toran Proxy](https://toranproxy.com/) is a commercial alternative to Satis offering professional support as well as a web UI to manage everything and a better integration with Composer. [Toran Proxy](https://toranproxy.com/) is a commercial alternative to Satis
offering professional support as well as a web UI to manage everything and a
better integration with Composer. It also provides proxying/mirroring for git
repos and package zip files which makes installs faster and independent from
third party systems.
Toran's revenue is also used to pay for Composer and Packagist development and hosting so using it is a good way to support open source financially. You can find more information about how to set it up and use it on the [Toran Proxy](https://toranproxy.com/) website. Toran's revenue is also used to pay for Composer and Packagist development and
hosting so using it is a good way to support open source financially. You can
find more information about how to set it up and use it on the [Toran Proxy](https://toranproxy.com/) website.
# Satis # Satis