Download the PHP package sohophp/sofinder-psr15 without Composer

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

SoFinder PSR-15 Bridge

PSR-15 middleware and canonical route registration for Slim 4, Mezzio 3 and plain PSR applications. It exposes the complete 52-route UI/API surface, including the framework-neutral /browser shell and versioned frontend assets. Hosts that render their own page can construct RouteRegistrar with includeBrowser: false to register only the 51 non-presentation routes.

The bridge is supported on PHP 8.1–8.5. Slim 4, Mezzio 3 and framework-free PHP run the same complete HTTP, security, lifecycle and browser contracts as the Symfony and Laravel bridges.

Construct SoFinderApplication with an EndpointDispatcher and HostServices, or use LocalApplicationFactory to build the complete 52-action local-storage runtime from normalized configuration and explicit host services. HostServices requires explicit authorization, actor, CSRF and event-dispatcher implementations, so the official runtime cannot silently start with anonymous access. NativeSessionCsrfTokenProvider is available for framework-free PHP. Hosts using document_preview.mode=messenger must also provide an available DocumentPreviewDispatcherInterface; auto uses it when present and otherwise keeps the bounded inline behavior. The factory discovers the packaged dist directory automatically; consumers only need to pass packageDirectory when deliberately serving a custom build. Install a PSR-7/PSR-17 implementation such as nyholm/psr7 or guzzlehttp/psr7 for a framework-free host. Publication checks install this bridge by itself (without Symfony or Laravel) and boot the complete browser and asset runtime with both implementations.

Runnable Slim, Mezzio and plain PHP front controllers live in examples/psr15. Each host serves the real React browser and every API action; HTTP and Chromium smoke tests verify the browser bootstrap, assets and shared configuration API. The example deliberately denies protected operations until a real host supplies its services.

Documentation: https://sofinder.sohophp.app/framework-support

License: MIT.


All versions of sofinder-psr15 with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
psr/event-dispatcher Version ^1.0
psr/http-factory Version ^1.1
psr/http-message Version ^1.1 || ^2.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
sohophp/sofinder-http Version self.version
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-psr15 contains the following files

Loading the files please wait ...