{"id":22688433,"url":"https://github.com/javanile/vtiger-client","last_synced_at":"2025-07-03T19:06:41.565Z","repository":{"id":25385336,"uuid":"103863537","full_name":"javanile/vtiger-client","owner":"javanile","description":"🏭 Industry Standard Vtiger API Client","archived":false,"fork":false,"pushed_at":"2023-05-23T15:53:39.000Z","size":1978,"stargazers_count":10,"open_issues_count":7,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-12T21:52:56.421Z","etag":null,"topics":["http-client","rest-api","system-integration","vtiger","vtigercrm","webservice-client"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/javanile.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-17T21:32:55.000Z","updated_at":"2024-09-10T12:57:38.000Z","dependencies_parsed_at":"2024-12-10T00:14:32.562Z","dependency_job_id":"12dcea0a-491d-480a-84ea-a28a9e5eb681","html_url":"https://github.com/javanile/vtiger-client","commit_stats":{"total_commits":128,"total_committers":3,"mean_commits":"42.666666666666664","dds":0.234375,"last_synced_commit":"f868087b735584c068396dd9a1375fc54c978f79"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/javanile/vtiger-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javanile%2Fvtiger-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javanile%2Fvtiger-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javanile%2Fvtiger-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javanile%2Fvtiger-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javanile","download_url":"https://codeload.github.com/javanile/vtiger-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javanile%2Fvtiger-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263385599,"owners_count":23458736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["http-client","rest-api","system-integration","vtiger","vtigercrm","webservice-client"],"created_at":"2024-12-10T00:14:25.707Z","updated_at":"2025-07-03T19:06:41.557Z","avatar_url":"https://github.com/javanile.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\n\u003ca href=\"https://www.javanile.org/hackathon/\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/javanile/hackathon/refs/heads/main/assets/images/devops-hackathon-banner.svg\" /\u003e\n\u003c/a\u003e\n\n\n\u003c/div\u003e\n\n---\n\n# vtiger-client\n\n[![StyleCI](https://github.styleci.io/repos/103863537/shield?branch=master)](https://github.styleci.io/repos/103863537)\n[![Build Status](https://travis-ci.com/javanile/vtiger-client.svg?branch=master)](https://travis-ci.com/javanile/vtiger-client)\n[![codecov](https://codecov.io/gh/javanile/vtiger-client/branch/master/graph/badge.svg)](https://codecov.io/gh/javanile/vtiger-client)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ffb974752a804645978286bc99759a09)](https://www.codacy.com/app/francescobianco/vtiger-client?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=javanile/vtiger-client\u0026amp;utm_campaign=Badge_Grade)\n[![Latest Stable Version](https://poser.pugx.org/javanile/vtiger-client/v)](//packagist.org/packages/javanile/vtiger-client) [![Total Downloads](https://poser.pugx.org/javanile/vtiger-client/downloads)](//packagist.org/packages/javanile/vtiger-client) [![Latest Unstable Version](https://poser.pugx.org/javanile/vtiger-client/v/unstable)](//packagist.org/packages/javanile/vtiger-client) [![License](https://poser.pugx.org/javanile/vtiger-client/license)](//packagist.org/packages/javanile/vtiger-client)\n\n\u003e **LOOKING FOR FAST DEMO! Visit --\u003e [https://github.com/javanile/vtiger-demo]() \u003c--**\n\n## Get Started\n\n```bash\ncomposer require javanile/vtiger-client\n```\n\n```php\n\u003c?php\nuse Javanile\\VtigerClient\\VtigerClient;\n\n$client = new VtigerClient('http://my-vtiger-host');\n\n$client-\u003elogin('\u003c\u003cusername\u003e\u003e', '\u003c\u003caccessKey\u003e\u003e');\n\n$cliet-\u003ecreate('Leads', [\n   'email' =\u003e '\u003c\u003clead@email\u003e\u003e' \n]);\n```\n\n### Command-line usage\n\n#### Intall\n\n```shell\ncurl -sLo vtc https://github.com/javanile/vtiger-client/releases/download/0.1.0/vtc.phar\nchmod +x vtc\nsudo mv vtc /usr/local/bin/ \nvtc\n```\n\n#### Usage\n\n```shell\nvtc query \"SELECT * FROM Contacts\"\n```\n\n## Test\n\nBefore test\n```bash\ndocker-compose run --rm composer install\n```\n\nTest all\n```bash\ndocker-compose run --rm phpunit tests\n```\n\nTest driven development\n```bash\ndocker-compose run --rm phpunit tests --stop-on-failure\n```\n\nRun single test method\n```bash\ndocker-compose run --rm phpunit tests --filter '/::testMethod/'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavanile%2Fvtiger-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavanile%2Fvtiger-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavanile%2Fvtiger-client/lists"}