Download the PHP package zaszczyk/phalcon-uploader without Composer
On this page you can find all versions of the php package zaszczyk/phalcon-uploader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zaszczyk/phalcon-uploader
More information about zaszczyk/phalcon-uploader
Files in zaszczyk/phalcon-uploader
Download zaszczyk/phalcon-uploader
More information about zaszczyk/phalcon-uploader
Files in zaszczyk/phalcon-uploader
Vendor zaszczyk
Package phalcon-uploader
Short Description Phalcon files uploader. Handling and downloading files for Phalcon projects. Allowed multiple files download, filters etc...
License MIT
Homepage https://github.com/stanislav-web/phalcon-uploader
Package phalcon-uploader
Short Description Phalcon files uploader. Handling and downloading files for Phalcon projects. Allowed multiple files download, filters etc...
License MIT
Homepage https://github.com/stanislav-web/phalcon-uploader
Please rate this library. Is it a good library?
Informations about the package phalcon-uploader
Phalcon File Uploader
Description
Handling and downloading files for Phalcon projects. Allowed multiple files, filters etc.... (Currently under TDD)
Change Log
[v 1.4-beta] 2015-05-28
- ability to download files to a dynamically created directory (by [Mahdi-Mohammadi](https://github.com/Mahdi-Mohammadi))
[v 1.3-beta] 2015-05-07
- it support Phalcon 2.0
[v 1.2-beta] 2015-05-07
- ability to use closure (anonimous function) for generate uploaded file name
[v 1.1-beta] 2015-02-23
- ability to delete files after downloading ($uploader->truncate())
[v 1.0-beta] 2015-01-10
- added validator (sizes, extensions, mime types, directory upload)
- added filters (sanitize filename pre save, hash filename)
Compatible
- PSR-0, PSR-1, PSR-2, PSR-4 Standards
System requirements
- PHP 5.4.x >
- Phalcon extension 1.3.x
Install
First update your dependencies through composer. Add to your composer.json:
Then run to update dependency and autoloader
or just
(Do not forget to include the composer autoloader)
Or manual require in your loader service
You can create an injectable service
Usage
Simple usage
Filters
Full Handle
Unit Test
Also available in /phpunit directory. Run command to start
Read logs from phpunit/log
Change Log
Issues
All versions of phalcon-uploader with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package zaszczyk/phalcon-uploader contains the following files
Loading the files please wait ....