-1

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 ?

Camille Colvray
  • 420
  • 3
  • 16

1 Answers1

1

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

Jose M. González
  • 12,590
  • 1
  • 13
  • 9