PHPackages                             summonshr/filamentphp-unroundify - 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. summonshr/filamentphp-unroundify

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

summonshr/filamentphp-unroundify
================================

A filamentphp package to nullify roundness in default filamentphp ui.

0.0.2(2y ago)332[1 issues](https://github.com/Summonshr/filamentphp-unroundify/issues)MITPHPPHP ^8.1

Since Jan 25Pushed 2y agoCompare

[ Source](https://github.com/Summonshr/filamentphp-unroundify)[ Packagist](https://packagist.org/packages/summonshr/filamentphp-unroundify)[ Docs](https://github.com/summonshr/filamentphp-unroundify)[ RSS](/packages/summonshr-filamentphp-unroundify/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Nullify round corners in filamentphp
====================================

[](#nullify-round-corners-in-filamentphp)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0b65401021829cf98feb5e639b41b898fa05bac5bb8d9b0f0b9ea33b630b176c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73756d6d6f6e7368722f66696c616d656e747068702d756e726f756e646966792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/summonshr/filamentphp-unroundify)[![Total Downloads](https://camo.githubusercontent.com/1845a5c48d601ef0d0814c452c9d3ae1b1721f6bd872bcda5ce86001d23cf39b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73756d6d6f6e7368722f66696c616d656e747068702d756e726f756e646966792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/summonshr/filamentphp-unroundify)

This package provides a solution to nullify round corners in filamentphp. It allows you to easily remove round corners from your filamentphp projects.

To get started, you can install the package via composer by running the following command:

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

[](#installation)

You can install the package via composer:

```
composer require summonshr/filamentphp-unroundify
```

Usage
-----

[](#usage)

```
$panel
    ->plugins([
        new UnroundifyPlugin(excludes: ['fi-avatar'], includes: ['fi-another-class', 'fi-circular']),
    ]);
```

Yep, just this much.

Now your filamentphp projects stands out with smooth corners! 💫

[![image](https://private-user-images.githubusercontent.com/8534680/299545221-5f8c2d4e-078f-4cb6-9325-9a0a9e297acc.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Nzk0Nzc1MDYsIm5iZiI6MTc3OTQ3NzIwNiwicGF0aCI6Ii84NTM0NjgwLzI5OTU0NTIyMS01ZjhjMmQ0ZS0wNzhmLTRjYjYtOTMyNS05YTBhOWUyOTdhY2MucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDUyMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA1MjJUMTkxMzI2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTkxYzNhYTJhZmEzMTk4MTE1NDc2YjhiOWFhZDU0NDIwODVkNzIzNzY2OGYzYmYwZWE3NGQ0NzkzNjBjZmE4NCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.UMt-__-X6ilxZuIDDM37iQd5qmkrmHvynWbfMw1Vuus)](https://private-user-images.githubusercontent.com/8534680/299545221-5f8c2d4e-078f-4cb6-9325-9a0a9e297acc.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Nzk0Nzc1MDYsIm5iZiI6MTc3OTQ3NzIwNiwicGF0aCI6Ii84NTM0NjgwLzI5OTU0NTIyMS01ZjhjMmQ0ZS0wNzhmLTRjYjYtOTMyNS05YTBhOWUyOTdhY2MucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDUyMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA1MjJUMTkxMzI2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTkxYzNhYTJhZmEzMTk4MTE1NDc2YjhiOWFhZDU0NDIwODVkNzIzNzY2OGYzYmYwZWE3NGQ0NzkzNjBjZmE4NCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.UMt-__-X6ilxZuIDDM37iQd5qmkrmHvynWbfMw1Vuus)

Credits
-------

[](#credits)

- [Suman Shrestha](https://github.com/Summonshr)

License
-------

[](#license)

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

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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 ~0 days

Total

2

Last Release

883d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8534680?v=4)[Suman Shrestha](/maintainers/summonshr)[@Summonshr](https://github.com/Summonshr)

---

Top Contributors

[![Summonshr](https://avatars.githubusercontent.com/u/8534680?v=4)](https://github.com/Summonshr "Summonshr (16 commits)")

---

Tags

laravelSummonshrunroundify

### Embed Badge

![Health badge](/badges/summonshr-filamentphp-unroundify/health.svg)

```
[![Health](https://phpackages.com/badges/summonshr-filamentphp-unroundify/health.svg)](https://phpackages.com/packages/summonshr-filamentphp-unroundify)
```

###  Alternatives

[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122157.7k1](/packages/stephenjude-filament-feature-flags)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

209175.5k8](/packages/bezhansalleh-filament-google-analytics)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94113.9k5](/packages/marcelweidum-filament-expiration-notice)[stephenjude/filament-blog

Filament Blog Builder

20518.8k](/packages/stephenjude-filament-blog)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12451.0k](/packages/jibaymcs-filament-tour)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

63105.4k2](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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