PHP Package: phpgt/propfunc

PropFunc is a PHP library that enables efficient property manipulation functions for developers.

Current Version: 1.0.1
Last Updated: 2021-03-23
PHP Requirement: >=8.0
Dependencies:
phpgt/propfunc-core
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

PropFunc is a versatile PHP library designed to simplify property manipulation tasks. With an array of functions tailored for developers, this library enhances efficiency and code readability. Whether you're dealing with arrays or objects, PropFunc offers a comprehensive suite of tools to streamline your workflow and boost productivity.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.0.1

Download Download v1.0.1

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/phpgt/propfunc/1.0.1/loader.php';
require_once 'libs/phpgt/propfunc-core/{lib_version}/loader.php';

use PropFunc\PropFunc;

$obj = new PropFunc();
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.