PHPackages                             ercanertan/twol-ui - 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. ercanertan/twol-ui

ActiveLibrary

ercanertan/twol-ui
==================

This is my package twol-ui

v1.1.0(2y ago)08[4 PRs](https://github.com/ercanertan/twol-ui/pulls)MITPHPPHP ^8.1

Since Sep 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ercanertan/twol-ui)[ Packagist](https://packagist.org/packages/ercanertan/twol-ui)[ Docs](https://github.com/ercanertan/twol-ui)[ RSS](/packages/ercanertan-twol-ui/feed)WikiDiscussions main Synced 1mo ago

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

This is my package twol-ui
==========================

[](#this-is-my-package-twol-ui)

[![Latest Version on Packagist](https://camo.githubusercontent.com/bfdb0d9d00656dacbe3e9c8fa140f738bf8b8538a30b6ea0f7cafd478bfaf63c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f657263616e657274616e2f74776f6c2d75692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ercanertan/twol-ui)[![GitHub Tests Action Status](https://camo.githubusercontent.com/2c6240c831105df15e8167d32c31c942f3d1c6c42248efa5226c5dc04a5a7a6e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f657263616e657274616e2f74776f6c2d75692f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/ercanertan/twol-ui/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/a48ee4e732d40ae3551bdae9af32fe29355508edc27d131e36b1c483504d9132/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f657263616e657274616e2f74776f6c2d75692f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ercanertan/twol-ui/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/dc925ea52bee3d904a2516e9326cd5faff0e29e8b38a4757274f0f71bc90712f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f657263616e657274616e2f74776f6c2d75692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ercanertan/twol-ui)

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/2c32c1c023dd01b1bb0d1d5261baf25e4b6f4ca5fc3a98808df76ca0f0462a3b/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f74776f6c2d75692e6a70673f743d31)](https://spatie.be/github-ad-click/twol-ui)

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 ercanertan/twol-ui
```

You can publish and run the migrations with:

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

You can publish the config file with:

```
php artisan vendor:publish --tag="twol-ui-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="twol-ui-views"
```

Usage
-----

[](#usage)

```
$twolUI = new Ercanertan\TwolUI();
echo $twolUI->echoPhrase('Hello, Ercanertan!');
```

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)

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

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% 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

2

Last Release

971d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ab6a8a5c36fb75c9be519f2ab3bd616539a53f6439fa29df35366630653b88af?d=identicon)[erpack](/maintainers/erpack)

---

Top Contributors

[![ercanertan](https://avatars.githubusercontent.com/u/13382249?v=4)](https://github.com/ercanertan "ercanertan (8 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

laravelercanertantwol-ui

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ercanertan-twol-ui/health.svg)

```
[![Health](https://phpackages.com/badges/ercanertan-twol-ui/health.svg)](https://phpackages.com/packages/ercanertan-twol-ui)
```

###  Alternatives

[leandrocfe/filament-apex-charts

Apex Charts integration for Filament PHP.

4861.2M8](/packages/leandrocfe-filament-apex-charts)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[spatie/livewire-filepond

Upload files using Filepond in Livewire components

306452.7k3](/packages/spatie-livewire-filepond)[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)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[codebar-ag/laravel-filament-json-field

A Laravel Filament JSON Field integration with CodeMirror support

1124.1k](/packages/codebar-ag-laravel-filament-json-field)

PHPackages © 2026

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