zeelot / kohana-media
Using the Kohana cascading file system to serve media assets
Installs: 17 477
Dependents: 1
Suggesters: 0
Security: 0
Stars: 32
Watchers: 6
Forks: 13
Open Issues: 2
Requires
- php: >=5.3.3
- kohana/core: >=3.3
This package is auto-updated.
Last update: 2024-10-21 20:31:16 UTC
README
Taking advantage of the Kohana CFS to serve media files.
- Module Version: 1.3.0
- Module URL: https://github.com/Zeelot/kohana-media
- Compatible Kohana Version(s): 3.3.x
Description
The goal is to be able to package media files with modules without having to copy them to a web accessible directory. Kohana will serve the media files on the first request and write it to a public location for any future requests.