Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
berkanumutlu committed Apr 17, 2024
1 parent 38e07ae commit af9a9ec
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
</div>
<br>
<p align="center">
<a href="https://github.com/berkanumutlu/php-sitemap-generator/releases/tag/v1.0.3" target="_blank" rel="nofollow"><img src="https://img.shields.io/github/v/release/berkanumutlu/php-sitemap-generator?logo=github" alt="PHP Sitemap Generator Release"></a>
<a href="https://github.com/berkanumutlu/php-sitemap-generator/stargazers" rel="nofollow"><img src="https://img.shields.io/github/stars/berkanumutlu/php-sitemap-generator?style=flat&logo=github" alt="PHP Sitemap Generator Repo stars"></a>
<a href="https://github.com/berkanumutlu/php-sitemap-generator/blob/master/LICENSE" target="_blank" rel="nofollow"><img src="https://img.shields.io/github/license/berkanumutlu/laravel-example-app" alt="License"></a>
<a href="https://www.php.net/releases/5_6_0.php" target="_blank" rel="nofollow"><img src="https://img.shields.io/badge/PHP->=v5.6-777BB4?logo=php&logoColor=white&labelColor=777BB4" alt="PHP Version"></a>
<a href="https://getbootstrap.com/docs/5.3/getting-started/introduction/" target="_blank" rel="nofollow"><img src="https://img.shields.io/badge/Bootstrap-v5.3.3-7952B3?logo=bootstrap&logoColor=white&labelColor=7952B3" alt="Bootstrap Version"></a>
<a href="https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/" target="_blank" rel="nofollow"><img src="https://img.shields.io/badge/jQuery-v3.7.1-0769AD?logo=jquery&logoColor=white&labelColor=0769AD" alt="jQuery Version"></a>
<a href="https://github.com/berkanumutlu/php-sitemap-generator/blob/master/LICENSE" target="_blank" rel="nofollow"><img src="https://img.shields.io/github/license/berkanumutlu/laravel-example-app" alt="License"></a>
<a href="https://flatpickr.js.org/" target="_blank" rel="nofollow"><img src="https://img.shields.io/badge/flatpickr-v4.6.13-000000?logoColor=white&labelColor=000000&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAAAAAByaaZbAAAA6UlEQVR4nGL5z0AaYCJR/bDQwIJb6u/r7yzCXBjC/7GDdx0W7CBpSZ9Jj1EksGv4O0kQydWbCWuIR/HmS2QprH6YsRCs0ECJ7cP9W38txQj54StYRfRDMOf94rUE/TAXpD4SR2hg0xAK0nCLBA2qDAwMijjU/8cW088ZGBiUcEUnNg2/GBgYOHBpwAzWX99BeerXGxhfBE0e2X3T5UR40a3kRPMDig3vH+FyCH4/4AUoNqgFgKmN/xkYxC2hYmzoOrAENUiNNynxQF0/jGoY1TCqAQGwFfen/zMw8OHSwDjaEiACAAIAAP//vUN2DEtqjfYAAAAASUVORK5CYII=" alt="Flatpickr Version"></a>
</p>

# PHP Sitemap Generator
Expand All @@ -23,7 +26,7 @@ Sitemap format: http://www.sitemaps.org/protocol.html
- [x] Generate gzip compression sitemap file (ext-zlib)
- [x] Generate sitemap file from URL (ext-curl, ext-dom)
- [x] Create or update robots.txt
- [x] Submit sitemap file to search engines
- [x] Submit sitemap file to search engines (ext-curl)
- [ ] Generate sitemap file with [The SimpleXMLElement](https://php.net/manual/en/class.simplexmlelement.php) class

## After generating sitemap file
Expand Down Expand Up @@ -398,4 +401,4 @@ Now, it can create or update your robots.txt automatically.

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.
The MIT License (MIT). Please see [License File](LICENSE) for more information.

0 comments on commit af9a9ec

Please sign in to comment.