wedeto / application
Wedeto Platform - Application, dispatcher etc
Package info
Type:project
pkg:composer/wedeto/application
v1.1.0
2026-08-19 23:42 UTC
Requires
- php: ^7.4 || >=8.1
- wedeto/auth: ^1.1.0
- wedeto/db: ^1.1.0
- wedeto/fileformats: ^1.1.0
- wedeto/html: ^1.1.0
- wedeto/http: ^1.1.2
- wedeto/i18n: ^1.1.1
- wedeto/io: ^1.1.0
- wedeto/log: ^1.1.0
- wedeto/mail: ^1.1.0
- wedeto/resolve: ^1.1.0
- wedeto/util: ^1.1.6
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpspec/prophecy-phpunit: ^2.0
- phpunit/phpunit: ^9.6.33
README
Wedeto (WEb DEvelopment TOolkit)
Application is the part of Wedeto that ties it al together. The Application class will be the main component of a Wedeto web application, and it provides access and management of database access, mail, internationalization, request dispatching and response building.
Requirements:
PHP 7.4 or PHP 8.1 and newer. PHP 8.0 is not supported.
License
Wedeto\Application is covered by the MIT license.