PHPackages                             omatech/edi-zoho-connect - 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. omatech/edi-zoho-connect

ActiveLibrary

omatech/edi-zoho-connect
========================

Send forms to zoho

1.3(3y ago)0204MITPHP

Since Mar 10Pushed 3y ago5 watchersCompare

[ Source](https://github.com/omatech/edi-zoho-connect)[ Packagist](https://packagist.org/packages/omatech/edi-zoho-connect)[ RSS](/packages/omatech-edi-zoho-connect/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Edi Zoho Connect
================

[](#edi-zoho-connect)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5f6979a7465f843b502044697b2841fecad067f37a850211a6d0e9ec1f3659f6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6d61746563682f7a6f686f2d666f726d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/omatech/edi-zoho-connect)[![Total Downloads](https://camo.githubusercontent.com/55d867f76bd5b35f55cbffd10ad362d70ab576dd1cdee94d4d8e0547a8140bc5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f6d61746563682f7a6f686f2d666f726d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/omatech/edi-zoho-connect)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require omatech/edi-zoho-connect
```

If provider is not added automatically add the following line to `config/app.php`:

```
'providers' => [
    ...
    Omatech\EdiZohoForms\EdiZohoConnectServiceProvider::class,
    ...
 ]

```

Create `zoho_forms` table.

```
php artisan migrate
```

Add to `.env` the following keys to connect to ZOHO:

```
ZOHO_OWNER
ZOHO_URL
ZOHO_TOKEN
ZOHO_SEND_FORMS=true
ZOHO_ERROR_MAIL_TO=

```

In case you want the `ZOHO_ERROR_MAIL_TO` to be multiple concatenate mails with `;`

Usage
-----

[](#usage)

### Custom Forms

[](#custom-forms)

Create your own forms using the following command:

```
php artisan zoho-forms:create
```

Example:

```
new DummyForm([
    'language' => 'es',
    'data' => request()->all(),
    'url' => url()->previous()
]);

```

It will ask the filename and the zoho form type (leads/campaigns)

Once the file is created you can overwrite the content to adapt it to your needs.

### Send forms to ZOHO

[](#send-forms-to-zoho)

```
php artisan zoho-forms:send
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Sònia Arroyo](https://github.com/omatech)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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 ~1 days

Total

4

Last Release

1155d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a6b2440a7864015d71501a9cd77d28bed549c283afdd8d1af95f54b650dc833?d=identicon)[aponscat](/maintainers/aponscat)

---

Top Contributors

[![sarroyo-omatech](https://avatars.githubusercontent.com/u/66483009?v=4)](https://github.com/sarroyo-omatech "sarroyo-omatech (18 commits)")

### Embed Badge

![Health badge](/badges/omatech-edi-zoho-connect/health.svg)

```
[![Health](https://phpackages.com/badges/omatech-edi-zoho-connect/health.svg)](https://phpackages.com/packages/omatech-edi-zoho-connect)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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