nailsapp/module-cdn

This package is abandoned and no longer maintained. The author suggests using the nails/module-cdn package instead.

This is the "CDN" module for Nails.

0.1.0 2014-06-21 13:01 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:41:08 UTC


README

license tests Scrutinizer Code Quality

This is the CDN module for Nails, it brings simple file storage, management, and image manipulation to the app with support for popular object storage (e.g. S3) and distributed edges (e.g. CloudFront).

Note: If you are using the crop functionality of this module it is recommended to use @hellopablo's fork of PHPThumb. There is a bug in the original package which causes black lines to be rendered at the edge of images when cropped to certain dimensions.

To use @hellopablo's fork you must alias the package at the root level composer.json (i.e., your project's composer.json) file.

"repositories": [{
    "type": "vcs",
    "url": "https://github.com/hellopablo/PHPThumb"
}]