tristanbes / elophant-bundle
Easy manipulation for Elophant API in order to get league of legends statistics
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.3
- misd/guzzle-bundle: ~1.0
- snc/redis-bundle: 1.1.*
- symfony/framework-bundle: ~2.1
Requires (Dev)
- predis/predis: 0.8.*@dev
Suggests
- sonata-project/admin-bundle: If you want to use the statistic dashboard
This package is auto-updated.
Last update: 2024-10-12 04:15:16 UTC
README
This bundle allows to easily use the Elophant API in your Symfony2 project by configuring it through your configuration.
- Visualization - See how much request has succeded / failed per day (requires SonataAdminBundle / Optionnal)
- Cache implementation - Avoid reaching the global API request exceeded by caching the API response. (Requires redis)
Initially we used similar functionnality for Seek Team
, so I decided to rework it a little and add extra functionality.
Documentation
For documentation, see: