Download the PHP package asciisd/zoho without Composer

On this page you can find all versions of the php package asciisd/zoho. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package zoho

Zoho

Latest Version on Packagist Total Downloads

This package used to integrate with the new Zoho CRM

For a new package please visit - ZohoV3

Requirements

Installation

Add Zoho CRM to your composer file via the composer require command:

Or add it to composer.json manually:

Zoho CRM service providers will be automatically registered using Laravel's auto-discovery feature.

Configuration

The default configuration settings set in config/zoho.php. Copy this file to your own config directory to modify the values. You can publish the config using this command:

You'll need to add the following variables to your .env file. Use the credentials previously obtained registering your application.

please note that for ZOHO_REDIRECT_URI you need to put your app_url as it is in .env file suffixed by /zoho/oauth2callback for ex. https://asciisd.com/zoho/oauth2callback

Then, follow the next steps:

  1. Go to Zoho CRM Developer Console.
  2. ADD CLIENT Server-based Applications.
  3. Enter Client Name Any name you want
  4. Enter Homepage URL your base home url
  5. Enter Authorized Redirect URIs config('app.url') . /zoho/oauth2callback
  6. Go to your project location on terminal and enter

  7. Copy the generated link and past it in the browser to complete the oAuth process.

Now Zoho CRM is ready to use.

Testing

before testing make sure to create file ZCRMClientLibrary.log on

and put your zcrm_oauthtokens.txt on

finally put your Env keys

How to use

use ZOHO Facade like this

this will return an instance of ZohoModules

Model Can be used like this:-

Available only starting from v1.1.0

add Zohoable as extended class like this:-

so now you can use invoice like this

Note: To use the Invoice like this, you must have the invoices table in your database just like you would for any Laravel model. This allows you to save data to the database and also be able to link it to the zohos table and use all the functions in Zohoable. Use the CRUD functions below if you do not intend to use the Zohoable model this way.

CRUD Can be used like this:-

READ

UPDATE

CREATE

DELETE

SEARCH

Word
Phone
Email
Criteria
Custom

you can also make CriteriaBuilder like this

International Versions

If you're using zoho.com, you don't have to change anything.

If you're using zoho.eu, add to .env:

If you're using zoho.com.cn, add to .env:

License

MIT License. Copyright (c) 2020, Asciisd

Support

Contact:
asciisd.com
[email protected]
+2-010-1144-1444


All versions of zoho with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
ext-json Version *
illuminate/support Version ^7.0|^8.0|^9.0
nesbot/carbon Version ^2.0
asciisd/zcrm-php-sdk Version ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package asciisd/zoho contains the following files

Loading the files please wait ....