vitya / components
Vitya PHP application framework base components
1.0.0-alpha13
2025-02-21 17:16 UTC
Requires
- php: >=8.2
- doctrine/dbal: ^4.0
- jcupitt/vips: ^2.4
- monolog/monolog: ^3.7
- psr/container: ^1.0
- psr/event-dispatcher: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- psr/log: ^3.0
- psr/simple-cache: ^1.0
This package is auto-updated.
Last update: 2025-02-21 16:20:59 UTC
README
This package contains a collection of building blocks for a service container-based web application or framework. They are designed to work within the Vitya application framework.
The easiest way to start with the framework is to install the basic application template.
Need a full-fledged CMS? Then have a look at the CMS application template.
Vitya aims to provide a simple CMS that can be easily extended. We try to keep the code small and easy to understand.