Packeton, the open source private Composer package repository, hosting your PHP packages the moment it boots.
Packeton is a free, open source, self hosted private Composer package repository for PHP, your own private Packagist. It hosts private Composer packages, proxies and mirrors packages from public sources, integrates version control repositories over git, subversion and mercurial, and serves package metadata and zipball archives to composer clients, with per user API tokens and fine grained permissions controlling who can read and publish.
It suits development teams that want to distribute private PHP libraries internally, keep their package artifacts on infrastructure they control, and authenticate their CI systems and developers against a private repository instead of a public SaaS.
cloudimg delivers Packeton fully installed and configured as a Symfony application on nginx and PHP, backed by a local PostgreSQL database and Redis, with a background worker and cron already running, so the repository is serving the moment the instance boots. A unique administrator password, a fresh application secret and a rotated database password are generated on first boot, so no default or shared credentials ship in the image, and the database and cache are bound to localhost. Every image is paired with a step by step deploy guide and backed by 24/7 support.
Real screenshots taken while testing this image against its deployment guide.