suxianjia/xianjiasitemap

There is no license information available for the latest version (v1.0.7) of this package.

由于许多同学对站点地图的事似懂非懂,本项目就把这一篮子的事,都给出解决方案

v1.0.7 2024-11-29 03:24 UTC

This package is auto-updated.

Last update: 2025-01-02 06:49:18 UTC


README

src/ 存放源代码文件
vendor/ 存放第三方依赖
composer.json 定义项目的元数据和依赖信息
README.md 项目的说明文档

|
|-- src    包源码
|    |-- orm/ 数据库操作层 
|    |-- sitemap/ 业务处理
|    |-- fun.php	公共方法
|
|-- example  一些实例
|
|-- example_bin  一些实例
|--  |-- test.php 入口 
|
|-- README.md
|
|-- composer.json


//  php example_bin/test.php type=txt
//  php example_bin/test.php type=xml
//  php example_bin/test.php type=html


git@github.com:suxianjia/xianjiasitemap.git

https://packagist.org/packages/submit



suxianjia/xianjiasitemap

composer require suxianjia/xianjiasitemap


composer update 命令 Ok;

最后执行 composer dumpautoload -o 让自动加载生效。