Download the PHP package leaderos-net/bulletproof-php7 without Composer
On this page you can find all versions of the php package leaderos-net/bulletproof-php7. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download leaderos-net/bulletproof-php7
More information about leaderos-net/bulletproof-php7
Files in leaderos-net/bulletproof-php7
Package bulletproof-php7
Short Description A simple and secure PHP image uploader
License MIT
Homepage http://github.com/samayo/bulletproof
Informations about the package bulletproof-php7
BULLETPROOF 
Bulletproof is a single-class PHP library to upload images securely.
Installation
Install using git
Install using Composer
Or download it manually in a ZIP format
Usage
To quickly upload images, use the following HTML & PHP code:
For more options or configurations, check the following examples:
Configs
Setting Properties
Methods to set restriction on the image name, size, type, etc.. to upload
Getting Properties
Methods to retrieve image data before/after upload.
Extended Configuration Usage
How to use the property setters and getters.
Image Manipulation
To crop, resize or watermak images, use functions stored in src/utils
Creating custom errors
Use php exceptions to define custom error responses
What makes this secure?
- Uses
exif_imagetype()to get the true image mime (.extension) - Uses
getimagesize()to check if image has a valid height / width in pixels. - Sanitized images names, strict folder permissions and more...
License: MIT
All versions of bulletproof-php7 with dependencies
ext-exif Version *
