定制 mattyg/meta 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mattyg/meta

Composer 安装命令:

composer require mattyg/meta

包简介

A package that makes it easy to add meta tags to your views.

关键字:

README 文档

README

#Meta

A package that makes it easy to add meta tags to your views. This is a fork of Ryan Nielson's original package that does not include any framework-specific code.

This package will work in any PHP application.

Installation

Run the following Composer command in your terminal, or simply add "mattyg/meta": "2.1.*" to your composer.json file:

composer require mattyg/meta

Then update Composer from the terminal:

composer update

That's it!

Usage

To set meta tag values, you will use the set(array()) method on the Meta instance. Just pass this Meta object around to persist the set values.

$meta = new \RyanNielson\Meta\Meta;

// Example #1 - Basic setting of values
$meta->set(array("title" => "Page Title", "description" => "Page Description", "keywords" => array("great", "site")));

// Example #2 - Setting nested values. This will render tags with names like og:title and og:description
$meta->set(array("title" => "Page Title", "og" => array("title" => "OG Title", "description" => "OG Description")));

To display your meta tags using the set values, you will use the display(array()) function on your Meta object.:

$meta->display();

// Displaying Example #1 from above
<meta name="title" content="Page Title"/>
<meta name="description" content="Page Description"/>
<meta name="keywords" content="great, site"/>

// Displaying Example #2 from above
<meta name="title" content="Page Title"/>
<meta name="og:title" content="OG Title"/>
<meta name="og:description" content="OG Description"/>

The display function also accepts an array of default values. These will be used when displaying your meta tags if a value is not set already using set().

统计信息

  • 总下载量: 37
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 1
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-03-21

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固