Add PHP section (#88)

* Add composer2nix
* Add composition-c4
* Add nix-phps
This commit is contained in:
Jan Tojnar 2021-06-14 20:47:17 +02:00 committed by GitHub
parent 51ed68047c
commit 4a49d4a0ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@
* [Elm](#elm)
* [Haskell](#haskell)
* [Node.js](#nodejs)
* [PHP](#php)
* [PureScript](#purescript)
* [Python](#python)
* [Ruby](#ruby)
@ -125,6 +126,12 @@
* [node2nix](https://github.com/svanderburg/node2nix) - Generate Nix expressions from a `package.lock` npm file.
* [yarn2nix](https://github.com/nix-community/yarn2nix) - Generate Nix expressions from a `yarn.lock` file.
### PHP
* [composer2nix](https://github.com/svanderburg/composer2nix) - Generate Nix expressions to build composer packages.
* [composition-c4](https://github.com/fossar/composition-c4) - Support for building composer packages from a `composer.lock` (using IFD).
* [nix-phps](https://github.com/fossar/nix-phps) - Flake containing old and unmaintained PHP versions (intended for CI use).
### PureScript
* [Easy PureScript Nix](https://github.com/justinwoo/easy-purescript-nix) - A project to easily use PureScript and other tools with Nix.