{"id":22688366,"url":"https://github.com/javanile/vtiger-cli","last_synced_at":"2026-03-05T20:47:56.803Z","repository":{"id":56996962,"uuid":"137904364","full_name":"javanile/vtiger-cli","owner":"javanile","description":"🛠 The ultimate CLI for vtiger","archived":false,"fork":false,"pushed_at":"2021-04-11T20:16:13.000Z","size":2997,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T20:44:56.054Z","etag":null,"topics":["command-line","operations","vtiger","vtigercrm"],"latest_commit_sha":null,"homepage":"https://javanile.org/vtiger-cli","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}},"created_at":"2018-06-19T14:39:39.000Z","updated_at":"2023-05-20T14:09:08.000Z","dependencies_parsed_at":"2022-08-21T14:10:49.528Z","dependency_job_id":null,"html_url":"https://github.com/javanile/vtiger-cli","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/javanile/vtiger-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javanile%2Fvtiger-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javanile%2Fvtiger-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javanile%2Fvtiger-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javanile%2Fvtiger-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javanile","download_url":"https://codeload.github.com/javanile/vtiger-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javanile%2Fvtiger-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281544195,"owners_count":26519554,"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","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["command-line","operations","vtiger","vtigercrm"],"created_at":"2024-12-10T00:14:03.717Z","updated_at":"2025-10-29T02:10:00.954Z","avatar_url":"https://github.com/javanile.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vtiger\n\n[![StyleCI](https://github.styleci.io/repos/137904364/shield?branch=master)](https://github.styleci.io/repos/137904364)\n[![Build Status](https://travis-ci.org/javanile/vtiger-cli.svg?branch=master)](https://travis-ci.org/javanile/vtiger-cli)\n[![codecov](https://codecov.io/gh/javanile/vtiger-cli/branch/master/graph/badge.svg)](https://codecov.io/gh/javanile/vtiger-cli)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9bf441fc44d94bafbbe5f509251acb68)](https://www.codacy.com/app/francescobianco/vtiger-cli?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=javanile/vtiger-cli\u0026amp;utm_campaign=Badge_Grade)\n![vtiger](https://github.com/javanile/vtiger-cli/raw/main/vtiger.png)\n\nUse vtiger-cli is very simple, it adds a professional touch and a lot of time saved to your work.\n\n### Installation\n\nFor PowerShell (Windows) \n\n```PowerSchell\nPS C:\\Users\\SamSempiol\u003e curl git.io/vtiger.ps1 -o setup.ps1; .\\setup.ps1\n```\n\nFir cmd.exe (Windows) \n\n```cmd\nC:\\Users\\SamSempiol\u003e curl git.io/vtiger.cmd -o setup.cmd \u0026 setup\n```\n\nLinux / macOS\n\n```bash\n$ curl -fsSL git.io/vtiger | bash -\n```\n\n### Examples\n\n### Official Documentation\n\nDocumentation for installing Laravel can be found on the Laravel website.\n\n**`②`** Create a `vtiger.json` file into your machine then place your existing `vtiger_dir` path inside\nInstall vtiger-cli on your work-station\n```bash\n$ composer global require javanile/vtiger-cli\n```\n\nCreate a `vtiger.json` file into your work-station and place your existing Vtiger installation path into `vtiger_dir` key as follow  \n```json\n{\n  \"vtiger_dir\": \"/my/web/server/vtigercrm\"\n}\n```\n\nNow, type the follow command to check errors, and goog work!\n```bash\n$ vtiger info\n```\n\n### Requirements\n\n### Testing\n\n```bash\n$ docker-compose run vtiger composer install\n$ docker-compose run vtiger vendor/bin/phpunit tests\n```\n\n### Shorten URLs\n\n```bash\ncurl -i \"https://git.io\" \\\n     -d \"url=https://raw.githubusercontent.com/javanile/vtiger-cli/main/installer\" \\\n     -d \"code=vtiger\"\n```\n\n```bash\ncurl -i \"https://git.io\" \\\n     -d \"url=https://raw.githubusercontent.com/javanile/vtiger-cli/main/script/installer.cmd\" \\\n     -d \"code=vtiger.cmd\"\n```\n\n```bash\ncurl -i \"https://git.io\" \\\n     -d \"url=https://raw.githubusercontent.com/javanile/vtiger-cli/main/script/installer.ps1\" \\\n     -d \"code=vtiger.ps1\"\n```\n\n### Demo\n\n\u003e **LOOKING FOR FAST DEMO! Visit --\u003e [https://github.com/javanile/vtiger-demo]() \u003c--**\n\n### Contributing\n\nThank you for considering contributing to the Installer! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).\n\n### Code of Conduct\n\nIn order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).\n\n### Security Vulnerabilities\n\nPlease review [our security policy](https://github.com/laravel/installer/security/policy) on how to report security vulnerabilities.\n\n### License\n\nLaravel Installer is open-sourced software licensed under the [MIT license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavanile%2Fvtiger-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavanile%2Fvtiger-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavanile%2Fvtiger-cli/lists"}