PHPackages                             organit/zoho - 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. [Database &amp; ORM](/categories/database)
4. /
5. organit/zoho

ActiveLibrary[Database &amp; ORM](/categories/database)

organit/zoho
============

zoho crud

1.0.4(9y ago)0135MITPHP

Since Nov 14Pushed 9y ago1 watchersCompare

[ Source](https://github.com/thibaultvanc/zoho)[ Packagist](https://packagist.org/packages/organit/zoho)[ RSS](/packages/organit-zoho/feed)WikiDiscussions master Synced 4w ago

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

Zoho Laravel Package
====================

[](#zoho-laravel-package)

[![Build Status](https://camo.githubusercontent.com/c59043e0b28eab034f19dabc49c9222c43e3fbe5e0c6bc2837a5c0086132a211/68747470733a2f2f7472617669732d63692e6f72672f6c61726176656c2f6672616d65776f726b2e737667)](https://travis-ci.org/laravel/framework)[![Total Downloads](https://camo.githubusercontent.com/e93505dcc81f8750a8e183a5fb97dd1294daac165149280e29add0509258f4d0/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2f6672616d65776f726b2f642f746f74616c2e737667)](https://packagist.org/packages/laravel/framework)[![Latest Stable Version](https://camo.githubusercontent.com/c5ffcbe113dda06dd38a2844fa16a8a507540c32a89c6e4a737fbde2f1265ed0/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2f6672616d65776f726b2f762f737461626c652e737667)](https://packagist.org/packages/laravel/framework)[![Latest Unstable Version](https://camo.githubusercontent.com/4bb904178557f719deee37986a31a94d471773f68bb0522166672bb077bf8e13/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2f6672616d65776f726b2f762f756e737461626c652e737667)](https://packagist.org/packages/laravel/framework)[![License](https://camo.githubusercontent.com/f45d904953153ca304a2328243d2733e095eee13a631a1f390709885d41dd692/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2f6672616d65776f726b2f6c6963656e73652e737667)](https://packagist.org/packages/laravel/framework)

phpunit --test-suffix ContactTest.php phpunit --filter it\_fetch\_the\_invoices\_for\_a\_given\_contact

\##istallation composer require organit/zoho

app/config App\\Providers\\RouteServiceProvider::class,

usage
-----

[](#usage)

Zoho::organization()-&gt;get()

\--

$PICAFLOR = Zoho::organization()-&gt;init('84525121'); //organization\_id $contacts = $PICAFLOR-&gt;contacts()-&gt;index()\['data'\];

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

[](#contributing)

Organit

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at . All security vulnerabilities will be promptly addressed.

License
-------

[](#license)

The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

1 - Creer repertoire ; /Packages/Organit/zoho 2 - terminal : cd Packages/Organit/zoho 3 - terminal composer init 4 - copier le dossier src depuis l'exemple (ici) 5 - custumize 6 - Modifier composer.json (main) ... "autoload": { "classmap": \[ "database" \], "psr-4": { "App\\": "app/", "Organit\\Zoho\\"::"Packages/Organit/Zoho" } }, ... 7 - composer dump-autoload from main directory 8 - Ajouter le serviceprovider dans config/app : Organit\\Zoho\\ZohoServiceProvider::class, +facade 'Zoho' =&gt; Organit\\Zoho\\ZohoFacade::class, 9 - cd Packages/Organit/Zoho &gt; git init

10 - recuperer l'url de github pour la coller dans packagist 11 - creer le repo sur packagist + add webhook

crrer version Tag git tag -a 1.0.0 -m "first version" git push --tags

tests - phpunit 12 - add this to phpunit.xml

```
      ...

              ./tests

              ./Packages/Organit/Zoho/tests

      ...

```

////////// POur ajouter des Snippets de class (ex==&gt;create invoice) 1 - /tests/TestCase.php

```
public function zoho()
{
  return new ZohoSnippets;
}

```

2 - creer une classe Snippets dans packages/Test nommmee Snippets

3 - //utiliser : Parent::zoho()-&gt;createContact()

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Total

4

Last Release

3374d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10731886?v=4)[Van Campenhoudt](/maintainers/thibaultvanc)[@thibaultvanc](https://github.com/thibaultvanc)

---

Top Contributors

[![thibaultvanc](https://avatars.githubusercontent.com/u/10731886?v=4)](https://github.com/thibaultvanc "thibaultvanc (1 commits)")

### Embed Badge

![Health badge](/badges/organit-zoho/health.svg)

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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