Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.87 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.87 KB

YourPersonalInformation's Package for zipping and/or zipping/password protecting a file.

Latest Version on Packagist Build Status Quality Score Total Downloads

This package will move your uploaded file to the final resting directory and zip the file with a password. The password can either supplied to the package OR generated. The filename and password will be stored in the table specific in the README document.

Installation

You can install the package via composer:

composer require lcallif/zippass

Usage

// Usage description here

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.