Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nazar65/guix-phps-channel

This repository (should) contains all php's packages (for the Guix OS) that required for the php development.
https://github.com/nazar65/guix-phps-channel

composer guix guix-channel guixsd php php-cs-fixer php7 php72 php73 php8 php81 php82 xdebug

Last synced: 3 months ago
JSON representation

This repository (should) contains all php's packages (for the Guix OS) that required for the php development.

Awesome Lists containing this project

README

        

* guix-phps-channel
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 [email protected]

** list of packages

1. Guix php's verions php70,php72,php73,php74,php81
3. Guix composer
4. Guix php xdebug
5. Guix php-cs-fixer

** Usage
To use this channel, add to your ~/.config/guix/channels.scm:
#+begin_src scheme
(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)
#+end_src

Then run ~guix pull~ to be able to install packages.