This repository (should) contains all php’s packagaes (for the Guix OS) that required for the php development. If some of them missing, please contact me via email nazarn96@gmail.com
- Guix php’s verions php70,php72,php73,php74,php81
- Guix composer
- Guix php xdebug
- Guix php-cs-fixer
To use this channel, add to your ~/.config/guix/channels.scm:
(cons* (channel
(name 'guix-phps)
(branch "master")
(url "https://github.com/Nazar65/guix-phps-channel")
(introduction
(make-channel-introduction
"4e547cbb9391b5fe1b2a9fbc5efa4d5bec2d646f"
(openpgp-fingerprint
"4441 0743 6E32 EE9F F20A 753F B510 AA5B 74EA F294"))))
%default-channels)
Then run guix pull
to be able to install packages.