rlacerda83 / lumem-elocache
Cache Eloquent querys for lumem
v1.0
2015-09-06 03:12 UTC
Requires
- php: >=5.3.2
Requires (Dev)
- laravel/lumen-framework: 5.1.*
- phpunit/phpunit: ~4.4
- vlucas/phpdotenv: ~1.0
This package is auto-updated.
Last update: 2024-10-29 00:16:43 UTC
README
Simple layer for Eloquent Querys
This package is for you that want to implement a simple caching solution.
The package was implemented using repositories patterns.
The cache service uses tags, so this package will only work with memcached and redis.
Current Features
- Enable\disable filter by repository
- Renews the cache automatically
- Log refreshed caches
Upcoming Features
- Cache available to other drivers
Documentation
Please visit Wiki documentation for more information.
Contributing
Contributions are welcome and will be fully credited. Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email r.lacerda83@gmail.com instead of using the issue tracker.