An open API service indexing awesome lists of open source software.

https://github.com/lando/php

The Official Lando PHP plugin.
https://github.com/lando/php

lando lando-plugin lando-service php

Last synced: 4 months ago
JSON representation

The Official Lando PHP plugin.

Awesome Lists containing this project

README

          

# PHP Lando Plugin

[![Build PHP Images](https://github.com/lando/php/actions/workflows/build-php-images.yml/badge.svg)](https://github.com/lando/php/actions/workflows/build-php-images.yml)

This is the _official_ [Lando](https://lando.dev) plugin for [PHP](https://php.net). When installed it...

* Allows users to run various `php` versions
* Serves applications over `nginx` or `apache`
* Runs in `cli` mode
* Comes with easy `composer` support

Of course, once a user is running their PHP project with Lando they can take advantage of [all the other awesome development features](https://docs.lando.dev) Lando provides.

## Basic Usage

Add a `php` service to your Landofile

```yaml
services:
myservice:
type: php:8.5
via: nginx
webroot: www
```

For more info you should check out the [docs](https://docs.lando.dev/php):

* [Getting Started](https://docs.lando.dev/php/)
* [Configuration](https://docs.lando.dev/php/config.html)
* [Guides](https://docs.lando.dev/php/accessing-logs.html)
* [Examples](https://github.com/lando/php/tree/main/examples)
* [Development](https://docs.lando.dev/php/development.html)

## Issues, Questions and Support

If you have a question or would like some community support we recommend you [join us on Slack](https://launchpass.com/devwithlando).

If you'd like to report a bug or submit a feature request then please [use the issue queue](https://github.com/lando/php/issues/new/choose) in this repo.

## Changelog

We try to log all changes big and small in both [THE CHANGELOG](https://github.com/lando/php/blob/main/CHANGELOG.md) and the [release notes](https://github.com/lando/php/releases).

## Maintainers

* [@pirog](https://github.com/pirog)
* [@reynoldsalec](https://github.com/reynoldsalec)
* [@aaronfeledy](https://github.com/AaronFeledy)

## Contributors



Made with [contributors-img](https://contrib.rocks).

## Other Selected Resources

* [LICENSE](/LICENSE)
* [TERMS OF USE](https://docs.lando.dev/terms)
* [PRIVACY POLICY](https://docs.lando.dev/privacy)
* [CODE OF CONDUCT](https://docs.lando.dev/coc)