Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boocodes/site_map_gen

PHP lib for generating site map. Support`s three type of map: json, xml, csv. Does not use third party dependencies. Located on the packagiest service
https://github.com/boocodes/site_map_gen

csv json php-library php8 sitemap-generator xml

Last synced: 25 days ago
JSON representation

PHP lib for generating site map. Support`s three type of map: json, xml, csv. Does not use third party dependencies. Located on the packagiest service

Awesome Lists containing this project

README

        

## PHP lib for creating site map in three formats: csv, json, xml by standalone file in folder.
## lib do not have third party additionals.
Terms to use:

  • download lib from packagiest.com;

  • create new obj from lib class using construct with params (pages array, map type, goal folder);

  • execute generate method in object. It will parse pages array into needed type sitemap and put at goal folder;