Symfony 3 - Looking for a Bundle to interacte with a serveur using z39.50 protocol

51 views Asked by At

I'm looking for a bundle to interacte with a serveur using z39.50 protocol.

I have found this link on git hub but the latest modified on 2009..

https://github.com/Symfony-Plugins/sfZ3950Plugin/blob/master/README

$ symfony plugin-install http://plugins.symfony-project.com/sfZ3950Plugin

i would like to try this one but how to replace the symfony plugin-install command ?

1

There are 1 answers

0
Jose M. González On

You can use any PHP library from Symfony, is not necessary that this has been made for Symfony. I was searching and I find YAZ, you can use like any native PHP function.

I hope this can help you