Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nazar65/guix-phps-channel
- Owner: Nazar65
- Created: 2021-12-08T08:50:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T11:18:59.000Z (8 months ago)
- Last Synced: 2024-10-12T12:22:49.252Z (3 months ago)
- Topics: composer, guix, guix-channel, guixsd, php, php-cs-fixer, php7, php72, php73, php8, php81, php82, xdebug
- Language: Scheme
- Homepage:
- Size: 188 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.org
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_srcThen run ~guix pull~ to be able to install packages.