Git Product home page Git Product logo

vtwsclib-php's Introduction

vTiger versions License GitHub top language Packagist version Packagist downloads Monthly Downloads

Documentation Status Scrutinizer Code Quality Build Status composer.lock

Donate Patreon Donate Paypal Donate Liberapay

vtwsclib-php

A PHP client for vTiger's Web Services APIs. Works well vTiger forks such as VTE CRM.

★★★ Support this project ★★★

You can support us in a small way, please consider starring and sharing this repo! It helps us getting known and grow the community.

star us

Installing via Composer

The recommended way to install vtwsclib-php is through Composer.

composer require "salaros/vtwsclib-php:*"

..or edit your composer.json file manually by appending salaros/vtwsclib-php:

"require": {
    ...
    "salaros/vtwsclib-php": "*"
}

How to use

Here are some examples of how to use vtwsclib-php:

<?php
require 'vendor/autoload.php';

use Salaros\Vtiger\VTWSCLib\WSClient;

$client = new WSClient('https://vtiger.mycompany.com/', 'admin', '<accessKey>');

Here you can find more detailed examples on how to use vtwsclib-php.

Official documentation

The official documentation can be found here.

Support

This is a development reposiroty for vtwsclib-php and should not be used for support. Please visit StackOverflow's vtwsclib-php topic for any support request or click here to ask a vtwsclib-php-related question.

Contributions

Anyone is welcome to contribute to the development of this plugin. There are various ways to do so:

  1. Found a bug? Raise an issue on GitHub.
  2. Send me a Pull Request with your bug fixes and/or new features.
  3. Provide feedback and suggestions on enhancements.

More useful resources

vtwsclib-php's People

Contributors

salaros avatar annda avatar scrutinizer-auto-fixer avatar

Watchers

James Cloos avatar TTomek 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.