PHP Package: omniphx/forrest

Forrest is a PHP library designed to interact with Salesforce REST API efficiently and securely. It provides a seamless experience for integrating Salesforce data into PHP applications.

Current Version: 2.20.0
Last Updated: 2025-02-24
PHP Requirement: ~7.2 || ~8.0
Dependencies:
guzzle/guzzle
php-fig/log
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Forrest is a comprehensive PHP library that simplifies Salesforce REST API integration. It offers a wide range of features to manage Salesforce resources, handle authentication securely, and execute complex operations with ease. With Forrest, developers can streamline Salesforce data retrieval, manipulation, and synchronization seamlessly within their PHP projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.20.0

Download Download v2.20.0

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/omniphx/forrest/2.20.0/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';
require_once 'libs/php-fig/log/3.0.2/loader.php';

use Omniphx\Forrest\Forrest;
use GuzzleHttp\Client;
use Psr\Log\LoggerInterface;

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