This package browser is in early development. Mind the rough edges.

php

PHP programming language

PHP (PHP Hypertext Processor) is a server-side (CGI) scripting language designed primarily for web development but is also used as a general-purpose programming language. PHP code may be embedded into HTML code, or it can be used in combination with various web template systems, web content management systems and web frameworks.

Installation

Install the latest version of php as follows:

guix install php

Or install a particular version:

guix install php@8.3.26

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of php about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/php'><img src='https://packages.guix.gnu.org/packages/php/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/php/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/php)

Example Org:

[[https://packages.guix.gnu.org/packages/php][https://packages.guix.gnu.org/packages/php/badges/latest-version.svg]]