Tag: #package-management
How do I release a PHP Composer package?
To release a PHP Composer package, create a GitHub repo, add a
composer.json
file, submit the package to Packagist.org, and tag a stable version. Then Composer users can require your package. 2017-11-06Nix by example, Part 1: The Nix expression language
Nix is a functional programming language used for package management. We see the Nix expression language, including strings, primitives, operators, functions, let expressions, and conditionals. 2014-09-28
All content copyright James Fisher.