Libraries tagged by attia
zotyo/ajax-file-uploader
232 Downloads
Upload your files separately then just attach the uploaded file's id to your form
zookal/grid-product-editor
6 Downloads
Magento 1 grid product attirbute editor
short-edition/uploader-bundle
512 Downloads
Ease file uploads attached to entities
phlak/laravel-pivot
8862 Downloads
This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.
nettonn/yii2demandimg
7 Downloads
Yii2 ext to attach images to models with thumb generator on demand and admin widgets
mikemix/eventdispatcher
22 Downloads
Easily attach to ZF2 events
davidyell/sortable
271 Downloads
A small component to implement sortable tables with id's in a Cake view. This allows you to easily attach sorting to any table.
callmez/yii2-storage
167 Downloads
The attachment storage for the Yii framework. Support (local, qiniu) file storage,
c33s/construction-kit-bundle
133 Downloads
Attach files to any (Propel) object using Symfony2
b2bcenter/safecurl
7995 Downloads
A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.
andreas-glaser/dc-event-bundle
938 Downloads
Doctrine Custom Event Bundle - This bundle attaches an event handler during preFlush, allowing you to persist, update and remove entities while having access to change sets.
ali-sharifi/xss-cleaner-filter
16 Downloads
additional laravel filter to prevent xss attack
adamthehutt/laravel-unique-bigint-ids
1702 Downloads
This allows for the generation of sequential IDs that can be created before inserting into the database and are virtually (but not totally) guaranteed to be globally unique for the app. Additional benefits come from generating IDs before DB persistence, which streamlines code for, e.g., attaching related records.
mattiasgeniar/phpunit-query-count-assertions
465851 Downloads
A custom assertion for phpunit that allows you to count the amount of SQL queries used in a test. Can be used to enforce certain performance characteristics (ie: limit queries to X for a certain action).
mattiasgeniar/php-percentages
220578 Downloads
A clean interface to calculate percentages in PHP: changes between values, percentage increases, partial values, ...