2
1 Comment

Introducing PHPSandbox – An Online code sandbox for PHP with Composer support

https://phpsandbox.io
submitted this linkon July 8, 2020
  1. 1

    Hello Hackers,

    I'm `Bosun, I just released v3.0.0 of PHPSandbox 🎉 - An online Code sandboxing tool for PHP.

    I’m very excited to finally share PHPSandbox with everyone here and look forward to seeing it help people.

    I first saw the importance of having a tool like PHPSandbox while being an instructor teaching PHP to students in my local community (somewhere in Nigeria). We find it very difficult to set up working environments for students with low-end PCs for PHP Development. This was a great distraction for the students and I, knowing we have to battle getting all of my students set up for the training.

    Secondly, as someone who created some composer packages, I wanted a quick way for people who want to use my packages to play with the package and see how it works without installing it in their workspace.

    I started creating PHPSandbox to help solve these two problems.

    With PHPSandbox, you have access to a real environment, composer packages and even GitHub. You can also embed your projects in the documentation or on Webpages if you're a package creator.

    ✓ Hit up https://phpsandbox.io to create your first Notebook.
    ✓ Access Documentation here: https://docs.phpsandbox.io
    ✓ Need help? Join Discord here: https://discord.gg/w46CNFP

    Go build something awesome!