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?