PHPackages                             atendwa/kitambulisho - 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. atendwa/kitambulisho

ActiveLibrary

atendwa/kitambulisho
====================

This is my package kitambulisho

1.0.3(10mo ago)0134↓100%[3 PRs](https://github.com/atendwa/Kitambulisho/pulls)MITPHPPHP ^8.2CI passing

Since Jul 8Pushed 1mo agoCompare

[ Source](https://github.com/atendwa/Kitambulisho)[ Packagist](https://packagist.org/packages/atendwa/kitambulisho)[ Docs](https://github.com/atendwa/kitambulisho)[ GitHub Sponsors](https://github.com/atendwa)[ RSS](/packages/atendwa-kitambulisho/feed)WikiDiscussions main Synced 1mo ago

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

This is my package kitambulisho
===============================

[](#this-is-my-package-kitambulisho)

[![Latest Version on Packagist](https://camo.githubusercontent.com/84291fcb759877cd12f17d845b61659192d0a36bf8f378f73676521b6ca56022/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6174656e6477612f6b6974616d62756c6973686f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/atendwa/kitambulisho)[![GitHub Tests Action Status](https://camo.githubusercontent.com/2f0ef51c85013255b70c51383f1a546802396f59484024f475a1af39e82daad9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6174656e6477612f6b6974616d62756c6973686f2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/atendwa/kitambulisho/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/5f293e2726560d31a896886ac0df01938fa9da1a0c6b5f062e329f2865b11dee/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6174656e6477612f6b6974616d62756c6973686f2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/atendwa/kitambulisho/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/020799883122ea3be4e3928e94aed9d32c29134c91bd396e1f80e9008b722d0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6174656e6477612f6b6974616d62756c6973686f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/atendwa/kitambulisho)

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

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/c3ee4b6d43b449a3c1e41d57d0a5bb9e27c36319c626839fe8a969750a237aca/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f4b6974616d62756c6973686f2e6a70673f743d31)](https://spatie.be/github-ad-click/Kitambulisho)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require atendwa/kitambulisho
```

You can publish and run the migrations with:

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

You can publish the config file with:

```
php artisan vendor:publish --tag="kitambulisho-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="kitambulisho-views"
```

Usage
-----

[](#usage)

```
$kitambulisho = new Atendwa\Kitambulisho();
echo $kitambulisho->echoPhrase('Hello, Atendwa!');
```

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)

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

License
-------

[](#license)

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

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance74

Regular maintenance activity

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~0 days

Total

4

Last Release

305d ago

### Community

Maintainers

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

---

Top Contributors

[![atendwa](https://avatars.githubusercontent.com/u/125092307?v=4)](https://github.com/atendwa "atendwa (6 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravelAtendwakitambulisho

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/atendwa-kitambulisho/health.svg)

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

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[muhammadsadeeq/laravel-activitylog-ui

A beautiful, modern UI for Spatie's Activity Log with advanced filtering, analytics, and real-time features.

17510.1k](/packages/muhammadsadeeq-laravel-activitylog-ui)[jacobtims/filament-logger

Activity logger for filament

1721.0k4](/packages/jacobtims-filament-logger)[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

141.1k](/packages/mradder-filament-logger)[basillangevin/laravel-data-json-schemas

Transforms Spatie Data objects into JSON Schemas with built-in validation

1312.2k1](/packages/basillangevin-laravel-data-json-schemas)

PHPackages © 2026

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