PHPackages                             organit/google - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. organit/google

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

organit/google
==============

google Login - Mail - Drive and more...

0.0.1(7y ago)07MITPHP

Since Oct 8Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (2)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 !!!!! marche composer require organit/google

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 0.0.1 -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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

2776d 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 (5 commits)")

### Embed Badge

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

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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