aldas / modbus-tcp-client

PHP client for Modbus TCP and Modbus RTU over TCP (can be used for serial)
Apache License 2.0
194 stars 56 forks source link

autoload.php #41

Closed piotrw-git closed 5 years ago

piotrw-git commented 5 years ago

Hello, What does the autoload.php file contain?

aldas commented 5 years ago

Do you mean file vendor/autoload.php? This is composer autoloading file see https://getcomposer.org/doc/

this library is meant to be used with composer https://getcomposer.org/

piotrw-git commented 5 years ago

Hello,

Sorry, I still don't understand what this file should contain?

Which files are required additionally?

I have always used require_once ()

-- Pozdrawiam

Piotr WŁOSZYŃSKI GSM +48 661 771 803

From: Martti T. [mailto:notifications@github.com] Sent: Wednesday, September 18, 2019 6:51 PM To: aldas/modbus-tcp-client modbus-tcp-client@noreply.github.com Cc: piotrw-git piotr@wloszynski.pl; Author author@noreply.github.com Subject: Re: [aldas/modbus-tcp-client] autoload.php (#41)

Do you mean file vendor/autoload.php? This is composer autoloading file see https://getcomposer.org/doc/

this library is meant to be used with composer https://getcomposer.org/

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/aldas/modbus-tcp-client/issues/41?email_source=notifications&email_token=AMTOIM2ROXIW3IPMMVIC5STQKJMAZA5CNFSM4IX5DRB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7AXDWA#issuecomment-532771288 , or mute the thread https://github.com/notifications/unsubscribe-auth/AMTOIM7JDRWAWVDGCAYP52LQKJMAZANCNFSM4IX5DRBQ . https://github.com/notifications/beacon/AMTOIM5GGOWC7TD64PEZZZLQKJMAZA5CNFSM4IX5DRB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7AXDWA.gif

aldas commented 5 years ago

I strongly suggest that you read what composer is. Please see

this will help you in the future