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 2y ago1 watchersCompare

[ Source](https://github.com/alirezajavadigit/VibeTiger)[ Packagist](https://packagist.org/packages/alirezajavadi/vibetiger)[ RSS](/packages/alirezajavadi-vibetiger/feed)WikiDiscussions main Synced 2mo 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

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

794d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/61364128?v=4)[Alireza Javadi](/maintainers/alirezajavadi)[@alirezajavadi](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M987](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M45](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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