|
@@ -56,6 +56,9 @@
|
|
|
<h3>Publish It</h3>
|
|
|
<p><a href="{{ path('hwi_oauth_connect') }}">Login</a> or <a href="{{ path('fos_user_registration_register') }}">register</a> on this site, then hit the <a href="{{ path('submit') }}">submit</a> button in the menu.</p>
|
|
|
<p>Once you entered your public repository URL in there, your package will be automatically crawled periodically. You just have to make sure you keep the composer.json file up to date.</p>
|
|
|
+
|
|
|
+ <h3>Sharing Private Code</h3>
|
|
|
+ <p>Use <a href="https://packagist.com">Private Packagist</a> if you want to share private code as a Composer package with colleagues or customers without publishing it for everyone on Packagist.org. Private Packagist allows you to manage your own private Composer repository with per-user authentication, team management and integration in version control systems.</p>
|
|
|
</div>
|
|
|
</section>
|
|
|
</section>
|