PHP Package: infection/include-interceptor

The include interceptor for PHP library infection helps to manage file inclusions safely and efficiently.

Current Version: 0.2.5
Last Updated: 2021-08-09
PHP Requirement: >=7.4
Dependencies: None

Package Description

The include interceptor library by infection provides a robust solution for intercepting and modifying the file inclusion behavior in PHP applications. It ensures secure and controlled file inclusions, enhancing the overall security posture of your projects. With this tool, you can easily prevent malicious inclusions and streamline your development process. Take advantage of this powerful library to boost your PHP application's security and maintainability.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 0.2.5

Download Download v0.2.5

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/infection/include-interceptor/0.2.5/loader.php';

use Infection\IncludeInterceptor\Interceptor;
use Infection\IncludeInterceptor\FileManipulator;

$obj = new Interceptor();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.