PHPackages                             tzfrs/googlesitemapparser - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tzfrs/googlesitemapparser

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tzfrs/googlesitemapparser
=========================

Google Sitemap is a Sitemap standard that is supported by Ask.com, Google, YAHOO and MSN Search. This library can read in such Sitemaps and parse all urls from them.

1.0.9(9y ago)143.3k5MITPHPPHP &gt;=5.5.9CI failing

Since Jun 15Pushed 5y ago2 watchersCompare

[ Source](https://github.com/tzfrs/googlesitemapparser)[ Packagist](https://packagist.org/packages/tzfrs/googlesitemapparser)[ RSS](/packages/tzfrs-googlesitemapparser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

Google Sitemap-Parser
=====================

[](#google-sitemap-parser)

An easy-to-use library to parse sitemaps compliant with the Google Standard

Install
-------

[](#install)

Install via [composer](https://getcomposer.org):

```
{
    "require": {
        "tzfrs/googlesitemapparser": "1.0.*"
    }
}
```

Run `composer install` or `composer update`.

Getting Started
---------------

[](#getting-started)

### Basic parsing

[](#basic-parsing)

Parses the data from the sitemap.xml of your server. Supports .xml and text format

```
