https://github.com/tomatophp/awesome
Awesome List of TomatoPHP Community Plugins
https://github.com/tomatophp/awesome
List: awesome
awesome awesome-list awesome-readme
Last synced: 7 months ago
JSON representation
Awesome List of TomatoPHP Community Plugins
- Host: GitHub
- URL: https://github.com/tomatophp/awesome
- Owner: tomatophp
- License: mit
- Created: 2024-09-11T14:06:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T10:53:33.000Z (7 months ago)
- Last Synced: 2024-11-21T11:37:18.867Z (7 months ago)
- Topics: awesome, awesome-list, awesome-readme
- Homepage: https://tomatophp.com
- Size: 32.2 KB
- Stars: 24
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
- ultimate-awesome - awesome - Awesome List of TomatoPHP Community Plugins. (Other Lists / Julia Lists)
README
Hello, Laravel and PHP enthusiasts!
We are excited to announce that we are enhancing our contributions to the Laravel & PHP community. Our team is developing a series of powerful packages and plugins for FilamentPHP, bringing the robust features of the TomatoPHP framework directly to your Filament applications. Stay tuned for more updates and take your Filament apps to the next level with TomatoPHP!
## Use Plugin as a Module
before use this feature please make sure that you are publish the config file of `modules.php` using this command
```bash
php artisan vendor:publish --provider="Nwidart\Modules\LaravelModulesServiceProvider" --tag="config"
```on the config file edit this `'enabled' => true,`
```php
[
'enabled' => true,
'paths' => [
base_path('vendor/*/*'),
],
],
]
```all of this plugin can work as a module inside your app using our `filament-plugins` package and use this command
```bash
php artisan filament-plugins:publish
```and type the name of the plugin you went to publish, if you don't know the plugin name you can use the list of all plugins using this command
```bash
php artisan module:list
```## Plugins List
here is the plugins list you can use.
#### Filament Users
[](https://packagist.org/packages/tomatophp/filament-users)
[](https://packagist.org/packages/tomatophp/filament-users)
[](https://packagist.org/packages/tomatophp/filament-users)
[](https://packagist.org/packages/tomatophp/filament-users)
User Table Resource with a lot of package integrations
[Filament Users V2](https://www.github.com/tomatophp/filament-users)
[Filament Users V1](https://www.github.com/3x1io/filament-user)### Filament Translations
[](https://packagist.org/packages/tomatophp/filament-translations)
[](https://packagist.org/packages/tomatophp/filament-translations)
[](https://packagist.org/packages/tomatophp/filament-translations)
[](https://packagist.org/packages/tomatophp/filament-translations)
Manage your translation with DB and cache, you can scan your language tags like trans(), __(), and get the string inside and translate them using UI.
[Filament Translations V2](https://www.github.com/tomatophp/filament-translations)
[Filament Translations V1](https://www.github.com/3x1io/filament-translations)### Filament Plugins
[](https://packagist.org/packages/tomatophp/filament-plugins)
[](https://packagist.org/packages/tomatophp/filament-plugins)
[](https://packagist.org/packages/tomatophp/filament-plugins)
[](https://packagist.org/packages/tomatophp/filament-plugins)
Manage your modules as a plugin system with a plugin generator
[Filament Plugins](https://www.github.com/tomatophp/filament-plugins)
### Filament Media Manager
[](https://packagist.org/packages/tomatophp/filament-media-manager)
[](https://packagist.org/packages/tomatophp/filament-media-manager)
[](https://packagist.org/packages/tomatophp/filament-media-manager)
[](https://packagist.org/packages/tomatophp/filament-media-manager)
Manage your media files using spatie media library with easy to use GUI for FilamentPHP
[Filament Media Manager](https://www.github.com/tomatophp/filament-media-manager)
### Filament Developer Gate
[](https://packagist.org/packages/tomatophp/filament-developer-gate)
[](https://packagist.org/packages/tomatophp/filament-developer-gate)
[](https://packagist.org/packages/tomatophp/filament-developer-gate)
[](https://packagist.org/packages/tomatophp/filament-developer-gate)
Secure your selected route by using a middleware with a static password for developers only
[Filament Developer Gate](https://www.github.com/tomatophp/filament-developer-gate)
### Filament Accounts
[](https://packagist.org/packages/tomatophp/filament-accounts)
[](https://packagist.org/packages/tomatophp/filament-accounts)
[](https://packagist.org/packages/tomatophp/filament-accounts)
[](https://packagist.org/packages/tomatophp/filament-accounts)
full accounts manager with API/Notifications/Contacts to manage your contacts and accounts
[Filament Accounts](https://www.github.com/tomatophp/filament-accounts)
### Filament Wallet
[](https://packagist.org/packages/tomatophp/filament-wallet)
[](https://packagist.org/packages/tomatophp/filament-wallet)
[](https://packagist.org/packages/tomatophp/filament-wallet)
[](https://packagist.org/packages/tomatophp/filament-wallet)
Account Balance / Wallets Manager For FilamentPHP and Filament Account Builder
[Filament Wallet](https://www.github.com/tomatophp/filament-wallet)
### Filament Alerts
[](https://packagist.org/packages/tomatophp/filament-alerts)
[](https://packagist.org/packages/tomatophp/filament-alerts)
[](https://packagist.org/packages/tomatophp/filament-alerts)
[](https://packagist.org/packages/tomatophp/filament-alerts)
Send notifications to users using notification templates and multi-notification channels
[Filament Alerts](https://www.github.com/tomatophp/filament-alerts)
### Filament FCM
[](https://packagist.org/packages/tomatophp/filament-fcm)
[](https://packagist.org/packages/tomatophp/filament-fcm)
[](https://packagist.org/packages/tomatophp/filament-fcm)
[](https://packagist.org/packages/tomatophp/filament-fcm)
Firebase Cloud Messaging integration to Native FilamentPHP Notification Package
[Filament FCM](https://www.github.com/tomatophp/filament-fcm)
### Filament Helpers
[](https://packagist.org/packages/tomatophp/filament-helpers)
[](https://packagist.org/packages/tomatophp/filament-helpers)
[](https://packagist.org/packages/tomatophp/filament-helpers)
[](https://packagist.org/packages/tomatophp/filament-helpers)
Helper Class Generator to manage your forms and table inside your filament app
[Filament Helpers](https://www.github.com/tomatophp/filament-helpers)
### Filament Icons
[](https://packagist.org/packages/tomatophp/filament-icons)
[](https://packagist.org/packages/tomatophp/filament-icons)
[](https://packagist.org/packages/tomatophp/filament-icons)
[](https://packagist.org/packages/tomatophp/filament-icons)
Picker & Table Column & Icons Provider for FilamentPHP
[Filament Icons](https://www.github.com/tomatophp/filament-icons)
### Filament CMS
[](https://packagist.org/packages/tomatophp/filament-cms)
[](https://packagist.org/packages/tomatophp/filament-cms)
[](https://packagist.org/packages/tomatophp/filament-cms)
[](https://packagist.org/packages/tomatophp/filament-cms)
Full CMS System with easy-to-use page builder & theme manager for FilamentPHP
[Filament CMS](https://www.github.com/tomatophp/filament-cms)
### Filament Types
[](https://packagist.org/packages/tomatophp/filament-types)
[](https://packagist.org/packages/tomatophp/filament-types)
[](https://packagist.org/packages/tomatophp/filament-types)
[](https://packagist.org/packages/tomatophp/filament-types)
Manage any type on your app in the Database with easy Resources for FilamentPHP
[Filament Types](https://www.github.com/tomatophp/filament-types)
### Filament Menus
[](https://packagist.org/packages/tomatophp/filament-menus)
[](https://packagist.org/packages/tomatophp/filament-menus)
[](https://packagist.org/packages/tomatophp/filament-menus)
[](https://packagist.org/packages/tomatophp/filament-menus)
Menu Database builder to use as a navigation on Filament Panel or as a Livewire Component
[Filament Menus](https://www.github.com/tomatophp/filament-menus)
### Filament Browser
[](https://packagist.org/packages/tomatophp/filament-browser)
[](https://packagist.org/packages/tomatophp/filament-browser)
[](https://packagist.org/packages/tomatophp/filament-browser)
[](https://packagist.org/packages/tomatophp/filament-browser)
File & Folders & Media Browser With Code Editor
[Filament Browser](https://www.github.com/tomatophp/filament-browser)
### Filament Artisan
[](https://packagist.org/packages/tomatophp/filament-artisan)
[](https://packagist.org/packages/tomatophp/filament-artisan)
[](https://packagist.org/packages/tomatophp/filament-artisan)
[](https://packagist.org/packages/tomatophp/filament-artisan)
Simple yet powerful library for running some artisan commands. this package is a fork of artisan-gui with some custom for filament UI
[Filament Artisan](https://www.github.com/tomatophp/filament-artisan)
### Filament Settings Hub
[](https://packagist.org/packages/tomatophp/filament-settings-hub)
[](https://packagist.org/packages/tomatophp/filament-settings-hub)
[](https://packagist.org/packages/tomatophp/filament-settings-hub)
[](https://packagist.org/packages/tomatophp/filament-settings-hub)
Manage your app settings with GUI and helpers
[Filament Settings Hub](https://www.github.com/tomatophp/filament-settings-hub)
### Filament Locations
[](https://packagist.org/packages/tomatophp/filament-locations)
[](https://packagist.org/packages/tomatophp/filament-locations)
[](https://packagist.org/packages/tomatophp/filament-locations)
[](https://packagist.org/packages/tomatophp/filament-locations)
Database Seeds for Locations for FilamentPHP
[Filament Locations](https://www.github.com/tomatophp/filament-locations)
### Filament API
[](https://packagist.org/packages/tomatophp/filament-api)
[](https://packagist.org/packages/tomatophp/filament-api)
[](https://packagist.org/packages/tomatophp/filament-api)
[](https://packagist.org/packages/tomatophp/filament-api)
Generate APIs from your filament resource using a single line of code
[Filament API](https://www.github.com/tomatophp/filament-api)
### Filament E-commerce
[](https://packagist.org/packages/tomatophp/filament-ecommerce)
[](https://packagist.org/packages/tomatophp/filament-ecommerce)
[](https://packagist.org/packages/tomatophp/filament-ecommerce)
[](https://packagist.org/packages/tomatophp/filament-ecommerce)
Build your own e-commerce store with FilamentPHP with the Power of Tomato CMS Builder
[Filament E-commerce](https://www.github.com/tomatophp/filament-ecommerce)
### Filament Twilio
[](https://packagist.org/packages/tomatophp/filament-twilio)
[](https://packagist.org/packages/tomatophp/filament-twilio)
[](https://packagist.org/packages/tomatophp/filament-twilio)
[](https://packagist.org/packages/tomatophp/filament-twilio)
Send Whatsapp messages using Twilio and native filament Notification Facade class
[Filament Twilio](https://www.github.com/tomatophp/filament-twilio)
### Filament Discord
[](https://packagist.org/packages/tomatophp/filament-discord)
[](https://packagist.org/packages/tomatophp/filament-discord)
[](https://packagist.org/packages/tomatophp/filament-discord)
[](https://packagist.org/packages/tomatophp/filament-discord)
Send Notification to discord channel Webhook using native FilamentPHP Notification Facade class
[Filament Discord](https://www.github.com/tomatophp/filament-discord)
### Filament Translation Component
[](https://packagist.org/packages/tomatophp/filament-translation-component)
[](https://packagist.org/packages/tomatophp/filament-translation-component)
[](https://packagist.org/packages/tomatophp/filament-translation-component)
[](https://packagist.org/packages/tomatophp/filament-translation-component)
Translation Component as a key/value to use it with Spatie Translatable FilamentPHP Plugin
[Filament Translation Component](https://www.github.com/tomatophp/filament-translation-component)
### Filament Sticky Notes
[](https://packagist.org/packages/tomatophp/filament-notes)
[](https://packagist.org/packages/tomatophp/filament-notes)
[](https://packagist.org/packages/tomatophp/filament-notes)
[](https://packagist.org/packages/tomatophp/filament-notes)
Add Sticky Notes to your FilamentPHP dashboard with tons of options and style
[Filament Sticky Notes](https://www.github.com/tomatophp/filament-notes)
# Filament Invoices Manager
[](https://packagist.org/packages/tomatophp/filament-invoices)
[](https://packagist.org/packages/tomatophp/filament-invoices)
[](https://packagist.org/packages/tomatophp/filament-invoices)
[](https://packagist.org/packages/tomatophp/filament-invoices)
Generate and manage your invoices / payments using multi currencies and multi types in FilamentPHP
[Filament Invoices Manager](https://www.github.com/tomatophp/filament-invoices)
# Filament PWA
[](https://packagist.org/packages/tomatophp/filament-pwa)
[](https://packagist.org/packages/tomatophp/filament-pwa)
[](https://packagist.org/packages/tomatophp/filament-pwa)
[](https://packagist.org/packages/tomatophp/filament-pwa)
get a PWA feature on your FilamentPHP app with settings from panel
[Filament PWA](https://www.github.com/tomatophp/filament-pwa)
# Filament Simple Theme
[](https://packagist.org/packages/tomatophp/filament-simple-theme)
[](https://packagist.org/packages/tomatophp/filament-simple-theme)
[](https://packagist.org/packages/tomatophp/filament-simple-theme)
[](https://packagist.org/packages/tomatophp/filament-simple-theme)
A simple theme for FilamentPHP with custom user menu in sidebar
[Filament Simple Theme](https://www.github.com/tomatophp/filament-simple-theme)
# Filament Subscriptions
[](https://packagist.org/packages/tomatophp/filament-subscriptions)
[](https://packagist.org/packages/tomatophp/filament-subscriptions)
[](https://packagist.org/packages/tomatophp/filament-subscriptions)
[](https://packagist.org/packages/tomatophp/filament-subscriptions)
Manage subscriptions and feature access with customizable plans in FilamentPHP
thanks for [Laravel Subscriptions](https://github.com/laravelcm/laravel-subscriptions) you can review it before use this package.
[Filament Subscriptions](https://www.github.com/tomatophp/filament-subscriptions)
# Filament POS
[](https://packagist.org/packages/tomatophp/filament-pos)
[](https://packagist.org/packages/tomatophp/filament-pos)
[](https://packagist.org/packages/tomatophp/filament-pos)
[](https://packagist.org/packages/tomatophp/filament-pos)
POS System for FilamentPHP with a lot of features and integration with Ecommerce Builder
[Filament POS](https://www.github.com/tomatophp/filament-pos)
# Filament Tenancy
[](https://packagist.org/packages/tomatophp/filament-tenancy)
[](https://packagist.org/packages/tomatophp/filament-tenancy)
[](https://packagist.org/packages/tomatophp/filament-tenancy)
[](https://packagist.org/packages/tomatophp/filament-tenancy)
Tenancy multi-database integration for FilamentPHP
[Filament Tenancy](https://www.github.com/tomatophp/filament-tenancy)
# Filament Withdrawals
[](https://packagist.org/packages/tomatophp/filament-withdrawals)
[](https://packagist.org/packages/tomatophp/filament-withdrawals)
[](https://packagist.org/packages/tomatophp/filament-withdrawals)
[](https://packagist.org/packages/tomatophp/filament-withdrawals)
Manage your withdrawals in Filament
[Filament Withdrawals](https://www.github.com/tomatophp/filament-withdrawals)
# Filament Payment Manager
[](https://packagist.org/packages/tomatophp/filament-payments)
[](https://packagist.org/packages/tomatophp/filament-payments)
[](https://packagist.org/packages/tomatophp/filament-payments)
[](https://packagist.org/packages/tomatophp/filament-payments)
Manage your payments inside FilamentPHP app with multi payment gateway integration
[Filament Payment Manager](https://www.github.com/tomatophp/filament-payments)
# Filament User Logger
[](https://packagist.org/packages/tomatophp/filament-logger)
[](https://packagist.org/packages/tomatophp/filament-logger)
[](https://packagist.org/packages/tomatophp/filament-logger)
[](https://packagist.org/packages/tomatophp/filament-logger)
Log all user activity to file or log driver and preview it on your FilamentPHP panel
[Filament User Logger](https://www.github.com/tomatophp/filament-logger)
# Filament SEO Manager
[](https://packagist.org/packages/tomatophp/filament-seo)
[](https://packagist.org/packages/tomatophp/filament-seo)
[](https://packagist.org/packages/tomatophp/filament-seo)
[](https://packagist.org/packages/tomatophp/filament-seo)
Manage and generate SEO tags and integrate your website with Google SEO services
[Filament SEO Manager](https://www.github.com/tomatophp/filament-seo)
# Filament Documents Editor
[](https://packagist.org/packages/tomatophp/filament-docs)
[](https://packagist.org/packages/tomatophp/filament-docs)
[](https://packagist.org/packages/tomatophp/filament-docs)
[](https://packagist.org/packages/tomatophp/filament-docs)
Manage your documents and contracts all in one place with template builder
[Filament Documents Editor](https://www.github.com/tomatophp/filament-docs)
# Filament Social Media Manager
[](https://packagist.org/packages/tomatophp/filament-social)
[](https://packagist.org/packages/tomatophp/filament-social)
[](https://packagist.org/packages/tomatophp/filament-social)
[](https://packagist.org/packages/tomatophp/filament-social)
Integration of social media platform actions and auth to your FilamentPHP panel
[Filament Social Media Manager](https://www.github.com/tomatophp/filament-social)
# Filament Blog Template
[](https://packagist.org/packages/tomatophp/filament-blog)
[](https://packagist.org/packages/tomatophp/filament-blog)
[](https://packagist.org/packages/tomatophp/filament-blog)
[](https://packagist.org/packages/tomatophp/filament-blog)
Frontend for CMS Builder to build a blog and personal websites
[Filament Blog Template](https://www.github.com/tomatophp/filament-blog)
### Support
you can join our discord server to get support [TomatoPHP](https://discord.gg/Xqmt35Uh)
### Docs
you can check docs of all packages on [Docs](https://docs.tomatophp.com)
### Credits
- [Fady Mondy](https://wa.me/+201207860084)
- [Abdelmjid](https://wa.me/201091523908)### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
### License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.