\documentclass{article} \usepackage[a4paper]{geometry} \title{ GitLab → Packagist } \author{ Sam Wilson } \date{ 2022 May 19 (Thursday), 3:17AM } \begin{document} \maketitle \tableofcontents I've been wondering for a while how it'd be setting up a package on Packagist from Wikimedia's GitLab… turns out it's incredibly simple, and we now have wikimedia/toolforge-skeleton\footnote{\url{https://packagist.org/packages/wikimedia/toolforge-skeleton}} added and working! There's still more to be done on it, but hopefully it'll make it super quick to bootstrap the development of new PHP tools. \end{document}