readme updates

This commit is contained in:
Robin Appelman 2025-11-13 17:37:28 +01:00
commit 0309c49668

View file

@ -5,9 +5,6 @@
# SMB # SMB
[![CI](https://github.com/icewind1991/SMB/actions/workflows/ci.yaml/badge.svg)](https://github.com/icewind1991/SMB/actions/workflows/ci.yaml)
[![codecov](https://codecov.io/gh/icewind1991/SMB/branch/master/graph/badge.svg?token=eTg0P466k6)](https://codecov.io/gh/icewind1991/SMB)
PHP wrapper for `smbclient` and PHP wrapper for `smbclient` and
[`libsmbclient-php`](https://github.com/eduardok/libsmbclient-php) [`libsmbclient-php`](https://github.com/eduardok/libsmbclient-php)
@ -195,7 +192,7 @@ In order to customize the integration you provide a custom implementation of
Use the following steps to check if the library can connect to your SMB share. Use the following steps to check if the library can connect to your SMB share.
1. Clone this repository or download the source as 1. Clone this repository or download the source as
[zip](https://github.com/icewind1991/SMB/archive/master.zip) [zip](https://codeberg.org/icewind/SMB/archive/master.zip)
2. Make sure [composer](https://getcomposer.org/) is installed 2. Make sure [composer](https://getcomposer.org/) is installed
3. Run `composer install` in the root of the repository 3. Run `composer install` in the root of the repository
4. Edit `example.php` with the relevant settings for your share. 4. Edit `example.php` with the relevant settings for your share.