PHPackages                             omeka/omeka-s - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. omeka/omeka-s

ActiveProject[Utility &amp; Helpers](/categories/utility)

omeka/omeka-s
=============

The Omeka S collections management system. A local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata.

v4.2.0(6mo ago)491302167[166 issues](https://github.com/omeka/omeka-s/issues)[113 PRs](https://github.com/omeka/omeka-s/pulls)1GPL-3.0PHPPHP &gt;=8.1CI passing

Since Jun 30Pushed 2w ago54 watchersCompare

[ Source](https://github.com/omeka/omeka-s)[ Packagist](https://packagist.org/packages/omeka/omeka-s)[ RSS](/packages/omeka-omeka-s/feed)WikiDiscussions develop Synced 3w ago

READMEChangelog (10)Dependencies (44)Versions (114)Used By (1)Security (1)

Omeka S
=======

[](#omeka-s)

Omeka S is a web publication system for universities, galleries, libraries, archives, and museums. It consists of a local network of independently curated exhibits sharing a collaboratively built pool of items, media, and their metadata.

See the [user manual](https://omeka.org/s/docs/user-manual) for more information.

Installation
------------

[](#installation)

### Requirements

[](#requirements)

- Linux
- [Apache](https://www.apache.org/) (with [AllowOverride](https://httpd.apache.org/docs/2.4/mod/core.html#allowoverride) set to "All" and [mod\_rewrite](http://httpd.apache.org/docs/current/mod/mod_rewrite.html) enabled)
- [MySQL](https://www.mysql.com/) 5.7.9+ (or [MariaDB](https://mariadb.org/) 10.2.6+)
- [PHP](https://www.php.net/) 8.1+ (latest stable version preferred, with [PDO](http://php.net/manual/en/intro.pdo.php), [pdo\_mysql](http://php.net/manual/en/ref.pdo-mysql.php), and [xml](http://php.net/manual/en/intro.xml.php) extensions installed)

### Generating thumbnails

[](#generating-thumbnails)

- The default library for generating thumbnails is [ImageMagick](https://imagemagick.org/index.php), at least version 6.7.5. Older versions will not correctly produce thumbnails. For alternative thumbnail options, see the [user manual](https://omeka.org/s/docs/user-manual/configuration/#thumbnails).

### Installing from GitHub

[](#installing-from-github)

1. Make sure [Node.js](https://nodejs.org/) and [npm](https://nodejs.org/) are installed
2. Clone this repository in your Apache web directory:
    - `$ git clone https://github.com/omeka/omeka-s.git`
3. Change into the Omeka S directory:
    - `$ cd omeka-s`
4. Perform first-time setup:
    - `$ npm install`
    - `$ npx gulp init`
5. Open `config/database.ini` and add your MySQL username, password, database name, and host name. The user and database must be created before this step.
6. Make sure the `files/` directory is writable by Apache.
7. In your web browser, navigate to the omeka-s directory, where you can complete installation.

### Installing from released zip file

[](#installing-from-released-zip-file)

1. Download the latest release from the [release page](https://github.com/omeka/omeka-s/releases) (download the first asset listed)
2. Open `config/database.ini` and add your MySQL username, password, database name, and host name. The user and database must be created before this step.
3. Make sure the `files/` directory is writable by Apache.
4. In your web browser, navigate to the omeka-s directory, where you can complete installation.

You can find Omeka-specific code under `application/`.

Updating
--------

[](#updating)

*Make a backup copy of your entire site and its database!*

### Updating from GitHub

[](#updating-from-github)

1. `git pull` as usual. Use the `master` branch for the latest releases.
2. From the Omeka S root directory, run `npx gulp deps` to make sure dependencies are up to date.
3. Compare changes in `/config/local.config.php` and `/config/local.config.php.dist`. Some default configurations might have changed, so you might need to reconcile changes to the distributed configuration with your local configuration (e.g., a path to PHP specific to your server, dev mode settings, etc.)
4. In your web browser, go to your site and run any migrations that are needed.

### Updating from released zip file

[](#updating-from-released-zip-file)

1. Download the latest release from the [release page](https://github.com/omeka/omeka-s/releases)
2. Make a copy of your `/config` directory. You will need to restore your `local.config.php` and `database.ini` files from that copy.
3. Make a copy of your `/modules` and `/themes` directories.
4. Make a copy of your `/files` directory.
5. Remove all Omeka S files, and replace them with the files from the updated zip file.
6. Replace your original `/config/local.config.php` file, and the `/modules`, `/themes`, and `/files` directories that you copied.
7. In your web browser, go to your site and run any migrations that are needed.

Creating a zipped release
-------------------------

[](#creating-a-zipped-release)

Run `npx gulp zip` to create a zipped version of Omeka S and store it in `/build`. Use the `--no-dev` flag to omit Composer dev dependencies for a smaller package suitable for end-users. Official releases follow this same process from a new, clean checkout.

Libraries
---------

[](#libraries)

Omeka uses the following libraries, among others:

- [Laminas](https://getlaminas.org/)
- [Doctrine 2](http://www.doctrine-project.org/)
- [EasyRdf](http://www.easyrdf.org/)
- [PHPUnit](https://phpunit.de/)
- [jQuery](http://jquery.com/)

Development Standards
---------------------

[](#development-standards)

Omeka development adheres to the [Laminas Coding Style Guide](https://docs.laminas.dev/laminas-coding-standard/v2/coding-style-guide/) and uses the [git-flow](http://nvie.com/posts/a-successful-git-branching-model/) branching model and the [Semantic Versioning 2.0.0](https:/semver.org/spec/v2.0.0.html) version scheme.

See the [developer documentation](https://omeka.org/s/docs/developer/) for more information.

Copyright
=========

[](#copyright)

Omeka is Copyright © 2015-present Corporation for Digital Scholarship, Vienna, Virginia, USA

The Corporation for Digital Scholarship distributes the Omeka source code under the GNU General Public License, version 3 (GPLv3). The full text of this license is given in the license file.

The Omeka name is a registered trademark of the Corporation for Digital Scholarship.

Third-party copyright in this distribution is noted where applicable.

All rights not expressly granted are reserved.

###  Health Score

64

—

FairBetter than 99% of packages

Maintenance77

Regular maintenance activity

Popularity39

Limited adoption so far

Community40

Growing community involvement

Maturity89

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~84 days

Recently: every ~208 days

Total

46

Last Release

201d ago

Major Versions

v0.8.0-alpha → v1.0.0-beta2016-11-01

v1.4.0 → v2.0.02019-08-08

v2.1.2 → v3.0.0-alpha2020-06-30

v3.2.3 → v4.0.0-rc2022-12-14

PHP version history (7 changes)v0.2.0-alphaPHP &gt;=5.5

v0.3.0-alphaPHP &gt;=5.5.2

v0.8.0-alphaPHP &gt;=5.6

v2.0.0PHP &gt;=7.1

v3.1.0PHP &gt;=7.2

v4.0.0-rcPHP &gt;=7.4

v4.2.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ec3423875e52e3a4606f35fbcb183e2db721494aecb4de8cb0629a5271d9464?d=identicon)[denseflux](/maintainers/denseflux)

![](https://avatars.githubusercontent.com/u/177010?v=4)[Omeka](/maintainers/omeka)[@omeka](https://github.com/omeka)

---

Top Contributors

[![jimsafley](https://avatars.githubusercontent.com/u/141955?v=4)](https://github.com/jimsafley "jimsafley (3057 commits)")[![zerocrates](https://avatars.githubusercontent.com/u/298975?v=4)](https://github.com/zerocrates "zerocrates (1916 commits)")[![kimisgold](https://avatars.githubusercontent.com/u/606764?v=4)](https://github.com/kimisgold "kimisgold (1116 commits)")[![patrickmj](https://avatars.githubusercontent.com/u/153262?v=4)](https://github.com/patrickmj "patrickmj (475 commits)")[![Daniel-KM](https://avatars.githubusercontent.com/u/2138485?v=4)](https://github.com/Daniel-KM "Daniel-KM (232 commits)")[![kalbers](https://avatars.githubusercontent.com/u/371262?v=4)](https://github.com/kalbers "kalbers (149 commits)")[![matthewjmckinley](https://avatars.githubusercontent.com/u/69479529?v=4)](https://github.com/matthewjmckinley "matthewjmckinley (31 commits)")[![ManOnDaMoon](https://avatars.githubusercontent.com/u/3284234?v=4)](https://github.com/ManOnDaMoon "ManOnDaMoon (17 commits)")[![jajm](https://avatars.githubusercontent.com/u/306836?v=4)](https://github.com/jajm "jajm (10 commits)")[![sharonmleon](https://avatars.githubusercontent.com/u/741480?v=4)](https://github.com/sharonmleon "sharonmleon (7 commits)")[![pols12](https://avatars.githubusercontent.com/u/22154427?v=4)](https://github.com/pols12 "pols12 (5 commits)")[![keradus](https://avatars.githubusercontent.com/u/2716794?v=4)](https://github.com/keradus "keradus (5 commits)")[![Trott](https://avatars.githubusercontent.com/u/718899?v=4)](https://github.com/Trott "Trott (4 commits)")[![kloor](https://avatars.githubusercontent.com/u/41585?v=4)](https://github.com/kloor "kloor (3 commits)")[![euanfergusson](https://avatars.githubusercontent.com/u/4094396?v=4)](https://github.com/euanfergusson "euanfergusson (3 commits)")[![nelsonamaya82](https://avatars.githubusercontent.com/u/6953921?v=4)](https://github.com/nelsonamaya82 "nelsonamaya82 (3 commits)")[![stweil](https://avatars.githubusercontent.com/u/6734573?v=4)](https://github.com/stweil "stweil (3 commits)")[![symac](https://avatars.githubusercontent.com/u/300907?v=4)](https://github.com/symac "symac (3 commits)")[![grandgeorg](https://avatars.githubusercontent.com/u/811894?v=4)](https://github.com/grandgeorg "grandgeorg (2 commits)")[![raboof](https://avatars.githubusercontent.com/u/131856?v=4)](https://github.com/raboof "raboof (2 commits)")

---

Tags

cmslinked-dataphp

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/omeka-omeka-s/health.svg)

```
[![Health](https://phpackages.com/badges/omeka-omeka-s/health.svg)](https://phpackages.com/packages/omeka-omeka-s)
```

###  Alternatives

[magento/community-edition

Magento 2 (Open Source)

12.1k53.0k12](/packages/magento-community-edition)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

5.0k4.9k](/packages/shlinkio-shlink)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
