I have NextCloud file storage and I want to create public interface for it. Unfortunately I do not understand how can access it and for example list files through php (laravel).
Maybe I should switch to OwnCloud software?
Could you please advise or bring up any example I could start from?
You can check out some existing ownCloud-client projects for inspiration on how to implement that kind of requests in the server:
Note that ownCloud uses the webDAV protocol to implement some of its most basic operations (such as file listing). e.g. the request:
Gets replied with the top-level directory listing of the user demo: