There is no license information available for the latest version (dev-master) of this package.

dev-master 2014-02-07 01:37 UTC

This package is not auto-updated.

Last update: 2024-05-07 04:09:15 UTC


README

Name

Web2Lead - Send leads to to Salesforce CRM

Version

0.1

Project Home

Web2Lead can be found on github.

Synopsis

<?php
$web2lead = new Web2Lead($your_org_id);
$web2lead->toSalesforce(array('first_name' => 'Alice',
                              'last_name' => 'Bob'));
// Refer to the lessons in /examples/ for more information on how to set up
// and use Web2Lead.
?>

Description

Web2Lead allows you to programmatically send leads to Salesforce CRM using the Web to Lead mechanism. Leads are transferred using the cURL library, which therefore needs to be installed.

Author

Web2Lead was written and is maintained by Felix Middendorf. Please get in touch if you would like to contribute to its development.

Bug Reports

Please report bugs to the Web2Lead issue tracker on github.

Copyright & License

Copyright 2010 Felix Middendorf. All rights reserved. Web2Lead is released under GNU Lesser Public License 3.0 or later (see COPYING.LESSER). Please respect copyright and license when using Web2Lead.

Disclaimer

Neither the author, nor the php Web2Lead library is in any way associated with Salesforce CRM.