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. [API Development](/categories/api)
4. /
5. omatech/edi-zoho-connect

ActiveLibrary[API Development](/categories/api)

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

Send forms to zoho

1.4(1mo ago)0257MITPHP

Since Mar 10Pushed 1mo 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 2w ago

READMEChangelogDependencies (2)Versions (7)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

44

—

FairBetter than 90% of packages

Maintenance94

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.7% 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 ~306 days

Total

5

Last Release

31d 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)")[![rubenmaralc](https://avatars.githubusercontent.com/u/119672520?v=4)](https://github.com/rubenmaralc "rubenmaralc (1 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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k54](/packages/neuron-core-neuron-ai)[files.com/files-php-sdk

Files.com PHP SDK

2482.9k](/packages/filescom-files-php-sdk)[volcengine/volcengine-php-sdk

119.5k](/packages/volcengine-volcengine-php-sdk)

PHPackages © 2026

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