PHPackages                             andywer/larablob - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. andywer/larablob

ActiveLibrary[File &amp; Storage](/categories/file-storage)

andywer/larablob
================

Local blob store for the famous Laravel PHP web framework

021PHP

Since Mar 6Pushed 10y ago1 watchersCompare

[ Source](https://github.com/andywer/larablob)[ Packagist](https://packagist.org/packages/andywer/larablob)[ RSS](/packages/andywer-larablob/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Larablob - Laravel blob store
=============================

[](#larablob---laravel-blob-store)

[![Build Status](https://camo.githubusercontent.com/cdb21822a109f00785347626d2e70671ee53971b6c4d540ec73bdcee6a0e0376/68747470733a2f2f7472617669732d63692e6f72672f616e64797765722f6c617261626c6f622e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/andywer/larablob)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/46c3dbcd4060ccb01d81bef5de7cd2a4263318803cf0a62b34cdb2219b3a7d60/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e64797765722f6c617261626c6f622f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/andywer/larablob/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/092ffbbb2d916ec76812a79b2ce215e81ad42141563bd048db4bf7987515e2a8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e64797765722f6c617261626c6f622f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/andywer/larablob/?branch=master)

File uploads made easy! PHP blob store for the famous [Laravel](http://laravel.com/) web framework.

Features
--------

[](#features)

- File system based blob storage
- Blobs grouped by named blob groups
- Supports storing blob metadata (stored as JSON files)
- Compatible with Laravel 4.1, 4.2 &amp; 5.0

Why use it?
-----------

[](#why-use-it)

- You will frequently need to store binary large objects (blobs) like user-uploaded images
- Larablob stores the data separate from your database
- So your database dumps stay small
- Backups are dead easy: Just copy the blob store directory
- Easy to set up and simple to use
- Frequent security pitfalls have been considered and cared for
- Clean high-level API and uncomplicated access on filesystem layer

How To
------

[](#how-to)

```
