digitick / php-sepa-xml

* THIS PROJECT IS NO LONGER MAINTAINED* SEPA file generator in PHP
107 stars 63 forks source link

Fatal error: Class 'TransferFileFacadeFactory' not found #62

Open sdelcueto opened 8 years ago

sdelcueto commented 8 years ago

Hi, When I try to use this libraries, make me this error and I write require_once (MI_URL.'/php-sepa-xml/lib/Digitick/Sepa/TransferFile/Factory/TransferFileFacadeFactory.php'); but don't recognize the class.

I use it in my php project inside a function

BorislavSabev commented 8 years ago

This library is deprecated. use phpsepaxml/phpsepaxml

sdelcueto commented 8 years ago

If is this github -> https://github.com/php-sepa-xml/php-sepa-xml I have the same problem, I try to use this in other folder and don't recognize this class, I try to write a autoload function, also with require_once, include_once and nothing works...

BorislavSabev commented 7 years ago

@sdelcueto you don't need to write the autoloader yourself. The library uses Composer