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.
- Versions: 8.3.26
- Website: https://www.php.net/
- Licenses: Expat · FreeBSD · LGPL 2.1 · LGPL 2.1+ · non-copyleft · non-copyleft
- Package source: gnu/packages/php.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]