A PHP parser written in PHP.
Php Sandbox
ArchivedA full-scale PHP 5.3.2+ sandbox class that utilizes PHPParser to prevent sandboxed code from running unsafe code.
About Php Sandbox
A full-scale PHP 5.3.2+ sandbox class that utilizes PHPParser to prevent sandboxed code from running unsafe code.
Php Sandbox is a popular PHP code analysis solution that provides reliable functionality for PHP developers. Note: This project has been archived and may not receive further updates.
Quick Installation
composer require fieryprophet/php-sandboxInstall via Composer. For detailed installation instructions, visit theofficial documentation.
Why Use Php Sandbox?
- PHP Code Analysis - Specialized solution for code analysis needs
- Open Source - Free to use with full source code access
Project Details
- Maintainer
- @fieryprophet
- Category
- Code Analysis
- Last Updated
- 8 years ago
- Status
- Archived
Related Code Analysis Libraries
View all →PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
Continuous Inspection
A tool to upgrade and refactor code.
TypeResolver - A PSR-5 based resolver of Class names, Types and Structural Element Names
Assert - Assertions to validate method input/output with nice error messages.