Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.148.217.66
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
vendor /
league /
glide /
Delete
Unzip
Name
Size
Permission
Date
Action
docs
[ DIR ]
drwxr-xr-x
2020-11-05 09:00
src
[ DIR ]
drwxr-xr-x
2020-11-05 09:00
tests
[ DIR ]
drwxr-xr-x
2020-11-05 09:00
.gitattributes
11
B
-rw-r--r--
2020-11-05 09:00
.gitignore
60
B
-rw-r--r--
2020-11-05 09:00
.scrutinizer.yml
904
B
-rw-r--r--
2020-11-05 09:00
.travis.yml
519
B
-rw-r--r--
2020-11-05 09:00
CHANGELOG.md
116
B
-rw-r--r--
2020-11-05 09:00
CONTRIBUTING.md
1.19
KB
-rw-r--r--
2020-11-05 09:00
LICENSE
1.08
KB
-rw-r--r--
2020-11-05 09:00
README.md
3.63
KB
-rw-r--r--
2020-11-05 09:00
composer.json
1.03
KB
-rw-r--r--
2020-11-05 09:00
phpunit.xml.dist
752
B
-rw-r--r--
2020-11-05 09:00
Save
Rename
# Glide [](https://twitter.com/reinink) [](https://github.com/thephpleague/glide) [](https://github.com/thephpleague/glide/releases) [](https://github.com/thephpleague/glide/blob/master/LICENSE) [](https://travis-ci.org/thephpleague/glide) [](http://hhvm.h4cc.de/package/league/glide) [](https://scrutinizer-ci.com/g/thephpleague/glide/code-structure) [](https://scrutinizer-ci.com/g/thephpleague/glide) [](https://packagist.org/packages/league/glide) Glide is a wonderfully easy on-demand image manipulation library written in PHP. Its straightforward API is exposed via HTTP, similar to cloud image processing services like [Imgix](http://www.imgix.com/) and [Cloudinary](http://cloudinary.com/). Glide leverages powerful libraries like [Intervention Image](http://image.intervention.io/) (for image handling and manipulation) and [Flysystem](http://flysystem.thephpleague.com/) (for file system abstraction). [](https://glide.herokuapp.com/1.0/kayaks.jpg?w=1000) > © Photo Joel Reynolds ## Highlights - Adjust, resize and add effects to images using a simple HTTP based API. - Manipulated images are automatically cached and served with far-future expires headers. - Create your own image processing server or integrate Glide directly into your app. - Supports both the [GD](http://php.net/manual/en/book.image.php) library and the [Imagick](http://php.net/manual/en/book.imagick.php) PHP extension. - Supports many response methods, including PSR-7, HttpFoundation and more. - Ability to secure image URLs using HTTP signatures. - Works with many different file systems, thanks to the [Flysystem](http://flysystem.thephpleague.com/) library. - Powered by the battle tested [Intervention Image](http://image.intervention.io/) image handling and manipulation library. - Framework-agnostic, will work with any project. - Composer ready and PSR-2 compliant. ## Documentation Full documentation can be found at [glide.thephpleague.com](http://glide.thephpleague.com). ## Installation Glide is available via Composer: ```bash $ composer require league/glide ``` ## Testing Glide has a [PHPUnit](https://phpunit.de/) test suite. To run the tests, run the following command from the project folder: ```bash $ phpunit ``` ## Contributing Contributions are welcome and will be fully credited. Please see [CONTRIBUTING](https://github.com/thephpleague/glide/blob/master/CONTRIBUTING.md) for details. ## Security If you discover any security related issues, please email jonathan@reinink.ca instead of using the issue tracker. ## Credits - [Jonathan Reinink](https://github.com/reinink) - [All Contributors](https://github.com/thephpleague/glide/contributors) ## License The MIT License (MIT). Please see [LICENSE](https://github.com/thephpleague/glide/blob/master/LICENSE) for more information.