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.
- Host: GitHub
- URL: https://github.com/lando/php
- Owner: lando
- License: mit
- Created: 2021-12-13T17:45:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-05T14:34:39.000Z (4 months ago)
- Last Synced: 2026-03-05T17:32:52.091Z (4 months ago)
- Topics: lando, lando-plugin, lando-service, php
- Language: Dockerfile
- Homepage: https://docs.lando.dev/php
- Size: 1.32 MB
- Stars: 18
- Watchers: 6
- Forks: 18
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Support: docs/support.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# PHP Lando Plugin
[](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)