Coder Social home page Coder Social logo

unit-php's Introduction

Custom PHP language modules for Nginx Unit on Debian

This Debian repository provides packages with custom PHP language modules for Nginx Unit built against PHP packages from deb.sury.org. I tried to make building process as transparent as possible - you can check all infrastructure related files in parent GitHub project. Repository is updated for each Nginx Unit release by manual GitHub Actions workflow run.

Currently, the following versions are supported:

  • Debian 11 Bullseye: PHP 8.0 , PHP 8.1 and PHP 8.2

How to use

  1. Ensure that apt can handle HTTPS Debian repository with GPG signing key:
apt install apt-transport-https ca-certificates gnupg
  1. Install signing key:
apt-key adv --fetch-keys https://articus.github.io/unit-php/apt.pgp
  1. Add repository list file:
#For Debian 11
echo "deb https://articus.github.io/unit-php/ bullseye main" > /etc/apt/sources.list.d/unit-php.list
echo "deb-src https://articus.github.io/unit-php/ bullseye main" >> /etc/apt/sources.list.d/unit-php.list
  1. Install corresponding Nginx Unit Debian repository and deb.sury.org Debian repository (or provide another source for similar named Nginx Unit and PHP packages)
  2. Install PHP language module package:
#For PHP 8.0
apt update
apt install unit-php8.0

#For PHP 8.1
apt update
apt install unit-php8.1

#For PHP 8.2
apt update
apt install unit-php8.2

Enjoy!

Hopefully, this repository will be useful for someone except me.

If you have any suggestions, advices, questions or fixes feel free to submit issue or pull request.

unit-php's People

Contributors

articus avatar github-actions[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

unit-php's Issues

Feature request: ubuntu support

Hi,
Thanks for providing those packages. Would it be easy to add ubuntu package generation ? I read quickly and it seems generating new docker images should be enough, but before trying to do a PR I'd rather ask your opinion

Expired key

Hello!
When I try to use your repository as described in readme.md I get an error:

GPG error: https://articus.github.io/unit-php bullseye InRelease: The following signatures were invalid: EXPKEYSIG 6F413C77C3DC4833 Arthur Mogliev <[email protected]>
#7 2.829 E: The repository 'https://articus.github.io/unit-php bullseye InRelease' is not signed.

Looks like the key has expired:

pub   rsa3072 2021-08-10 [SC] [expired: 2023-08-10]
      3933 E21C F21D A516 8776  60B9 6F41 3C77 C3DC 4833
uid           [ expired] Arthur Mogliev <[email protected]>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.