Skip to content

javanile/vtiger-client

Repository files navigation


vtiger-client

StyleCI Build Status codecov Codacy Badge Latest Stable Version Total Downloads Latest Unstable Version License

LOOKING FOR FAST DEMO! Visit --> https://github.com/javanile/vtiger-demo <--

Get Started

composer require javanile/vtiger-client
<?php
use Javanile\VtigerClient\VtigerClient;

$client = new VtigerClient('http://my-vtiger-host');

$client->login('<<username>>', '<<accessKey>>');

$cliet->create('Leads', [
   'email' => '<<lead@email>>' 
]);

Command-line usage

Intall

curl -sLo vtc https://github.com/javanile/vtiger-client/releases/download/0.1.0/vtc.phar
chmod +x vtc
sudo mv vtc /usr/local/bin/ 
vtc

Usage

vtc query "SELECT * FROM Contacts"

Test

Before test

docker-compose run --rm composer install

Test all

docker-compose run --rm phpunit tests

Test driven development

docker-compose run --rm phpunit tests --stop-on-failure

Run single test method

docker-compose run --rm phpunit tests --filter '/::testMethod/'

Contributors 2

  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy