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.
Download sohophp/sofinder-psr15
More information about sohophp/sofinder-psr15
Files in sohophp/sofinder-psr15
Package sofinder-psr15
Short Description PSR-15 bridge for SoFinder, supporting Slim 4, Mezzio 3 and framework-free PHP
License MIT
Homepage https://sofinder.sohophp.app/
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
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