PHPackages                             bidhan/aimlkit - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bidhan/aimlkit

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bidhan/aimlkit
==============

AI/ML Integration Kit for Laravel

1.0.1(2y ago)213MITPHPPHP ^8.0

Since May 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bidhan948/AI-ML-LARAVEL-KIT)[ Packagist](https://packagist.org/packages/bidhan/aimlkit)[ RSS](/packages/bidhan-aimlkit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

bidhan/aimlkit
==============

[](#bidhanaimlkit)

AI/ML Integration Kit for Laravel

[![GitHub version](https://camo.githubusercontent.com/88e514ce7808b56e3eeaeefe330edccb008b990574b43328e82b154e8eb09ee2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e302e312d627269676874677265656e)](https://camo.githubusercontent.com/88e514ce7808b56e3eeaeefe330edccb008b990574b43328e82b154e8eb09ee2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e302e312d627269676874677265656e)

REQUIREMENTS
------------

[](#requirements)

- PHP &gt;= 8.2
- Python &gt;= 3 (with libraries: numpy, pandas, transformers, torch)

🚀 Installation
--------------

[](#-installation)

To install the package, follow these steps:

1. **📦 Install the package using Composer**:

    ```
    composer require bidhan/aimlkit:dev-master
    ```
2. **⚙️ Publish the configuration file**:

    ```
    php artisan vendor:publish --provider="Bidhan\AiMlKit\AiMlKitServiceProvider" --tag=config
    ```
3. **🐍 Set up a Python virtual environment**:

    ```
    python3 -m venv myenv
    source myenv/bin/activate
    ```
4. **🔧 Set the Python executable path**:

    Don't forget to add the Python path to your `aimlkit.php` configuration:

    ```
    PY_EXECUTABLE_PATH="YOUR/PYTHON/PATH"
    ```

> **Note:** To copy the commands, you can click the clipboard icon next to each code block if you're viewing this on a platform that supports it, like GitHub.

📖 Usage
-------

[](#-usage)

Here is an example of how to use the `BidhanAIMLKIT` to get sentiments:

```
use Bidhan\AiMlKit\BidhanAIMLKIT;

$aimlkit = new BidhanAIMLKIT();
$sentiment = $aimlkit->getSentiments("ANY_STRING...");
print_r($sentiment);
```

👤 Authors
---------

[](#-authors)

- [@bidhan948](https://github.com/bidhan948)

💡 PS\*
------

[](#-ps)

Right now it is in the Development Phase and you are free to contribute 🙂

If you have any queries regarding this issue, feel free to reach out.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Every ~1 days

Total

2

Last Release

730d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7dd2da538d7447d2dffd449a27d6082aa0f357beaf7c1e38cb0485079ad19d85?d=identicon)[bidhan948](/maintainers/bidhan948)

---

Top Contributors

[![bidhan948](https://avatars.githubusercontent.com/u/47414072?v=4)](https://github.com/bidhan948 "bidhan948 (11 commits)")

### Embed Badge

![Health badge](/badges/bidhan-aimlkit/health.svg)

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

PHPackages © 2026

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