Sign inSign up

amaccis/php-libstemmer

By amaccis

Updated about 2 months ago

Image
0

1.5K

amaccis/php-libstemmer repository overview

amaccis/php-libstemmer

The purpouse of this image is to provide an Alpine Linux environment with PHP 8 onboard, its FFI extension enabled and the libstemmer compiled as a shared library. Besides, composer is included.

Snowball and libstemmer

Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval. Libstemmer instead, contains a complete set of Snowball stemming algorithms that you can include into a C project of your own. With libstemmer you don't need to use the Snowball compiler.

How to use this image

Using docker

$ docker run --name php-libstemmer -v $PWD/:/var/www -d amaccis/php-libstemmer

Using docker-compose

version: '3.7'

services:
  php-fpm:
    image: amaccis/php-libstemmer
    working_dir: /var/www
    volumes:
      - ./:/var/www

Tag summary

Content type

Image

Digest

sha256:05283b795

Size

32.4 MB

Last updated

about 2 months ago

docker pull amaccis/php-libstemmer:8.2.32-3.1.1