PHPackages                             fromhome/laravel-moota - 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. fromhome/laravel-moota

ActiveLibrary[API Development](/categories/api)

fromhome/laravel-moota
======================

Unofficial Moota integration in Laravel

0.3.0(1y ago)0124[4 PRs](https://github.com/atfromhome/laravel-moota/pulls)MITPHPPHP ^8.1CI passing

Since Feb 8Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/atfromhome/laravel-moota)[ Packagist](https://packagist.org/packages/fromhome/laravel-moota)[ Docs](https://github.com/atfromhome/laravel-moota)[ RSS](/packages/fromhome-laravel-moota/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (8)Versions (9)Used By (0)

Unofficial Moota integration in Laravel
=======================================

[](#unofficial-moota-integration-in-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/98e145ddc1ffe0e4a2ed58eec7834d8e46243d039df3ea97fbff70e15d793724/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617466726f6d686f6d652f6c61726176656c2d6d6f6f74612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fromhome/laravel-moota)[![PHPUnit](https://github.com/atfromhome/laravel-moota/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/atfromhome/laravel-moota/actions/workflows/run-tests.yml)[![Laravel Pint](https://github.com/atfromhome/laravel-moota/actions/workflows/fix-php-code-style-issues.yml/badge.svg?branch=main)](https://github.com/atfromhome/laravel-moota/actions/workflows/fix-php-code-style-issues.yml)[![Psalm](https://github.com/atfromhome/laravel-moota/actions/workflows/run-psalm-static-analyst.yml/badge.svg?branch=main)](https://github.com/atfromhome/laravel-moota/actions/workflows/run-psalm-static-analyst.yml)[![Total Downloads](https://camo.githubusercontent.com/d47e73c02b624f55991dd25fd6ad4c9cde4b91cd55a24208af911096dee74597/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617466726f6d686f6d652f6c61726176656c2d6d6f6f74612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fromhome/laravel-moota)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require atfromhome/laravel-moota
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-moota-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-moota-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-moota-views"
```

Usage
-----

[](#usage)

```
$moota = new FromHome\Moota();
echo $moota->echoPhrase('Hello, FromHome!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Nuradiyana](https://github.com/atfromhome)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance71

Regular maintenance activity

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.2% 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 ~128 days

Total

4

Last Release

438d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3500d4ed2061891d54f54b550fbb9e782d0d1838b7fee429578a0733b0a378bf?d=identicon)[NoorAdiana](/maintainers/NoorAdiana)

---

Top Contributors

[![nuradiyana](https://avatars.githubusercontent.com/u/1073802?v=4)](https://github.com/nuradiyana "nuradiyana (30 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

phplaravellaravel-package

###  Code Quality

Static AnalysisPsalm

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/fromhome-laravel-moota/health.svg)

```
[![Health](https://phpackages.com/badges/fromhome-laravel-moota/health.svg)](https://phpackages.com/packages/fromhome-laravel-moota)
```

###  Alternatives

[joisarjignesh/bigbluebutton

BigBlueButton Server API Library for Laravel

162145.5k1](/packages/joisarjignesh-bigbluebutton)[wayofdev/laravel-symfony-serializer

📦 Laravel wrapper around Symfony Serializer.

2113.6k](/packages/wayofdev-laravel-symfony-serializer)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)[sandorian/moneybird-api-php

Moneybird API client for PHP

127.3k](/packages/sandorian-moneybird-api-php)[codebar-ag/laravel-zammad

Zammad integration with Laravel

106.1k](/packages/codebar-ag-laravel-zammad)

PHPackages © 2026

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