everest / app
Everest - Application Component
Installs: 3 413
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: >=8.1
- everest/container: ^2.0
- everest/http: ^2.0
Requires (Dev)
- phpstan/phpstan: ^1.8
- phpstan/phpstan-phpunit: ^1.1
- rector/rector: ^0.14.0
- symplify/easy-coding-standard: ^11.1
- vimeo/psalm: ^4.26
Suggests
- monolog/monolog: Logger that can be used using the Everest\App\Provider\MonologProvider
- twig/twig: Template engine that can be used using the Everest\App\Provider\TwigProvider
README
The App Component extends the Everest - Container Component with typical providers and methods used by web applications.
Default providers
Session
The Session object is used to handle the user session. The session is started the first time this dependency is required.
Request
Contains the native instance Everest\Http\Requests\SeverRequest
object created from PHP globals.
Options
The Options object