@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
phorge
phabricator
1You can add `.php` files to this directory to load classes and functions defined
2in them at runtime.
3
4Any such files are loaded automatically and unconditionally, without the need
5to `arc liberate` first to update a library map. You can also extend Phorge by
6creating a separate library, storing it somewhere else, and adding it to the
7`load-libraries` key in configuration.
8
9See more documentation on how extensions work at
10https://we.phorge.it/w/docs/extensions/install/