PHPackages                             kalwa/kalwa-parser - 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. kalwa/kalwa-parser

ActiveLibrary

kalwa/kalwa-parser
==================

This package is used to parse urls from sitemap.xml files.

v1.0.0(2y ago)120MITPHP

Since Nov 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/KKKalwa/KalwaParser)[ Packagist](https://packagist.org/packages/kalwa/kalwa-parser)[ RSS](/packages/kalwa-kalwa-parser/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

KalwaParser
===========

[](#kalwaparser)

KalwaParser is a laravel package used to parse xml sitemap.

Installation
------------

[](#installation)

Install KalwaParser with composer

```
composer require kalwa/kalwa-parser
```

How to use?
-----------

[](#how-to-use)

```
use Kalwa\KalwaParser;
use Kalwa\KalwaParser\Exceptions\SitemapParserException;

 try {
            $parser = new KalwaParser('MyCustomUserAgent');
            $parser->parse('https://themeselection.com/sitemap_index.xml');

            foreach ($parser->getSitemaps() as $url => $tags) {

                echo 'URL: ' . $url . '';

                echo '';
            }
            foreach ($parser->getURLs() as $url => $tags) {
                echo $url . '';
            }
        } catch (SitemapParserException $e) {
            echo $e->getMessage();
        }
```

Badges
------

[](#badges)

kalwaParser

[![MIT License](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](https://choosealicense.com/licenses/mit/)[![GPLv3 License](https://camo.githubusercontent.com/da9c3abfd62c32a94031c3a382cb7c85dbd4cede411416837adfe6b8fda05ba1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d47504c25323076332d79656c6c6f772e737667)](https://opensource.org/licenses/)[![AGPL License](https://camo.githubusercontent.com/aed477ac82de60abd644cfa7c9d381eebe9a00d5d32168644f7e6d2a23957d1b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4147504c2d626c75652e737667)](http://www.gnu.org/licenses/agpl-3.0)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

907d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/94834817353b85c51ddd4fd89c02d1a6ac9472cb33d48ac44b14737b640a3710?d=identicon)[hiteshchauhan](/maintainers/hiteshchauhan)

---

Top Contributors

[![hiteshchauhan10](https://avatars.githubusercontent.com/u/26136997?v=4)](https://github.com/hiteshchauhan10 "hiteshchauhan10 (11 commits)")[![KKKalwa](https://avatars.githubusercontent.com/u/150708077?v=4)](https://github.com/KKKalwa "KKKalwa (1 commits)")

### Embed Badge

![Health badge](/badges/kalwa-kalwa-parser/health.svg)

```
[![Health](https://phpackages.com/badges/kalwa-kalwa-parser/health.svg)](https://phpackages.com/packages/kalwa-kalwa-parser)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
