PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Gabriel Alejandro López López   Yii2 Tagged View   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 Tagged View
Set page meta and other tags in view scripts
Author: By
Last change:
Date: 1 month ago
Size: 596 bytes
 

Contents

Class file image Download
{ "name": "daxslab/yii2-taggedview", "description": "Extension to help setup the standard HTML meta tags besides the ones defined by Opengraph and Twitter to contribute to website SEO", "type": "yii2-extension", "keywords": ["yii2","seo","html","metatags","facebook","twitter"], "license": "MIT", "authors": [ { "name": "Gabriel A. López López", "email": "glpz@daxslab.com" } ], "require": { "yiisoft/yii2": "*" }, "autoload": { "psr-4": { "daxslab\\taggedview\\": "" } } }