PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Juraj Puchký   PHP Sitemap XML Parser   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Sitemap XML Parser
Parse a sitemap to get the URLs of the site pages
Author: By
Last change: curl
Date: 2 years ago
Size: 466 bytes
 

Contents

Class file image Download
{ "name": "baba/sitemap-crawler", "type": "library", "license": "GPL-2.0-only", "minimum-stability": "dev", "authors": [ { "name": "Juraj Puchký - BABA Tumise s.r.o.", "email": "info@baba.bj" } ], "autoload": { "psr-4": { "BABA\\Utilities\\": "src/" } }, "provide": { "baba/sitemap-crawler": "1.0.0" }, "require": { "php": ">=7.3", "ext-dom": "*", "ext-libxml": "*", "ext-curl": "*" } }