Forrest

screenshot of Forrest
laravel

A Laravel library for Salesforce

Overview:

The Salesforce REST API Client for Laravel, Forrest, is a tool designed for integrating Salesforce/Force.com REST API with Laravel and Lumen. It allows users to interact with Salesforce data seamlessly in their Laravel applications. The package provides a convenient way to manage authentication, configuration, and API requests.

Features:

  • Integration: Connects Laravel applications with Salesforce/Force.com REST API.
  • Authentication: Supports multiple OAuth authentication flows for secure API access.
  • Configuration: Easy configuration setup with a published config file.
  • Eloquent Models: Compatible with EloquentSalesForce project for utilizing Eloquent Salesforce Models.
laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.