Download the PHP package stephenwf/omeka-s without Composer

On this page you can find all versions of the php package stephenwf/omeka-s. 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 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.

Installation

Requirements

Gotchas

Installing from GitHub

  1. Clone this repository in your Apache web directory:
    • $ git clone https://github.com/omeka/omeka-s.git
  2. Change into the Omeka S directory:
    • $ cd omeka-s
  3. Perform first-time setup:
    • $ npm install
    • $ npm install --global gulp-cli (if you do not already have gulp installed)
    • $ gulp init
  4. 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.
  5. Make sure the files/ directory is writable by Apache.
  6. In your web browser, navigate to the omeka-s directory, where you can complete installation.

Installing from released zip file

  1. Download the latest release from the release page
  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

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

Updating from GitHub

  1. git pull as usual. Before the official release, latest code will be on branch 'develop'.
  2. From the Omeka S root directory, run 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

  1. Download the latest release from the release page
  2. Make a copy of your /config/local.config.php file.
  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.

local.config.php options

Libraries

Omeka uses the following libraries, among others:

Coding Standards

Omeka development adheres to the Zend Framework 2 Coding Standards and uses the git-flow branching model.


All versions of omeka-s with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6
doctrine/orm Version ~2.4
easyrdf/easyrdf Version ~0.9
ml/json-ld Version ~1.0
ezyang/htmlpurifier Version ^4.8
composer/semver Version ^1.0
zendframework/zend-authentication Version ^2.5.3
zendframework/zend-barcode Version ^2.6
zendframework/zend-cache Version ^2.7.1
zendframework/zend-captcha Version ^2.6
zendframework/zend-code Version ^3.0.2
zendframework/zend-config Version ^2.6
zendframework/zend-console Version ^2.6
zendframework/zend-crypt Version ^3.0
zendframework/zend-db Version ^2.8.1
zendframework/zend-debug Version ^2.5.1
zendframework/zend-di Version ^2.6.1
zendframework/zend-dom Version ^2.6
zendframework/zend-escaper Version ^2.5.1
zendframework/zend-eventmanager Version ^3.0.1
zendframework/zend-feed Version ^2.7
zendframework/zend-file Version ^2.7
zendframework/zend-filter Version ^2.7.1
zendframework/zend-form Version ^2.9
zendframework/zend-http Version ^2.5.4
zendframework/zend-hydrator Version ^2.2.1
zendframework/zend-i18n Version ^2.7.3
zendframework/zend-i18n-resources Version ^2.5.2
zendframework/zend-inputfilter Version ^2.7.2
zendframework/zend-json Version ^3.0
zendframework/zend-loader Version ^2.5.1
zendframework/zend-log Version ^2.9
zendframework/zend-mail Version ^2.7.1
zendframework/zend-math Version ^3.0
zendframework/zend-memory Version ^2.5.2
zendframework/zend-mime Version ^2.6
zendframework/zend-modulemanager Version ^2.7.2
zendframework/zend-mvc Version ^3.0.1
zendframework/zend-mvc-i18n Version ^1.0
zendframework/zend-mvc-plugins Version ^1.0
zendframework/zend-navigation Version ^2.8.1
zendframework/zend-paginator Version ^2.7
zendframework/zend-permissions-acl Version ^2.6
zendframework/zend-permissions-rbac Version ^2.5.1
zendframework/zend-progressbar Version ^2.5.2
zendframework/zend-serializer Version ^2.8
zendframework/zend-server Version ^2.7.0
zendframework/zend-servicemanager Version ^3.1
zendframework/zend-session Version ^2.7.1
zendframework/zend-soap Version ^2.6
zendframework/zend-stdlib Version ^3.0.1
zendframework/zend-tag Version ^2.6.1
zendframework/zend-text Version ^2.6
zendframework/zend-uri Version ^2.5.2
zendframework/zend-validator Version ^2.8
zendframework/zend-view Version ^2.8
zendframework/zend-xmlrpc Version ^2.6
zendframework/zendxml Version ^1.0.2
omeka/composer-addon-installer Version *
omeka-s-themes/default Version dev-develop
beberlei/doctrineextensions Version ^1.0
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 stephenwf/omeka-s contains the following files

Loading the files please wait ....