Docker - Run/Refactor PHP code from a web interface

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Run-PHP-Code

    This script gives you the ability to quickly test snippets of PHP code locally.

  • To execute the code to see where the problem is before fixing it, I have been using the Run-PHP-Code tool for a few years but it does not meet the need for reformatting (php-cs-fixer / php code-beautifier) or refactoring (rector). Second disadvantage here (since I don't trust the PHP code), Run-PHP-Code is running on my localhost i.e. on my machine and that can represent a risk (creation/deletion of files, ...). The ideal is to execute the code in a sandbox.

  • PHP CS Fixer

    A tool to automatically fix PHP Coding Standards issues

  • To execute the code to see where the problem is before fixing it, I have been using the Run-PHP-Code tool for a few years but it does not meet the need for reformatting (php-cs-fixer / php code-beautifier) or refactoring (rector). Second disadvantage here (since I don't trust the PHP code), Run-PHP-Code is running on my localhost i.e. on my machine and that can represent a risk (creation/deletion of files, ...). The ideal is to execute the code in a sandbox.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • PHP Code Sniffer

    PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.

  • To execute the code to see where the problem is before fixing it, I have been using the Run-PHP-Code tool for a few years but it does not meet the need for reformatting (php-cs-fixer / php code-beautifier) or refactoring (rector). Second disadvantage here (since I don't trust the PHP code), Run-PHP-Code is running on my localhost i.e. on my machine and that can represent a risk (creation/deletion of files, ...). The ideal is to execute the code in a sandbox.

  • Rector

    Instant Upgrades and Automated Refactoring of any PHP 5.3+ code

  • To execute the code to see where the problem is before fixing it, I have been using the Run-PHP-Code tool for a few years but it does not meet the need for reformatting (php-cs-fixer / php code-beautifier) or refactoring (rector). Second disadvantage here (since I don't trust the PHP code), Run-PHP-Code is running on my localhost i.e. on my machine and that can represent a risk (creation/deletion of files, ...). The ideal is to execute the code in a sandbox.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Code analysis tools to help with upgrading an app to a newer PHP version?

    5 projects | /r/PHP | 2 Mar 2021
  • Rector keeps your PHP code base fresh and perfect

    2 projects | dev.to | 15 Mar 2024
  • Avoiding empty() in PHP

    4 projects | /r/PHP | 11 May 2023
  • 7.4 to 8.x upgrade help

    2 projects | /r/PHP | 29 Apr 2023
  • Upgrade your project to PHP 8.2 with Rector

    2 projects | dev.to | 18 Mar 2023