2017 © Pedro Peláez
 

library seo-aggregator

Generate sitemap.xml and robots.txt files in Laravel or any PHP Application with ease.

image

hettiger/seo-aggregator

Generate sitemap.xml and robots.txt files in Laravel or any PHP Application with ease.

  • Saturday, June 28, 2014
  • by hettiger
  • Repository
  • 3 Watchers
  • 31 Stars
  • 294 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 10 Versions
  • 3 % Grown

The README.md

SEO Aggregator

Latest Stable Version Build Status Scrutinizer Quality Score License, (*1)

Generate sitemap.xml and robots.txt files in Laravel or any PHP Application with ease., (*2)

This package allows you throwing Eloquent Models at it in order to generate sitemap.xml + robots.txt files. It is mainly desired for use with Laravel 4. Anyways it's developed with the whole PHP Community in mind., (*3)

Brief Example for Usage with Laravel 4

$collection = Pages::all();

Sitemap::addCollection($collection, 'url-prefix');

return Response::make(Sitemap::getSitemapXml())
    ->header('Content-Type', 'text/xml');

Documentation

The Documentation can be found here., (*4)

If you have any Problems with the Documentation please open an Issue., (*5)

Require with Composer – Current Suggestion:

// composer.json

"require": {
    "php": ">=5.4.0",
    "hettiger/seo-aggregator": "1.1.*",
    // ...
},

Version Numbers

An Update is always considered safe on changes regarding the last digit of the Version Number. Never update when the first or second digit has changed without looking into the Release Notes., (*6)

Versions Laravel compatibility PHP compatibility
1.1.* Laravel 4.2 HHVM, 5.4+
1.0.* Laravel 4.1 5.3+
0.*.* Laravel 4.1 5.3+

License

SEO Aggregator is open-sourced software licensed under the MIT license, (*7)

The Versions

28/06 2014

dev-master

9999999-dev

Generate sitemap.xml and robots.txt files in Laravel or any PHP Application with ease.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Hettiger

generator seo generate robots.txt sitemap.xml seo-aggregator

28/06 2014

dev-develop

dev-develop

Generate sitemap.xml and robots.txt files in Laravel or any PHP Application with ease.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Hettiger

generator seo generate robots.txt sitemap.xml seo-aggregator

28/06 2014

1.1.1

1.1.1.0

Generate sitemap.xml and robots.txt files in Laravel or any PHP Application with ease.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Hettiger

generator seo generate robots.txt sitemap.xml seo-aggregator

28/06 2014

dev-release/1.1.1

dev-release/1.1.1

Generate sitemap.xml and robots.txt files in Laravel or any PHP Application with ease.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Hettiger

generator seo generate robots.txt sitemap.xml seo-aggregator

28/06 2014

1.1.0

1.1.0.0

Generate sitemap.xml and robots.txt files in Laravel or any PHP Application with ease.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Hettiger

generator seo generate robots.txt sitemap.xml seo-aggregator

04/03 2014

1.0.1

1.0.1.0

Generate sitemap.xml and robots.txt files in Laravel or any PHP Application with ease.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Hettiger

generator seo generate robots.txt sitemap.xml seo-aggregator

02/03 2014

1.0.0

1.0.0.0

Generate sitemap.xml and robots.txt files in Laravel or any PHP Application with ease.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Hettiger

generator seo generate robots.txt sitemap.xml seo-aggregator

01/03 2014

0.1.0

0.1.0.0

Generate sitemap.xml and robots.txt files in Laravel or any PHP Application with ease.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Hettiger

generator seo generate robots.txt sitemap.xml seo-aggregator

28/02 2014

0.0.2

0.0.2.0

Generate sitemap.xml and robots.txt files in Laravel or any PHP Application with ease.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Hettiger

generator seo generate robots.txt sitemap.xml seo-aggregator

09/02 2014

0.0.1

0.0.1.0

Automatically generate sitemap.xml and robots.txt files with ease.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martin Hettiger

generator seo generate aggregator hettiger seo-aggregator