Git Product home page Git Product logo

larazoho's Introduction

Larazoho

Build Status License

A Laravel API Boilerplate For Zoho CRM.

  • Accounts Module
  • Contacts Module
  • Leads Module
  • Potentials Module

Clone this repository and follow the basic structure!.

Basic Structure

  • Config: in the .env, the value ZOHO_CRM_AUTH_TOKEN must be set to connect a Zoho CRM account to this boilerplate, however you can set it in the config/zoho directly.

  • Controllers: For each module, there is a controller with a simple CRUD to process the data from ZOHO CRM.

  • Services:

    • ZohoKeysModules: This class is a stack of constants, in which parser the information from ZOHO CRM to this boilerplate.
    • ZohoManager: This class is a stack of methods to interact through a Library that get all the records and process them.
    • ZohoSync: This is a simple class to sync all modules through loop while and given condition, you can connect it with a WebHook from Zoho CRM and get the records every time a data is added, updated or deleted. In the route/api the second parameter can be set by a module, it can be executed and all the records will be sent in the database.
  • Transformers: They are used to display the information given request, you can add or deleted value for any module in its controller.

  • Cron: This project has service (docker-compose-dev.yml) that works to get all the records without the webhooks from Zoho CRM, only needs to set the time to call the endpoints.

How to deploy this boilerplate

This project uses a containerized Laravel API development environment, in which has instructions and different ways to deploy and test.

docker-laravel-api-dev

Contributors

larazoho's People

Contributors

jfernancordova avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.