Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
The Official Lando PHP plugin.
- Host: GitHub
- URL: https://github.com/lando/php
- Owner: lando
- License: gpl-3.0
- Created: 2021-12-13T17:45:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T07:23:57.000Z (3 months ago)
- Last Synced: 2024-10-29T21:05:33.722Z (3 months ago)
- Topics: lando, lando-plugin, lando-service, php
- Language: Dockerfile
- Homepage: https://docs.lando.dev/php
- Size: 987 KB
- Stars: 16
- Watchers: 7
- Forks: 16
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Support: docs/support.md
Awesome Lists containing this project
README
# PHP Lando Plugin
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` supportOf 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.1
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)## Contributors
Made with [contributors-img](https://contrib.rocks).
## Other Selected Resources
* [LICENSE](https://github.com/lando/php/blob/main/LICENSE.md)
* [The best professional advice ever](https://www.youtube.com/watch?v=tkBVDh7my9Q)