PHPackages                             buggedcom/customtags - 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. buggedcom/customtags

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

buggedcom/customtags
====================

Allows you to create HTML custom tags that aids in templating and providing easy to use extendable functionality that designers find easy to work with.

211048[1 issues](https://github.com/buggedcom/PHP-Custom-Tags/issues)PHP

Since May 2Pushed 11y ago3 watchersCompare

[ Source](https://github.com/buggedcom/PHP-Custom-Tags)[ Packagist](https://packagist.org/packages/buggedcom/customtags)[ RSS](/packages/buggedcom-customtags/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#PHP CustomTags

Allows you to create HTML custom tags that aids in templating and providing easy to use extendable functionality that designers find easy to work with. Create completely customisable tags and even comes with a simple internal templating engine.

Tags can also be collected and processed in bulk, which can be usefull when optimising performance of database queries and other such junk.

\##An Example Custom Tag.

```

    This is an in line template.
    This is a #{tag} that can be accessed by the callback function
`
```

\##Simple Integrated Example

```

    untitled

```

**Inside the related tag file; tags/youtube/tag.php:**

```
