PHPackages                             venntechca/lifebots - 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. venntechca/lifebots

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

venntechca/lifebots
===================

1.0.4(1mo ago)06↓88.9%MITPHP

Since Jun 2Pushed 2w agoCompare

[ Source](https://github.com/venntechca/lifebots)[ Packagist](https://packagist.org/packages/venntechca/lifebots)[ RSS](/packages/venntechca-lifebots/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

LifeBots Laravel SDK
====================

[](#lifebots-laravel-sdk)

A lightweight, expressive Laravel package for interacting with the **LifeBots.cloud API**.
Provides a clean API client, optional Facade, and full Laravel auto‑discovery with publishable configuration.

---

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

[](#installation)

Install via Composer:

```
composer require venntechca/lifebots
```

Then to get the config via Artisan

```
php artisan vendor:publish --tag=lifebots
```

Env config varables are

```
LIFEBOTS_API_KEY=
LIFEBOTS_BOT_NAME=
LIFEBOTS_SECRET=
```

API\_KEY is the developer key, once you get a life bot account theres a option to be a developer.

BOT\_NAME is the name of your bot, their legacy/login name, NOT their display name.

SECRET is the secret password you set in your bot's web config.

Usage
-----

[](#usage)

```
$name = LifeBots::key2name($uuid); // returns Error if failed
$key = LifeBots::name2key($name); // returns nullkey if failed
$displayName = LifeBots::displayname($uuid); // returns Error if failed
$botBalance = LifeBots::getBotBalance(); // returns a zero if failed
$avatarPic = LifeBots::getAvatarPic($uuid); // returns a nullkey if failed
LifeBots::sendim($legacyname, $message); // returns true if sent, false otherwise
LifeBots::sendchanmsg($channel, $message); // same as this one
LifeBots::groupinvite(string $user, string $group, string $role, integer $check = 1); // returns true|false
LifeBots::groupeject(string $user, string $group); // returns true|false
```

getAvatarPic() returns the UUID of the texture in the avatar's profile picture. Please use a processor to get the texture from SL to display on a web page

More features will come in a future update.

Credits
-------

[](#credits)

- NealB for making LifeBots for Second Life
- Venkellie for making this package to work with LifeBots.

Last Update: June 5 2026 (1.0.4)

Change logs moved to CHANGELOG.md

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance94

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

5

Last Release

49d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/42349180?v=4)[Ven Vortex](/maintainers/chrisx84)[@Chrisx84](https://github.com/Chrisx84)

---

Top Contributors

[![Chrisx84](https://avatars.githubusercontent.com/u/42349180?v=4)](https://github.com/Chrisx84 "Chrisx84 (17 commits)")

### Embed Badge

![Health badge](/badges/venntechca-lifebots/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M347](/packages/psalm-plugin-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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