Download the PHP package lou117/wake without Composer
On this page you can find all versions of the php package lou117/wake. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package wake
Short Description Web-Application KErnel, PHP micro-framework
License MIT
Homepage https://github.com/lou117/wake
Informations about the package wake
Welcome to Wake PHP micro-framework!
Wake (for Web-Application KErnel) is an attempt to give PHP developers good foundations for their project, whatever its scope, size, type or lifespan. Relying on battle-proof libraries like FastRoute, Monolog and Guzzle, Wake only gives you foundations, to let your creativity do the magic with minimal impact on performances.
Wake is the assembly of several well-known libraries:
- Guzzle PSR-7 implementation (also used by Guzzle HTTP client, AWS PHP SDK, or Slim framework);
- FastRoute (also used by Slim framework, Laravel Lumen framework or PHPMyAdmin project);
- Monolog (also used by Laravel and Symfony frameworks).
In addition to PSR-7, Wake uses PSR-15 (HTTP Server Request Handlers) and PSR-11 (Container Interface) Standards Recommendations, ensuring interoperability at most levels and smoothing learning curve for developers who want to give Wake its chance.
Wake has been written from the ground-up with PHP 8.1, ensuring the cleanest code, the best performance and a lasting support from PHP Foundation.
Installation
Documentation
- Quickstart
- Configuration
- About middlewares
- Dependencies management
- Integrated router
All versions of wake with dependencies
guzzlehttp/psr7 Version ^2.4
psr/http-server-handler Version ^1.0
psr/container Version ^2.0
psr/http-server-middleware Version ^1.0
monolog/monolog Version ^3.3
nikic/fast-route Version ^1.3