An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# vtiger core

[![javanile/vtiger-core](https://img.shields.io/static/v1?style=flat&logo=php&label=packagist&message=javanile/vtiger-core&color=blue)](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"
}
}
```