https://github.com/javanile/vtiger-core
Get vtiger with composer
https://github.com/javanile/vtiger-core
code-reference packagist php-package source-code vtiger vtigercrm
Last synced: 2 months ago
JSON representation
Get vtiger with composer
- Host: GitHub
- URL: https://github.com/javanile/vtiger-core
- Owner: javanile
- License: mit
- Created: 2020-04-30T09:56:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T12:47:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T16:01:48.862Z (3 months ago)
- Topics: code-reference, packagist, php-package, source-code, vtiger, vtigercrm
- Language: Shell
- Homepage: https://packagist.org/packages/javanile/vtiger-core
- Size: 90.2 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vtiger core
[](https://packagist.org/packages/javanile/vtiger-core)
## Supported versions and respective tag links
- [7.2.0](https://github.com/javanile/vtiger-core/tree/7.2.0)
- [7.1.0](https://github.com/javanile/vtiger-core/tree/7.1.0)
- [7.1.0-RC](https://github.com/javanile/vtiger-core/tree/7.1.0-RC)
- [7.0.1](https://github.com/javanile/vtiger-core/tree/7.0.1)
- [7.0.0](https://github.com/javanile/vtiger-core/tree/7.0.0)```json
{
"require": {
"javanile/vtiger-core": "7.1.0"
}
}
``````json
{
"require-dev": {
"javanile/vtiger-core": "7.1.0"
}
}
```