Download the PHP package mjohnson/transit without Composer
On this page you can find all versions of the php package mjohnson/transit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mjohnson/transit
More information about mjohnson/transit
Files in mjohnson/transit
Download mjohnson/transit
More information about mjohnson/transit
Files in mjohnson/transit
Vendor mjohnson
Package transit
Short Description A file uploader with support for validation, image transformation and remote transportation.
License MIT
Homepage http://milesj.me/code/php/transit
Package transit
Short Description A file uploader with support for validation, image transformation and remote transportation.
License MIT
Homepage http://milesj.me/code/php/transit
Please rate this library. Is it a good library?
Informations about the package transit
Transit v2.0.0
A lightweight file uploader that also provides extended support for file validation, file transformation (image resizing, cropping, etc) and file transportation (moving files to Amazon S3 or another external storage system).
Requirements
- PHP 5.4
- Fileinfo
- Multibyte
- Curl
- Exif (optional)
- Composer
- AWS SDK (optional)
- Rackspace OpenCloud SDK (optional)
Features
- Easily upload a file into the local file system
- Basic support for file moving and renaming through
File
- Overwrite protection and file name filtering
- Import a file from a remote location, local file system path or an input stream
- Transform and alter a file by running a
Transformer
on it - Create new files based off an original file by using transformers
- Transport to or delete a file from Amazon S3 or Glacier using a
Transporter
- Validate files and images using a defined set of rules using a
Validator
- Support for extending built in transporters, transformers and validators
- Exif reading support through
File
and orientation fixing throughExifTransformer
Contributors
- Serge Rodovnichenko (SergeR) -
FitTransformer
- Ricky Dunlop (rickydunlop) -
File::supportsExif()
- Safonov Nikita (ns3777k) -
removeLocal
option
All versions of transit with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
ext-curl Version *
ext-mbstring Version *
ext-fileinfo Version *
ext-curl Version *
ext-mbstring Version *
ext-fileinfo Version *
The package mjohnson/transit contains the following files
Loading the files please wait ....