PHPackages                             vulcanphp/sweetview - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. vulcanphp/sweetview

ActiveLibrary[Templating &amp; Views](/categories/templating)

vulcanphp/sweetview
===================

Sweet View is a lightweight and powerful PHP template engine that unblocks all the most common features in handling a View in PHP.

v1.2.1(2y ago)1561MITPHPPHP &gt;=7.4

Since Nov 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/vulcanphp/sweetview)[ Packagist](https://packagist.org/packages/vulcanphp/sweetview)[ RSS](/packages/vulcanphp-sweetview/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (1)

Sweet View
==========

[](#sweet-view)

Sweet View is a lightweight and powerful PHP template engine that unblocks all the most common features in handling a View in PHP.

Installation
------------

[](#installation)

It's recommended that you use [Composer](https://getcomposer.org/) to install Sweet View.

```
$ composer require vulcanphp/sweetview
```

Basic Usage
-----------

[](#basic-usage)

After Installing Sweet View require compoer autoloader then you can simple use it calling view() function

```
