https://github.com/glowyphp/view
View Package provides basic methods for creating extendable PHP Views.
https://github.com/glowyphp/view
glowy glowyphp php view view-component
Last synced: over 1 year ago
JSON representation
View Package provides basic methods for creating extendable PHP Views.
- Host: GitHub
- URL: https://github.com/glowyphp/view
- Owner: glowyphp
- License: mit
- Created: 2021-07-26T10:57:48.000Z (almost 5 years ago)
- Default Branch: 2.x
- Last Pushed: 2022-10-09T08:12:44.000Z (over 3 years ago)
- Last Synced: 2025-01-11T15:34:53.126Z (over 1 year ago)
- Topics: glowy, glowyphp, php, view, view-component
- Language: PHP
- Homepage: https://awilum.github.io/glowyphp/view
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
View
View Package provides basic methods for creating extendable PHP Views.
### Installation
#### With [Composer](https://getcomposer.org)
```
composer require glowy/view
```
### Resources
* [Documentation](https://awilum.github.io/glowyphp/view)
### Tests
Run tests
```
./vendor/bin/pest
```
### License
[The MIT License (MIT)](https://github.com/glowyphp/view/blob/master/LICENSE)
Copyright (c) [Sergey Romanenko](https://github.com/Awilum)