This is a private Composer repository.
To use it, you have to add this repository to your composer.json file.
Add this Composer
repository to your project's composer.json
file, then you can require these private packages just like you would with
one from Packagist.
{
"repositories": [{
"type": "composer",
"url": "https://[username]:[password]@satis.cybercoder.site"
}]
}
NOTE: There are other way to configure Basic Auth described in Composer Documentation
Packages hosted here are private and cannot be downloaded without proper authentication.
Using composer to download packages, and make sure to specify the --prefer-dist option.
If --prefer-dist is not specify composer will try to pull packages from their repositories to which you, most likely, do not have access to (since they are private).
All packages in this repository are crawled every 20 minutes for new updates and releases.
Click on an individual package's release version to get a snippet of code for your project's dependencies.
Read more on how to handle composer private packages.
Easily implement health reporting in your project
Easily entity changes logging in your project
A simple task queue for Symfony project
Compilation of tools to assist with deployment of GHCM applications
Frequently used form plugins for Symfony project
Miscellaneous Tools and Helpers
Small extras for Doctrine ORM
Simple Entity integration with Amazon S3 to automate file uploads
This Composer repository is powered by Satis