2017 © Pedro Peláez
 

library mylittlegallery

My Little Gallery, a PHP class and templates to create a quick drop-in HTML gallery.

image

anrdaemon/mylittlegallery

My Little Gallery, a PHP class and templates to create a quick drop-in HTML gallery.

  • Monday, March 12, 2018
  • by AnrDaemon
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

MyLittleGallery

A PHP class and templates to create a quick drop-in HTML gallery., (*1)

Throubleshooting the demo script

Unable to read files with non-ASCII names

PHP before 7.1

Check that encoding of config.php file itself matches value of GALLERY_FS_ENCODING constant., (*2)

PHP 7.1+

config.php MUST be in UTF-8. For PHP 7.1 and up GALLERY_FS_ENCODING and $fsEncoding parameter of the constructor are ignored., (*3)

Starting from PHP 7.1, PHP uses internal_encoding to transcode file names. Before that, file IO under Windows (notably) done using "default" (so-called "ANSI") character set (i.e. CP1251 for Russian cyrillic)., (*4)

Compiling single file archive

pharcommand.phar pack -f mlg.phar -s stub.php -c bzip2 index.php Gallery.php

Afterwards, the resulting mlg.phar can be used as index.php in your web gallery directory. You may want to place config.php next to it to configure the gallery. By default, it will list all recognized image files in current directory using UTF-8 encoding., (*5)

The Versions

12/03 2018

dev-master

9999999-dev

My Little Gallery, a PHP class and templates to create a quick drop-in HTML gallery.

  Sources   Download

WTFPL

The Requires

  • php ^5.3 || ^7.0

 

by Andrey Repin

12/03 2018

1.2.3

1.2.3.0

My Little Gallery, a PHP class and templates to create a quick drop-in HTML gallery.

  Sources   Download

WTFPL

The Requires

  • php ^5.3 || ^7.0

 

by Andrey Repin

10/10 2017

1.2.2

1.2.2.0

My Little Gallery, a PHP class and templates to create a quick drop-in HTML gallery.

  Sources   Download

WTFPL

The Requires

  • php ^5.3 || ^7.0

 

by Andrey Repin

25/06 2017

1.2.1

1.2.1.0

My Little Gallery, a PHP class and templates to create a quick drop-in HTML gallery.

  Sources   Download

WTFPL

The Requires

  • php ^5.3 || ^7.0

 

by Andrey Repin

23/06 2017

1.2

1.2.0.0

My Little Gallery, a PHP class and templates to create a quick drop-in HTML gallery.

  Sources   Download

WTFPL

The Requires

  • php ^5.3 || ^7.0

 

by Andrey Repin

22/06 2017

1.1.1

1.1.1.0

My Little Gallery, a PHP class and templates to create a quick drop-in HTML gallery.

  Sources   Download

WTFPL

The Requires

  • php ^5.3 || ^7.0

 

by Andrey Repin

21/06 2017

1.1

1.1.0.0

My Little Gallery, a PHP class and templates to create a quick drop-in HTML gallery.

  Sources   Download

WTFPL

The Requires

  • php ^5.3 || ^7.0

 

by Andrey Repin

17/06 2017

1.0

1.0.0.0

My Little Gallery, a PHP class and templates to create a quick drop-in HTML gallery.

  Sources   Download

WTFPL

The Requires

  • php ^5.3 || ^7.0

 

by Andrey Repin