Connect DebugPHP with your development ecosystem: CLI, IDEs, CICD pipelines, and more.
Automate security scans and debugging in your CI/CD pipeline with our GitHub Action.
.github/workflows/debug.yaml
name: DebugPHP Security Scan
on:
push:
branches: [ "main" ]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: DebugPHP Security Scan
env:
DEBUGPHP_TOKEN: ${{ secrets.DEBUGPHP_TOKEN }}
run: |
curl -X POST https://api.debug.php/scan \
-H "Authorization: $DEBUGPHP_TOKEN" \
-H "Content-Type: application/json" \
-d "{\"path\": \"./\"}"
Real-time debugging, linter integration, and variable inspection in your favorite IDE.
Scan projects or debug specific files using the command-line interface.
debugphp scan ./
npm install -g debugphp
debugphp --version
DEBUGPHP_TOKEN=your_api_token
debugphp ci:scan
Toolchain integrates multiple components: CLI, API, IDE extensions, and CI/CD services into a single workflow.
Works with Windows/macOS/Linux and integrates with AWS/GCP/Azure cloud environments.
Instant security reports and performance metrics across all integration points.
DebugPHP works with PHP, JavaScript, Python, and other languages. Join the Discord community to share integration ideas!