Skip to content
forked from opencodeco/phpctl

🐳 It is a Docker (containers) based development environment for PHP 🐘

License

Notifications You must be signed in to change notification settings

rafa-slv/phpctl

 
 

Repository files navigation

phpctl logo

phpctl phpctl docker badge phpctl docker badge phpctl frankenphp badge

🐳 A Docker-based development environment for PHP 🐘

Heavily inspired by opencodeco/hfctl.

Open in GitHub Codespaces

Frictionless PHP Development

Seamlessly run and switch between different versions of PHP, with different installed extensions, thanks to the power of containers. Take the advantage of goodie commands like phpctl create to start a new project, phpctl repl to start a REPL, phpctl init to initialize a new configuration file and a lot more.

Just install

/bin/bash -c "$(curl -fsSL https://phpctl.dev/install.sh)"

And that is it!

Try it out:

phpctl doctor
php --version
composer --version

Using Dev Containers? We have a pre-built image:

{
  "image": "opencodeco/phpctl:php83-devcontainer"
}

In fact, we use it ourselves to develop phpctl itself: devcontainer.json.

Getting started

Contributing

Click here to read the contributing guidelines.

About

🐳 It is a Docker (containers) based development environment for PHP 🐘

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 91.3%
  • PHP 4.0%
  • Dockerfile 3.9%
  • Makefile 0.8%