32 lines
1.4 KiB
Markdown
32 lines
1.4 KiB
Markdown
---
|
|
title: Nix for PHP Developers (and everyone else)
|
|
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
|
|
- name: unified.diff
|
|
location: Cardiff, UK
|
|
date: 2025-09-25
|
|
urls:
|
|
slides: ~
|
|
website: https://www.meetup.com/unified-diff/events/310886970
|
|
- name: TechMids Conf
|
|
location: Birmingham, UK
|
|
date: 2025-11-13
|
|
urls:
|
|
website: https://conf.techmids.org
|
|
new_events: true
|
|
---
|
|
|
|
{% block description %}
|
|
How PHP Developers (and everyone else) 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 (and anything else) 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 %}
|