Download the PHP package sohophp/sofinder-laravel without Composer

On this page you can find all versions of the php package sohophp/sofinder-laravel. 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 sofinder-laravel

SoFinder Laravel Bridge

Laravel 12/13 service provider and HTTP adapter for the shared SoFinder Core and HTTP packages. It is a supported full-stack bridge on PHP 8.2–8.5 for Laravel 12 and PHP 8.3–8.5 for Laravel 13.

The bridge registers the browser and canonical endpoint catalog below /sofinder, uses Laravel Auth/Gate and session CSRF services, and converts Illuminate requests and responses at the PSR-7 boundary. Protected routes deny access unless the host application defines the corresponding sofinder.* Gate abilities. Operational state for chunk sessions, maintenance claims, metrics, malware status and document-preview jobs uses Laravel's configured Cache repository and atomic locks. The default Cache store is selected unless cache_store names another store; a driver without atomic-lock support fails application bootstrap. cache_prefix, cache_lock_seconds and cache_lock_wait_seconds tune isolation and lock behavior.

The bridge also registers sofinder:uploads:cleanup, sofinder:trash:cleanup, sofinder:usage:recalculate and sofinder:maintenance:status, plus the shared deploy-time sofinder:security:audit (with optional --json output). Set the shared maintenance.mode to messenger to dispatch maintenance through Laravel's configured queue. document_preview.mode=auto uses the Laravel Bus when Office preview is enabled, while messenger requires it and inline remains synchronous; the shared configuration name stays unchanged across bridges. Enabling shared malware_scanning wires the same fail-closed ClamAV upload scanner and audit health check used by the Symfony bridge.

Publish host-editable configuration with php artisan vendor:publish --tag=sofinder-config, or copy the synchronized frontend distribution with php artisan vendor:publish --tag=sofinder-assets.

License: MIT.


All versions of sofinder-laravel with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/auth Version ^12.0 || ^13.0
illuminate/bus Version ^12.0 || ^13.0
illuminate/cache Version ^12.0 || ^13.0
illuminate/console Version ^12.0 || ^13.0
illuminate/contracts Version ^12.0 || ^13.0
illuminate/http Version ^12.0 || ^13.0
illuminate/routing Version ^12.0 || ^13.0
illuminate/session Version ^12.0 || ^13.0
illuminate/support Version ^12.0 || ^13.0
nyholm/psr7 Version ^1.8
psr/event-dispatcher Version ^1.0
psr/http-factory Version ^1.1
psr/log Version ^3.0
sohophp/sofinder-http Version self.version
symfony/http-foundation Version ^7.2 || ^8.0
symfony/psr-http-message-bridge Version ^7.2 || ^8.0
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 sohophp/sofinder-laravel contains the following files

Loading the files please wait ...