Update private package hosting docs
parent
37bbf1a7c9
commit
173a601d27
|
@ -1,20 +1,24 @@
|
||||||
<!--
|
<!--
|
||||||
tagline: Host your own composer repository
|
tagline: Hosting and installing private Composer packages
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Handling private packages with Satis or Toran Proxy
|
# Handling private packages
|
||||||
|
|
||||||
# Toran Proxy
|
# Private Packagist
|
||||||
|
|
||||||
[Toran Proxy] is a commercial alternative to Satis offering professional
|
[Private Packagist](https://packagist.com) is a commercial package hosting product
|
||||||
support as well as a web UI to manage everything and a better integration with
|
offering professional support as well as a web UI to manage everything and a
|
||||||
Composer. It also provides proxying/mirroring for git repos and package zip
|
better integration with Composer. It also provides mirroring for packages' zip
|
||||||
files which makes installs faster and independent from third party systems.
|
files which makes installs faster and independent from third party systems - e.g.
|
||||||
|
you can still deploy if GitHub is down as we have your zip files mirrored.
|
||||||
|
|
||||||
Toran's revenue is also used to pay for Composer and Packagist development and
|
It is also provided as either a hosted solution or on-premise self-hosted
|
||||||
hosting so using it is a good way to support open source financially. You can
|
solution, providing an easy set up experience to all.
|
||||||
find more information about how to set it up and use it on the [Toran Proxy]
|
|
||||||
website.
|
Private Packagist's revenue is also used to pay for Composer and Packagist.org
|
||||||
|
development and hosting so using it is a good way to support the open source
|
||||||
|
part of this project financially. You can find more information about how to
|
||||||
|
set it up and use it on the [Packagist.com](https://packagist.com).
|
||||||
|
|
||||||
# Satis
|
# Satis
|
||||||
|
|
||||||
|
@ -333,7 +337,6 @@ is set to true.
|
||||||
user installs a package. See [notify-batch].
|
user installs a package. See [notify-batch].
|
||||||
|
|
||||||
|
|
||||||
[Toran Proxy]: https://toranproxy.com/
|
|
||||||
[ssh2 context options]: https://www.php.net/manual/en/wrappers.ssh2.php#refsect1-wrappers.ssh2-options
|
[ssh2 context options]: https://www.php.net/manual/en/wrappers.ssh2.php#refsect1-wrappers.ssh2-options
|
||||||
[ssl context options]: https://www.php.net/manual/en/context.ssl.php
|
[ssl context options]: https://www.php.net/manual/en/context.ssl.php
|
||||||
[Twig]: http://twig.sensiolabs.org/
|
[Twig]: http://twig.sensiolabs.org/
|
||||||
|
|
Loading…
Reference in New Issue