asciisd / zoho-v3

Laravel Zoho API V3 Package
MIT License
16 stars 17 forks source link

Is this package really used to integrate with the Zoho V3 API? #12

Open github-grabaz opened 1 year ago

github-grabaz commented 1 year ago

The composer.json file in this package is set to use Zoho V2.1.

    "require": {
        "php": "^8.1",
        "illuminate/contracts": "^8.0|^9.0",
        "spatie/laravel-package-tools": "^1.9.2",
        "zohocrm/php-sdk-2.1": "6.0.0"
    },
github-grabaz commented 1 year ago

It seems I am confused by the Zoho naming conventions. I was thinking you were talking about the ZOHO CRM PHP SDK 3.0 for API version 3. I am still confused by your use of v3 in the description when you are using the php-sdk-2.1 version 6 though.

github-grabaz commented 1 year ago

I may be still confused but I still think this is not using the zoho version I was led to believe...

Packagist for "zohocrm/php-sdk-2.1" links to github.com/zoho/zohocrm-php-sdk-2.1

Zoho has the following offerings:

zohocrm-php-sdk-4.0 zohocrm-php-sdk-3.0 zohocrm-php-sdk-2.1 zohocrm-php-sdk-2.0 zohocrm-php-sdk zcrm-php-sdk

1337erik commented 1 year ago

you're correct, this uses the v2.1. Is confusing