Download the PHP package islandora/islandora_defaults without Composer

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

Islandora Defaults mascot

Islandora Defaults

Build Status

Future Development

Islandora Defaults is no longer under active development, and is being deprecated. Its core purpose is being (and has been) superseded by a project to create an example Starter Site, which exists in the islandora-starter-site repository. You can read the announcement here.

Deprecation/Removal Preparation

To ease the removal of this module from existing installations, we have implemented a post-update hook which should remove any references to this module from configuration entities that it installed. To make use of it, it should be sufficient to update to the islandora/islandora_defaults package in your Drupal project such that it includes the new hook, and to run it. On the CLI, this might be effected as something like:

With output in context, what this might look like This was executed on a revived `standard` instance of `islandora-playbook`, with some very minor preparation to work around the fact that the update hook code did not yet exist in released code (and so had to point at the development branch (`dev-fix/config-enforcement`) and made use of aliases accordingly ( `[...] as 3.x-dev`)). When running post-release, the version spec `^3` should be used instead. The warnings: ... are from `islandora_defaults` shipping configuration for an older schema ([commit which changed it](https://git.drupalcode.org/project/rest_oai_pmh/-/commit/784d827eb77cd2513b66054b31b7dfae54f469c2)) of the [REST OAI-PMH module](https://www.drupal.org/project/rest_oai_pmh), of which it is outside the scope of present efforts to address.

Introduction

Islandora Defaults is a Drupal feature intended to showcase all of the functionality of a full Islandora install. It provides custom content types, contexts, viewers, and other 'starter' configuration the reflects a baseline Islandora site. It is expected that you will take these defaults and customize them further to fit your use case.

Installation

Islandora_defaults is a Drupal Feature. See Drupal documentation on Features for more information.

Configuration

Islandora_defaults is itself a set of configurations for Drupal. It can be further customized by customizing content types, actions, and other aspects of Drupal that are configured by islandora_defaults.

Maintainers

Current maintainers:

Documentation

Further documentation for this module is available on the Islandora documentation site.

Troubleshooting/Issues

Having problems or solved a problem? Check out the Islandora Google Groups for a solution.

Development

If you would like to contribute, please get involved by attending our weekly Tech Call. We love to hear from you!

If you would like to contribute code to the project, you need to be covered by an Islandora Foundation Contributor License Agreement or Corporate Contributor License Agreement. Please see the Contributors pages on Islandora.ca for more information.

We recommend using either ISLE-DC or the islandora-playbook to get started.

License

GPLv2


All versions of islandora_defaults with dependencies

PHP Build Version
Package Version
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 islandora/islandora_defaults contains the following files

Loading the files please wait ....