All Projects → LiveTyping → hermitage-skeleton

LiveTyping / hermitage-skeleton

Licence: MIT License
Hermitage Skeleton

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to hermitage-skeleton

hermitage
Service that provides storage, delivery and modification of your images
Stars: ✭ 33 (+106.25%)
Mutual labels:  images, image-manipulation, imageserver, hermitage
Oblique
With Oblique explore new styles of displaying images
Stars: ✭ 633 (+3856.25%)
Mutual labels:  images, image-manipulation
Imbo
Imbo is an image "server" that can be used to add/get/delete images using a RESTful interface.
Stars: ✭ 312 (+1850%)
Mutual labels:  images, image-manipulation
Nuxt Image Loader Module
An image loader module for nuxt.js that allows you to configure image style derivatives.
Stars: ✭ 135 (+743.75%)
Mutual labels:  images, image-manipulation
Cometa
Super fast, on-demand and on-the-fly, image processing.
Stars: ✭ 8 (-50%)
Mutual labels:  images, image-manipulation
Imagestore
Open source google photos alternative!
Stars: ✭ 429 (+2581.25%)
Mutual labels:  storage, images
selectel-storage-php-class
PHP class for Selectel storage
Stars: ✭ 42 (+162.5%)
Mutual labels:  storage
kipp
A flexible file storage server
Stars: ✭ 33 (+106.25%)
Mutual labels:  storage
casia1groundtruth
Groundtruth images of tampering dataset CASIA 1.0
Stars: ✭ 27 (+68.75%)
Mutual labels:  image-manipulation
automatic-manga-colorization
Use keras.js and cyclegan-keras to colorize manga automatically. All computation in browser. Demo is online:
Stars: ✭ 20 (+25%)
Mutual labels:  image-manipulation
Personalised-aesthetic-assessment-using-residual-adapters
Jupyter notebooks used as supporting material for an msc thesis about personalised aesthetic assessment using residual adapters.
Stars: ✭ 19 (+18.75%)
Mutual labels:  image-manipulation
GekkoFS
Ephemeral distributed filesystem build up from the local storage of several nodes. It is an evolution of AdaFS done inside the NGIO project by BSC in collaboration with JGU.
Stars: ✭ 34 (+112.5%)
Mutual labels:  storage
nft.storage-tools
🛠 Utilities for working with nft.storage.
Stars: ✭ 15 (-6.25%)
Mutual labels:  storage
DTC
DTC is a high performance Distributed Table Cache system designed by JD.com that offering hotspot data cache for databases in order to reduce pressure of database and improve QPS.
Stars: ✭ 21 (+31.25%)
Mutual labels:  storage
imagemin-power-cli
Optimize (compress) images with power using imagemin 💪
Stars: ✭ 13 (-18.75%)
Mutual labels:  images
FireFiles
Powerful Android File Manager for everything that runs on Android OS (Android TV, Android Watch, Mobile, etc)
Stars: ✭ 37 (+131.25%)
Mutual labels:  storage
Kvpbase
Scalable, simple RESTful object storage platform, written in C#
Stars: ✭ 43 (+168.75%)
Mutual labels:  storage
Bicubic-interpolation
Bicubic interpolation for images (Python)
Stars: ✭ 88 (+450%)
Mutual labels:  images
oxen-storage-server
Storage server for Oxen Service Nodes
Stars: ✭ 19 (+18.75%)
Mutual labels:  storage
incubator-linkis
Linkis helps easily connect to various back-end computation/storage engines(Spark, Python, TiDB...), exposes various interfaces(REST, JDBC, Java ...), with multi-tenancy, high performance, and resource control.
Stars: ✭ 2,459 (+15268.75%)
Mutual labels:  storage

Hermitage Skeleton

This is web-application skeleton for the Hermitage - cool image storage and image manager in one for your applications!

Hermitage is a micro-service based on Slim. It provides storage, delivery and modification of your images for clients and devices you want. Hermitage can:

  • Take and put the image through the simple REST API
  • Use local file system or Amazon S3 as a repository. And you can easily write your own adapter if needed.
  • Put the image in one of preset formats. You can add your own - it's a matter of seconds!

More Hermitage documentation in Hermitage repo

Installation

Run the Composer command to install:

composer create-project livetyping/hermitage-skeleton hermitage

Configuration

Environment variables

Copy the .env.example file to a local .env and configure it:

cp vendor/livetyping/hermitage/.env.example .env

Image versions

Edit the file config/versions.php.

NOTES:

  • Set AUTH_SECRET to some random string.
  • Check and edit the file config/main.php to customize your application as required.

License

Hermitage Skeleton is licensed under the MIT license.

See the LICENSE file for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].