• Jeremy Mikola's avatar
    Refactor GridFS internals · 46864db5
    Jeremy Mikola authored
    The Bucket's public API remains unchanged. More logic has been moved into the CollectionWrapper and the stream classes have also been renamed.
    
    The StreamWrapper's registration has been changed to allow a configurable protocol (Bucket defaults to "gridfs"). While file paths are generated for readable and writable streams (now in a more robust manner), necessary arguments are passed through context options. We may decide to simplify the path for readable streams down the line, unless the current path is beneficial for debugging.
    
    Closes #167
    46864db5
Name
Last commit
Last update
docs Loading commit data...
src Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
RELEASE-0.1.0 Loading commit data...
RELEASE-0.2.0 Loading commit data...
RELEASE-1.0 Loading commit data...
apigen.neon Loading commit data...
composer.json Loading commit data...
mkdocs.yml Loading commit data...
phpunit.xml.dist Loading commit data...