Giter Site home page Giter Site logo

vtiger-api-php's Introduction

vTiger versions GitHub top language License-GNU

Vtiger REST API PHP Wrapper (webservices) [PSR-4 🆗 ✅]

📂Structure

VtigerAPI-PHP/
├── Controller/
│  └──VtApiClasses/
│     └──Operations/
│        ├──CrmCrudOperations.php
│     └──WebServices/
│        ├──CrmWebService.php
├── Service/
│     └──VtApiServices/
│        └──WebServices/
│           VtigerService.php
├── Model/
│   ├──Const.php
├── View/
│  ├──CreateSingleRecord.php
│  ├──CreateMultiRecord.php
│  ├──Read.php
│  ├──UpdateSingleRecord.php
│  ├──UpdateMultiRecord.php
│  ├──DeleteSingleRecord.php
│  ├──DeleteMultiRecord.php
│  ├──ModuleFieldNames.php
├── .gitignore.swp
├── .README.md
├── .LICENSE.md


💾Installation

To run this project make sure that curl is installed and active in your php.ini You will Also need Composer to manage classes

▶️Usage

in the main dir of your project open composer and execute composer self-update

followed by composer dump-autoload -o

To use this project you must add/modify your php environment variables to match your CRM information read more about php environment variables and how to set them up for security purposes

<?php
$EndPointUrl = getenv('CRMURL'); // [YOUR CRM URL ENVIRONMENT VARIABLE HERE] YOUR URL MUST END WITH /webservice.php eg(http://example.com/vtigercrm/webservice.php)
$UserName=getenv('CRMUserName'); // [YOUR CRM USER ENVIRONMENT VARIABLE HERE]
$UserAccessKey=getenv('CRMAPIKEY'); // [YOUR CRM USER ACCESS KEY ENVIRONMENT VARIABLE HERE]
?>

📜Examples

available in the view folder of this project.
  • 💪PRO tip -> to debug your code use the following code to toggle error messages display On/OFF
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
?>

License

Vtiger REST API PHP Wrapper (webservices) distributed under the GNU

vtiger-api-php's People

Contributors

kayoti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

ancao2504

vtiger-api-php's Issues

i want use this with laravel

hello dear, thank you for this project , i am laravel developer and i want use this with laravel if you work on it please help me .
also i currently use cloud version on vtiger.com do i can connect api it ?

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.