Executing dll via php and laravel

0

I have a project in php with laravel and I need to use some functions contained in a dll, I tried to use the native COM (Component Object Model) class of PHP, but the laravel as class not found, how can I use this class that is native to php in laravel?

    
asked by anonymous 25.07.2017 / 18:52

0 answers