Download the PHP package absszero/phead without Composer
On this page you can find all versions of the php package absszero/phead. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package phead
phead
A PHP code generator to generate code via your LAYOUT file.
Installation
-
Install the package:
-
Set up Composer bin path:
Linux / macOS
Windows
- Right click on Start up -> System -> Advance system settings -> Environment variables -> System variables[below box] -> Select Path and click Edit.
- Click New and add this value
%USERPROFILE%\AppData\Roaming\Composer\vendor\bin
.
Usage
From Sample
Dry run
Overwrite files
Existing files will not be regenerated, you can overwrite with --force
.
Only those files
Only those file keys will be generated.
Layout
Layout file has two main parts:
$globals
: The global variables.$files
: The files for auto generation.
All versions of phead with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
symfony/console Version ^5.4 || ^7.0
symfony/yaml Version ^5.4 || ^7.0
symfony/console Version ^5.4 || ^7.0
symfony/yaml Version ^5.4 || ^7.0
The package absszero/phead contains the following files
Loading the files please wait ....