discoverygarden / crayfish-commons-syn
Islandora Crayfish Syn integration
Requires
- namshi/jose: ^7.2
- psr/log: ^1.0.1
Requires (Dev)
- islandora/crayfish-commons: ^4
- mikey179/vfsstream: ^1.6
- phpspec/prophecy-phpunit: ^2.0
- sebastian/phpcpd: ^6.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2025-01-09 18:44:26 UTC
README
Introduction
Syn parsing removed with Crayfish-Commons 4.x, (to be) re-implemented on top of Lexik JWT.
Requirements
- PHP 7.2+
- Composer
Installation
Can be installed with Composer with something like:
composer require discoverygarden/crayfish-commons-syn
Configuration
There is no related configuration as it serves as a dependency for microservices.
Documentation
Further documentation for this module is available on the Islandora 8 documentation site.
Troubleshooting/Issues
Having problems or solved a problem? Check out the Islandora google groups for a solution.
Maintainers
This project has been sponsored by:
- UPEI
- discoverygarden inc.
- LYRASIS
- McMaster University
- University of Limerick
- York University
- University of Manitoba
- Simon Fraser University
- PALS
- American Philosophical Society
- common media inc.
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 the islandora-playbook to get started. If you want to pull down the submodules for development, don't forget to run git submodule update --init --recursive
after cloning.