2017 © Pedro Peláez
 

library html-meta

Manage HTML meta tags in PHP

image

pageon/html-meta

Manage HTML meta tags in PHP

  • Thursday, May 25, 2017
  • by brendt
  • Repository
  • 0 Watchers
  • 1 Stars
  • 137 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 1 % Grown

The README.md

Build Status Scrutinizer Code Quality, (*1)

Basic usages

$meta = new Meta();

$meta->charset('UTF-8');
$meta->name('title', 'Hello World');
$meta->httpEquiv('Expires', '5000');
$meta->link('next', 'http://lorem.ipsum/?page=3');

$meta->title('Title');
$meta->description('My Description');
$meta->image('/path/to/image.jpeg');

Using it as an injectable service

class MyService 
{
    public function __construct(Meta $meta) {
        $meta->image($this->image->getThumbnail());
    }
}

Rendering

$html = $meta->render();
{{ meta->render() }}

The Versions

25/05 2017

dev-develop

dev-develop

Manage HTML meta tags in PHP

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by Avatar brendt

seo meta meta tags html meta

25/05 2017

dev-master

9999999-dev

Manage HTML meta tags in PHP

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by Avatar brendt

seo meta meta tags html meta

25/05 2017

2.0.1

2.0.1.0

Manage HTML meta tags in PHP

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by Avatar brendt

seo meta meta tags html meta

25/05 2017

2.0.0

2.0.0.0

Manage HTML meta tags in PHP

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by Avatar brendt

seo meta meta tags html meta

25/05 2017

1.1.0

1.1.0.0

Manage HTML meta tags in PHP

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by Avatar brendt

seo meta meta tags html meta

18/05 2017

1.0.1

1.0.1.0

Manage HTML meta tags in PHP

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by Avatar brendt

seo meta meta tags html meta

23/04 2017

1.0.0

1.0.0.0

Manage HTML meta tags in PHP

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by Avatar brendt

seo meta meta tags html meta

23/04 2017

0.3.0

0.3.0.0

Manage HTML meta tags in PHP

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by Avatar brendt

13/04 2017

0.2.2

0.2.2.0

Manage HTML meta tags in PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Avatar brendt

13/04 2017

0.2.1

0.2.1.0

Manage HTML meta tags in PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Avatar brendt

18/03 2017

0.2.0

0.2.0.0

Manage HTML meta tags in PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Avatar brendt

18/03 2017

0.1.1

0.1.1.0

Manage HTML meta tags in PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Avatar brendt

18/03 2017

0.1.0

0.1.0.0

Manage HTML meta tags in PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Avatar brendt