PHPackages                             attachy/attachy - 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. attachy/attachy

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

attachy/attachy
===============

Upload handling automation

57.1k1PHP

Since Dec 5Pushed 13y agoCompare

[ Source](https://github.com/etherealite/attachy)[ Packagist](https://packagist.org/packages/attachy/attachy)[ RSS](/packages/attachy-attachy/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Attachy - A Carrierwave(Ruby on Rails gem) like Upload handling framework for Laravel.
======================================================================================

[](#attachy---a-carrierwaveruby-on-rails-gem-like-upload-handling-framework-for-laravel)

paragraph long plug goes here.

Features
--------

[](#features)

- PHP 5.3 compatible
- Carrierwave like versioning support.
- Clean - only needs one added field in your database table per file.
- Dependancy injected
- Not explicity dependant on Elequent, doesn't extend Eloquent models.
- Works with mass assignment
- Modular - Extend to use S3 for storage, handle ajax uploads.
- Less magical lets you decide how to make your thumbnails and design your databse tables.
- More secure - Filters both dangerous filenames and file extensions like '.php'.

Usage with Eloquent
-------------------

[](#usage-with-eloquent)

Insert a new string column into your table to hold file meta for Attachy.

```
