PHPackages                             alirezajavadi/vibetiger - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. alirezajavadi/vibetiger

ActiveLibrary[API Development](/categories/api)

alirezajavadi/vibetiger
=======================

VibeTiger is a powerful PHP library that seamlessly integrates with the VTiger CRM API, empowering developers to effortlessly manage and streamline customer relationships. With its intuitive interface and robust features, VibeTiger simplifies CRM tasks, enhances productivity, and elevates the overall customer experience. Say goodbye to complexity and hello to seamless CRM integration with VibeTiger.

v1.0.0(2y ago)228MITPHP

Since Apr 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/alirezajavadigit/VibeTiger)[ Packagist](https://packagist.org/packages/alirezajavadi/vibetiger)[ RSS](/packages/alirezajavadi-vibetiger/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

VibeTiger
=========

[](#vibetiger)

VibeTiger: Your seamless VTiger CRM companion. Effortlessly manage customer relationships with our powerful PHP library. Simplify tasks, boost productivity, and elevate the customer experience. Say hello to seamless CRM integration!

Installation
------------

[](#installation)

To use VibeTiger in your project, run the following command in your terminal:

```
composer require alirezajavadi/vibetiger
```

Usage
-----

[](#usage)

To get started with VibeTiger, include it in your PHP script. Here's how you can interact with different modules:

### Examples

[](#examples)

```
//init
use VibeTiger\App\CRM;
require "vendor/autoload.php";

$vibeTiger = CRM::getInstance($yourEndPoint, $yourUserName, $YourAccessKey);
//
//1. Create a Document
$params =array(
    'example' => "test",
);
$vibeTiger::module("Documents")->operation("create")->params($params)->post();

//2. Update a Document
$vibeTiger::module("Documents")->operation("update")->params($element)->post();

//3. Query Contacts
$vibeTiger::module("Contacts")->operation("query")->get();

//4. Query a Specific User
$vibeTiger::module("Users")->operation("query")->where("id = 123x123")->get();
```

Features
--------

[](#features)

- Fluent interface to interact with various modules.
- Supports multiple operations including `create`, `query`, and `update`.
- Easy integration with existing PHP applications.

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- Composer

Contributing
------------

[](#contributing)

Contributions are welcome! Feel free to submit pull requests or create issues for bugs and feature requests.

License
-------

[](#license)

VibeTiger is open-sourced software licensed under the [MIT license](LICENSE).

Support
-------

[](#support)

If you encounter any problems or have any suggestions, please open an issue on the GitHub repository.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

738d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ab5aea8b6404a2cbb786c04441060d73c0b1f683f5009214e67e9bff13e4fcc?d=identicon)[alirezajavadi](/maintainers/alirezajavadi)

---

Top Contributors

[![alirezajavadigit](https://avatars.githubusercontent.com/u/145116978?v=4)](https://github.com/alirezajavadigit "alirezajavadigit (22 commits)")

### Embed Badge

![Health badge](/badges/alirezajavadi-vibetiger/health.svg)

```
[![Health](https://phpackages.com/badges/alirezajavadi-vibetiger/health.svg)](https://phpackages.com/packages/alirezajavadi-vibetiger)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
