Skip to content

opencrmitalia-official/vtiger-client

 
 

Repository files navigation

vtiger-client

StyleCI Build Status codecov Codacy Badge

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>>' 
]);

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/'

About

🏭 Industry Standard Vtiger API Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.9%
  • Makefile 2.1%