oliverdavies.uk/source/_presentations/nix-for-php-developers.md

21 lines
1 KiB
Markdown

---
title: Nix for PHP Developers
events:
- name: PHP Thames Valley
location: Reading, UK
date: 2025-08-20
urls:
slides: /files/presentations/nix-php-developers/php-thames-valley.pdf
website: https://www.eventbrite.co.uk/e/php-thames-valley-oxfordshire-and-berkshire-3-x-speakers-networking-tickets-1512713198899
new_events: true
---
{% block description %}
How PHP Developers can use Nix to create robust and reproducible environments and replace tools like Docker and Vagrant.
{% endblock %}
{% block abstract %}
[Nix](https://nixos.org) is a package manager with more than 120,000 packages, an operating system with more than 20,000 options, and a build tool for creating reproducible and reliable software that works the same for everyone, every time.
In this talk, Oliver will explain what Nix is, show how to create development shells for PHP that mean you no longer need to use containers or virtual machines, and how to package PHP applications that are easy to deploy and distribute.
{% endblock %}