Skip to content
forked from lando/php

The Lando PHP plugin service.

License

Notifications You must be signed in to change notification settings

davereid-pfg/php

 
 

Repository files navigation

Lando PHP Plugin

The lando PHP plugin service.

Installation

# With npm
npm install @lando/php

# With yarn
yarn add @lando/php

Issues, Questions and Support

If you have a question or would like some community support we recommend you join us on Slack. Note that this is the Slack community for Lando but we are more than happy to help with this module as well!

If you'd like to report a bug or submit a feature request then please use the issue queue in this repo.

Changelog

We try to log all changes big and small in both THE CHANGELOG and the release notes.

Development

git clone https://github.com/lando/php.git && cd php
yarn install

If you dont' want to install Node 14 or Yarn for whatever reason you can install Lando and use that:

git clone https://github.com/lando/php.git && cd php
# Install deps and get node
lando start

# Run commands
lando node
lando yarn

Testing

# Lint the code
yarn lint

# Run unit tests
yarn test

Releasing

yarn release

Contributors

Made with contributors-img.

Other Resources

About

The Lando PHP plugin service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 80.0%
  • JavaScript 14.0%
  • Shell 3.9%
  • Smarty 2.1%