There was an error while loading. Please reload this page.
IMPORTANT phar.readonly have to be Off (or 0) in the php.ini! (On linux /etc/php/7.3/cli/php.ini)
IMPORTANT
You can build projects into a phar file!
php uppm build
main is required or the project won't be build properbly!
main
ignored_directories and ignored_files will be ignored by the builder!
ignored_directories
ignored_files
{ "name": "uppm", "version": "1.0", ... "build": { "main": "main.php", "output": "test.phar", "src": "src", "ignored_directories": [ ".idea" ], "ignored_files": [ "testfile.php" ] } }
Tip The default value of src is . (Current Directory) and the default value of output is (project name)-(version).phar
Tip
.
(project name)-(version).phar
You could also check out Ulole Framework