PHPackages                             mundocrm/leads-sender - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. mundocrm/leads-sender

ActiveProject[API Development](/categories/api)

mundocrm/leads-sender
=====================

Vendor to send leads forms to mundocrm.ar.

v0.2(4y ago)07MITPHPPHP ^7.2.5 || ^8.0

Since Feb 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tecnomanu/mundocrm-vendor-leads-sender)[ Packagist](https://packagist.org/packages/mundocrm/leads-sender)[ RSS](/packages/mundocrm-leads-sender/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

Mundo CRM - Leads Sender
========================

[](#mundo-crm---leads-sender)

[![Latest Version](https://camo.githubusercontent.com/8fc0ff0367a63ecc5a60a05d259bf2fc6ec23f0ff9b354cfd898dc63cf260120/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7465636e6f6d616e752f6d756e646f63726d2d76656e646f722d6c656164732d73656e646572)](https://github.com/tecnomanu/mundocrm-vendor-leads-sender/releases)[![license: MIT](https://camo.githubusercontent.com/8bb50fd2278f18fc326bf71f6e88ca8f884f72f179d3e555e20ed30157190d0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)](https://camo.githubusercontent.com/8bb50fd2278f18fc326bf71f6e88ca8f884f72f179d3e555e20ed30157190d0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)

Description
-----------

[](#description)

This package provide the methos to compile a form data and send to api.mundocrm.ar.

What is included?
-----------------

[](#what-is-included)

- Sender interface:
    - With this can generete you lead sender.
    - Send function to insert on your source the lead.
    - Validate and return response success or error.

Installation and configuration
------------------------------

[](#installation-and-configuration)

### Install via Composer

[](#install-via-composer)

We recommend installing this package with [Composer](http://getcomposer.org/).

1. Download Composer

To download Composer, run in the root directory of your project:

```
curl -sS https://getcomposer.org/installer | php
```

You should now have the file `composer.phar` in your project directory.

2. Install Dependencies

Run in your project root:

```
php composer.phar require mundocrm/leads-sender

```

You should now have the files `composer.json` and `composer.lock` as well as the directory `vendor` in your project directory. If you use a version control system, `composer.json` should be added to it.

### Require Autoloader

[](#require-autoloader)

After installing the dependencies, you need to require the Composer autoloader from your code:

```
require 'vendor/autoload.php';
```

How can you use it
------------------

[](#how-can-you-use-it)

1. Create a new Sender:

```
 $leads = new Sender($app_key, $source_id, $data, $items, $debug);

```

2. Instance `send` function:

```
$response = $leads->send();

```

3. Process the response as you preferer:

```
// Example to simple return
echo json_encode($response);

// Example to Laravel response:
return response()->json($response, $response->status_code);

```

### License

[](#license)

MuundoCRM and vendors are made available under the MIT License (MIT). Please see [ License File](https://github.com/tecnomanu/mundocrm-vendor-leads-sender/blob/main/LICENSEt) information.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

1550d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2926fd0d4b509516aba9f8b5debbf45baf2357e08142efbe9b564798051e119d?d=identicon)[tecnomanu](/maintainers/tecnomanu)

---

Top Contributors

[![tecnomanu](https://avatars.githubusercontent.com/u/591261?v=4)](https://github.com/tecnomanu "tecnomanu (15 commits)")

---

Tags

sendwebhookscrmleadsFormsmundocrm

### Embed Badge

![Health badge](/badges/mundocrm-leads-sender/health.svg)

```
[![Health](https://phpackages.com/badges/mundocrm-leads-sender/health.svg)](https://phpackages.com/packages/mundocrm-leads-sender)
```

###  Alternatives

[pipedrive/pipedrive

Pipedrive REST client for PHP

601.2M](/packages/pipedrive-pipedrive)[mpociot/captainhook

Add webhooks to your Laravel app.

3358.9k](/packages/mpociot-captainhook)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[klev-o/telegram-bot-api

Simple and convenient object-oriented implementation Telegram bot API with php version ^7.4 support. You'll like it)

457.8k1](/packages/klev-o-telegram-bot-api)[tristanjahier/zoho-crm

A PHP client for the API of Zoho CRM.

2414.3k](/packages/tristanjahier-zoho-crm)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
