Download the PHP package vmvarela/smbwebclient without Composer

On this page you can find all versions of the php package vmvarela/smbwebclient. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package smbwebclient

PHP CI Docker Build PHP Version License

SMB Web Client

A modern PHP 8 web-based file browser for SMB/CIFS network shares, powered by FrankenPHP and the icewind/smb library.

Features

Requirements

Quick Start with Docker

Using GitHub Container Registry (Recommended)

Using Docker Compose

Create a docker-compose.yml file:

Then run:

Building from Source

Manual Installation

  1. Install dependencies:

  2. Configure environment:

  3. Run with FrankenPHP:

Or use PHP's built-in server for development:

Using as a Composer Package

You can integrate SMB Web Client into your own PHP application:

Installation

Basic Usage

Anonymous Access

Using Environment Variables

Requirements

When using as a library, ensure you have:

On Debian/Ubuntu:

On macOS:

Configuration

All configuration is managed through environment variables in the .env file:

SMB Settings

Variable Description Default
SMB_DEFAULT_SERVER Default SMB server hostname localhost
SMB_SERVER_LIST Comma-separated list of allowed servers (empty)
SMB_ROOT_PATH Root path to restrict navigation (e.g., /server/share) (empty)
SMB_HIDE_DOT_FILES Hide files starting with dot true
SMB_HIDE_SYSTEM_SHARES Hide system shares (C$, ADMIN$, IPC$) true
SMB_HIDE_PRINTER_SHARES Hide printer shares false

Application Settings

Variable Description Default
APP_DEFAULT_LANGUAGE Default UI language en
APP_DEFAULT_CHARSET Character encoding UTF-8
APP_CACHE_PATH Directory for temporary files (empty)
APP_SESSION_NAME Custom session cookie name SMBWebClientID
APP_ALLOW_ANONYMOUS Allow anonymous access false
APP_MOD_REWRITE Enable clean URLs false
APP_BASE_URL Base URL for clean URLs (empty)

Other Settings

Variable Description Default
LOG_LEVEL Logging verbosity (0-3) 0
LOG_FACILITY Syslog facility LOG_DAEMON

Supported Languages

The application supports automatic language detection and includes translations for:

af, ar, az, bg, bs, ca, cs, da, de, el, en, eo, es, et, eu, fa, fi, fr, gl, he, hi, hr, hu, id, it, ja, ko, ka, lt, lv, ms, nl, no, pl, pt, pt-br, ro, ru, sk, sl, sq, sr, sv, th, tr, uk, zh, zh-tw

Available Themes

Architecture

Docker Compose Services

The included docker-compose.yml provides:

Test credentials for Samba servers: user / pass

Development

Code Standards

License

MIT License - Copyright (c) 2003-2025 Victor M. Varela

See LICENSE file for details.

Author

Victor M. Varela [email protected]

Troubleshooting

Connection Issues

Permission Issues

Performance Tips


All versions of smbwebclient with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
icewind/smb Version ^3.7
vlucas/phpdotenv Version ^5.6
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package vmvarela/smbwebclient contains the following files

Loading the files please wait ...