robrichards / xmlseclibs

A PHP library for XML Security
BSD 3-Clause "New" or "Revised" License
387 stars 181 forks source link

Class 'XMLSecurityDSig' not found in Codeigniter #176

Open dcaceda opened 6 years ago

dcaceda commented 6 years ago

can not make my project recognize the bookstore, it shows me error in the class, it would help me a lot. Thank you

robrichards commented 6 years ago

Would need details on how and where you installed it, what version, are you using autoloader and is your pathing correct. I expect the latter is the issue

Construir commented 1 year ago

Hi! I work in a project with Codeigniter 4 and a i need sign xml document with xmlseclibs, i have this issue. Class 'App\Controllers\DOMDocument' not found

Perhaps i have an error in librarie load.

It was installed with composer and the files are invoked in the top of the controller like this

use RobRichards\XMLSecLibs\XMLSecurityDSig; use RobRichards\XMLSecLibs\XMLSecurityKey;

I precciate your help! thank you!