An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

View



View Package provides basic methods for creating extendable PHP Views.


License MIT Total downloads GitHub Repo stars GitHub forks Hits of Code


### 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)