atomastic / view
View Component provides basic methods for displaying PHP views.
Fund package maintenance!
Patreon
paypal.me/awilum
qiwi.com/p/79805359141
Requires
- php: ^7.4 || ^8.0
- ext-fileinfo: *
- ext-json: *
- ext-mbstring: *
- ext-spl: *
- atomastic/filesystem: ^2.1
- atomastic/macroable: ^2.0
- atomastic/strings: ^3.0
Requires (Dev)
- doctrine/coding-standard: 9.0.0
- pestphp/pest: ^1.12.0
- phpstan/phpstan: ^0.12.94
- symfony/var-dumper: ^5.3.6
This package is not auto-updated.
Last update: 2021-12-24 17:00:32 UTC
README
View Component provides basic methods for creating extendable PHP Views.
Installation
With Composer
composer require atomastic/view
Resources
Tests
Run tests
./vendor/bin/pest
License
The MIT License (MIT) Copyright (c) 2021 Sergey Romanenko