{"id":22703970,"url":"https://github.com/hettiger/seo-aggregator","last_synced_at":"2025-04-13T09:44:57.688Z","repository":{"id":13948480,"uuid":"16648502","full_name":"hettiger/seo-aggregator","owner":"hettiger","description":"Generate sitemap.xml and robots.txt files in Laravel or any PHP Application with ease.","archived":false,"fork":false,"pushed_at":"2014-06-28T17:29:42.000Z","size":941,"stargazers_count":30,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T01:11:58.657Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hettiger.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-08T17:25:34.000Z","updated_at":"2023-11-16T17:29:19.000Z","dependencies_parsed_at":"2022-08-25T00:22:05.291Z","dependency_job_id":null,"html_url":"https://github.com/hettiger/seo-aggregator","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hettiger%2Fseo-aggregator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hettiger%2Fseo-aggregator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hettiger%2Fseo-aggregator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hettiger%2Fseo-aggregator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hettiger","download_url":"https://codeload.github.com/hettiger/seo-aggregator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248694190,"owners_count":21146945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-10T08:13:22.946Z","updated_at":"2025-04-13T09:44:57.666Z","avatar_url":"https://github.com/hettiger.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## SEO Aggregator\n\n[![Latest Stable Version](https://poser.pugx.org/hettiger/seo-aggregator/version.png)](https://packagist.org/packages/hettiger/seo-aggregator) [![Build Status](https://travis-ci.org/hettiger/seo-aggregator.png?branch=master)](https://travis-ci.org/hettiger/seo-aggregator) [![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/hettiger/seo-aggregator/badges/quality-score.png?s=51d0f6f08bc4f4f905d34bd633ccbecdb04cfdc0)](https://scrutinizer-ci.com/g/hettiger/seo-aggregator/) [![License](https://poser.pugx.org/hettiger/seo-aggregator/license.png)](https://packagist.org/packages/hettiger/seo-aggregator)\n\nGenerate sitemap.xml and robots.txt files in Laravel or any PHP Application with ease.\n\nThis package allows you throwing [Eloquent Models](https://github.com/illuminate/database) at it in order to generate\nsitemap.xml + robots.txt files. It is mainly desired for use with [Laravel 4](http://laravel.com). Anyways it's\ndeveloped with the whole PHP Community in mind.\n\n### Brief Example for Usage with Laravel 4\n\n```php\n$collection = Pages::all();\n\nSitemap::addCollection($collection, 'url-prefix');\n\nreturn Response::make(Sitemap::getSitemapXml())\n    -\u003eheader('Content-Type', 'text/xml');\n```\n\n### Documentation\n\nThe Documentation can be found [here](docs/index.md).\n\nIf you have any Problems with the Documentation please open an Issue.\n\n### Require with Composer – Current Suggestion:\n\n```js\n// composer.json\n\n\"require\": {\n    \"php\": \"\u003e=5.4.0\",\n    \"hettiger/seo-aggregator\": \"1.1.*\",\n    // ...\n},\n```\n\n#### Version Numbers\n\nAn Update is always considered safe on changes regarding the last digit of the Version Number. Never update when the\nfirst or second digit has changed without looking into the [Release Notes](release-notes.md).\n\n| Versions | Laravel compatibility | PHP compatibility |\n| -------- | --------------------- | ----------------- |\n| 1.1.*    | Laravel 4.2           | HHVM, 5.4+        |\n| 1.0.*    | Laravel 4.1           | 5.3+              |\n| 0.\\*.*   | Laravel 4.1           | 5.3+              |\n\n### License\n\nSEO Aggregator is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhettiger%2Fseo-aggregator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhettiger%2Fseo-aggregator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhettiger%2Fseo-aggregator/lists"}