Download the PHP package davispeixoto/laravel5-salesforce without Composer

On this page you can find all versions of the php package davispeixoto/laravel5-salesforce. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel5-salesforce

Laravel 5 Salesforce

This Laravel 5 package provides an interface for using Salesforce CRM through its SOAP API.

(Laravel 4 Salesforce Package can be found here)

Latest Stable Version Total Downloads Scrutinizer Code Quality Codacy Badge Code Climate Build Status SensioLabsInsight

Major upgrade

This package is intended to support both Laravel 5.1 LTS and 5.2+.

Laravel 5.1 package will be kept under version 1. Laravel 5.2 package will be kept under version 2.

Consider this when installing or upgrading

It also fixes a too much consuming session at Salesforce, thus these new versions needs adding the section aliases under config/app.php

Installation

The Laravel 5 package can be installed via Composer by requiring the davispeixoto/laravel5-salesforce package in your project's composer.json.

And running a composer update from your terminal:

To use the Salesforce Package, you must register the provider when bootstrapping your Laravel 5 application.

Find the providers key in your config/app.php and register the AWS Service Provider.

Configuration

By default, the package uses the following environment variables to auto-configure the plugin without modification:

Place your your enterprise WSDL file into your app storage/app/wsdl/ directory.

To customize the configuration file, publish the package configuration using Artisan.

Update the settings in the generated config/salesforce.php configuration file with your credentials.

IMPORTANT: the PHP Force.com Toolkit for PHP only works with Enterprise WSDL

Usage

That's it! You're all set to go. Just use:

More Information

Check out the SOAP API Salesforce Documentation

License

This software is licensed under the MIT license

Versioning

This project follows the Semantic Versioning

Thanks

An amazing "Thank you, guys!" for Jetbrains folks, who kindly empower this project with a free open-source license for PhpStorm which can bring a whole new level of joy for coding.

Jetbrains

PhpStorm


All versions of laravel5-salesforce with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1.3
davispeixoto/force-dot-com-toolkit-for-php Version 1.0.*
illuminate/support Version ~5.8
vlucas/phpdotenv Version ^3.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package davispeixoto/laravel5-salesforce contains the following files

Loading the files please wait ....