Download the PHP package vysokeskoly/deb-build without Composer
On this page you can find all versions of the php package vysokeskoly/deb-build. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vysokeskoly/deb-build
More information about vysokeskoly/deb-build
Files in vysokeskoly/deb-build
Download vysokeskoly/deb-build
More information about vysokeskoly/deb-build
Files in vysokeskoly/deb-build
Vendor vysokeskoly
Package deb-build
Short Description Utilities for building deb packages of PHP apps
License MIT
Package deb-build
Short Description Utilities for building deb packages of PHP apps
License MIT
Please rate this library. Is it a good library?
Informations about the package deb-build
Debian package build
Build deb package of PHP application using Robo task runner.
How to install and use
First install this package as composer dependency:
- NOTE it must NOT be installed as
--dev
dependency, as it is needed forpostinst
which is triggered on during installation on target server.
Then you can copy example RoboFile.php
:
Now just edit RoboFile.php
and resolve all TODOs
and check/edit other configuration.
Autoloading
- You can require
Tasks
andTraits
in your ownRoboFile.php
. -
Or you can use the predefined autoloader:
- It is not recommended (though it may be possible in some cases) to use
vendor/autoload.php
of your application, because it may (and most probably will) conflict withrobo.phar
inner dependencies (likeSymfony
).
Build a deb package
Build a deb package
All versions of deb-build with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-dom Version *
ext-json Version *
ext-mbstring Version *
consolidation/robo Version ^4
ext-dom Version *
ext-json Version *
ext-mbstring Version *
consolidation/robo Version ^4
The package vysokeskoly/deb-build contains the following files
Loading the files please wait ....