Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer installation not working #55

Open
ghohmann opened this issue Oct 11, 2024 · 2 comments
Open

composer installation not working #55

ghohmann opened this issue Oct 11, 2024 · 2 comments
Assignees

Comments

@ghohmann
Copy link

Hi!

Trying to install oai-pmh2 via
composer create-project opencultureconsulting/oai-pmh2 <path>
results in error message
Could not find package opencultureconsulting/oai-pmh2 with stability stable.

(I'm aware that this is not a widely used software, but I would appreciate if this would work and some information on how to use it would be given.)

Thx for your work!

@sebastian-meyer sebastian-meyer self-assigned this Oct 23, 2024
@sebastian-meyer
Copy link
Member

This software is still in development and has no stable release, yet. That's why you get the error message Could not find package opencultureconsulting/oai-pmh2 with stability stable..
However, the package is available on Packagist and can still be installed via Composer, but requires you to set minimum-stability to dev in your composer.json file.

I am currently working on improving the performance for very large data sets and completing documentation. A stable release is expected before the end of the year.

@ghohmann
Copy link
Author

ghohmann commented Nov 8, 2024

Thanks!

I am currently working on improving the performance for very large data sets and completing documentation. A stable release is expected before the end of the year.

These are great news. I'm looking forward to use it in our environment. Till then, we stick to the "old" script with a reduced set of xml-files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants