atomastic / view
This package is abandoned and no longer maintained.
The author suggests using the glowy/view package instead.
View Component provides basic methods for displaying PHP views.
dev-dev
2021-08-27 18:00 UTC
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