Download the PHP package mohammedjalal99/filament-cache-plugin without Composer

On this page you can find all versions of the php package mohammedjalal99/filament-cache-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package filament-cache-plugin

🚀 Filament Cache Plugin

Latest Version on Packagist GitHub Tests Action Status Total Downloads License

Filament Cache Plugin

The ultimate caching solution for Filament PHP. Supercharge your admin panels with intelligent, zero-config caching that works out of the box. Experience 10x faster page loads and dramatically improved user experience.

✨ Why Choose This Plugin?

**🔥 Blazing Fast** 10x faster page loads with intelligent caching **⚡ Zero Configuration** Works immediately after installation **🎯 Smart Caching** Automatically detects what to cache **🛡️ Cache Invalidation** Intelligent cache busting when data changes **📊 Performance Monitoring** Built-in performance metrics **🔧 Highly Configurable** Fine-tune every aspect of caching

📊 Cache Management

Monitor and control your cache with built-in tools:

Commands:

Performance Monitoring:


🎯 Real-World Example

Here's how easy it is to cache everything in your Filament resources:

Result: Page loads 10x faster with zero database queries on subsequent requests!


🎬 Performance Demo

Before vs After Performance:

What Gets Cached:


📦 Installation

Step 1: Install the Package

Step 2: Install Redis (Recommended)

🐧 Ubuntu/Debian
🍎 macOS
🐳 Docker
🪟 Windows

Step 3: Configure Laravel

Update your .env file:

Step 4: Register the Plugin

Add to your Panel Provider (app/Providers/Filament/AdminPanelProvider.php):

Step 5: Clear Cache & Test

That's it! 🎉 Your Filament app is now supercharged with intelligent caching.


🚀 How to Use

The plugin works automatically out of the box, but here are ways to maximize its power:

🔥 Zero Configuration Usage

The plugin automatically caches:

No code changes needed! Just install and enjoy 10x faster performance.

⚡ Enhanced Usage with Traits

For maximum performance, add caching traits to your resources:

Cache Everything in Resources

Cache Expensive Queries

Cache Form Options

Cache Table Calculations

Cache Widget Data

🛠️ Advanced Configuration

For fine-grained control, publish the config file:

Then customize config/filament-cache.php:

📊 Monitor Performance

Use built-in commands to monitor your cache:

🎯 Plugin Configuration Options

Configure the plugin for your specific needs:

🔧 Real-World Examples

E-commerce Admin Panel

Analytics Dashboard

📈 Expected Performance Improvements

After installing the plugin, you should see:

🆘 Troubleshooting

Cache not working?

Seeing stale data?

Performance issues?


🚀 Quick Start Examples

Auto-Cache Database Queries

Cache Form Options

Cache Widget Data

Cache Table Columns


⚙️ Advanced Configuration

Publish the config file:

Complete Configuration Options

Plugin Fluent Configuration


🔧 Usage Patterns

Resource Caching

Widget Performance Optimization

Page Caching with Conditions


🎯 Advanced Features

Tagged Caching for Smart Invalidation

Performance Monitoring

Cache Warming

Cache Analysis & Debugging


🏆 Performance Benchmarks

Real-world performance improvements with the plugin:

Metric Before After Improvement
Page Load Time 2.3s 0.23s 10x faster
Database Queries 47 3 94% reduction 🎯
Memory Usage 32MB 12MB 62% less 💾
Server Response 1.8s 0.15s 12x faster 🚀
Concurrent Users 50 500+ 10x capacity 📈

Real Test Cases

E-commerce Dashboard (1000+ orders):

User Management (5000+ users):

Analytics Widget:


🔍 Troubleshooting

Common Issues & Solutions

Cache not working?

Stale data showing?

Memory issues?

Debug Commands


🎨 Customization

Custom Cache Drivers

Custom Cache Keys

Event Hooks


🤝 Contributing

We welcome contributions! Please see our Contributing Guide.

Development Setup

Running Tests


📋 Requirements & Compatibility

Minimum Requirements

Tested Environments

Environment Status Notes
PHP 8.1 ✅ Fully Supported Minimum version
PHP 8.2 ✅ Fully Supported Recommended
PHP 8.3 ✅ Fully Supported Latest
Laravel 10.x ✅ Fully Supported LTS
Laravel 11.x ✅ Fully Supported Latest
Filament 3.x ✅ Fully Supported Latest
Redis 6+ ✅ Recommended Best performance
Database Cache ✅ Supported Fallback option

Quick Redis Setup


🔒 Security

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.


📄 License

The MIT License (MIT). Please see License File for more information.


🙏 Credits

Built with ❤️ for the Filament PHP community.


⭐ Show Your Support

If this plugin helped you, please consider:

Community

Join our growing community:


Make your Filament apps blazing fast! 🚀


All versions of filament-cache-plugin with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
filament/filament Version ^3.0 || ^4.0
illuminate/contracts Version ^10.0 || ^11.0 || ^12.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mohammedjalal99/filament-cache-plugin contains the following files

Loading the files please wait ...