Download the PHP package hoborglabs/sgallery without Composer

On this page you can find all versions of the php package hoborglabs/sgallery. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package sgallery

SGallery

SGallery stands for SimpleGallery or SpeedeGallery or SuperfastGallery or ... you get the idea.

Main Principles

Whole gallery is generated up-front using your folder with photos. And by whole gallery I mean HTML, JSON for frontend ajax calls, CSS, JS, and image thumbnails.
You can use it to generate your gallery on your PC and upload it to your web server.

You need PHP 5.3 (or higher) to run it from command line.

After installing and configuring all you need to do is run single command

./sg.phar update

and that's it!

Installation

Download Simple Gallery

Development

Clone repo

Install vendors

If you want to update JS, you will have to run following command after putting your changes.

ant build.js
php src/sg.php install:assets

If you want to update CSS, you need to run the following command after changing CSS files

ant build.css
php src/sg.php install:assets

Configuration

To configure or re-configure sgallery simply run ./sg.phar configure. You can also manualy edit 'sg.properties' and specify source folder with your images, and target folder for generating gallery assets and all other options.

source

Source folder with your photos.

source = '/Users/wojtek/Pictures/'

target

Target folder - usually public folder of your host

target = '/var/www/sgallery/public'

skin

Skin name, being a folder name inside templates.

skin = hoborglabs

language

Language.

language = en

public files and folders mode

public.folderMode = 0755
public.fileMode = 0644

thumbnails

; Quality for generated thumbnails. 100 no compression, 0 full
; compression.
thumbnails.quality = 75

; Size for generated thumbnails
thumbnails.size = 230

; Max width or height of your source Image. Depending on your PHP
; memory limit settings. For 128M keep it around 4000.
thumbnails.sourceMaxSize = 4000

covers limits

covers.limit.2tile = 16
covers.limit.1tile = 8

Folder Structure

After running SG you will find following folders in your target folder.


All versions of sgallery with dependencies

PHP Build Version
Package Version
Requires symfony/console Version v2.1.6
mustache/mustache Version v2.0.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package hoborglabs/sgallery contains the following files

Loading the files please wait ....