Skip to content

Commit efccfc8

Browse files
committed
Snazzy up readme
1 parent 9296dd4 commit efccfc8

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
**IMPORTANT: While this package should be stable, it is currently in a pre-release stage. It has been published to packagist, but there is currently to tagged release available. If you want to play around with the package, it’s best to depend on a specific commit insead of dev-main directly.**
22

3-
# Roach PHP — A complete web scraping toolkit for PHP
3+
<h1 align="center">
4+
🐴 Roach
5+
</h1>
6+
7+
<p align="center">
8+
<a href="https://packagist.org/packages/roach-php/core">
9+
<img src="http://poser.pugx.org/roach-php/core/v" alt="Latest Stable Version" />
10+
</a>
11+
12+
<a href="https://packagist.org/packages/roach-php/core">
13+
<img src="http://poser.pugx.org/roach-php/core/downloads" alt="Total Downloads" />
14+
</a>
15+
16+
<a href="https://github.com/roach-php/core/actions/workflows/run-tests.yml">
17+
<img src="https://github.com/roach-php/core/actions/workflows/run-tests.yml/badge.svg" alt="">
18+
</a>
19+
</p>
20+
21+
<p align="center">A complete web scraping toolkit for PHP</p>
422

523
Roach is a complete web scraping toolkit for PHP. It is heavily inspired (read: a shameless clone) of the popular [Scrapy](https://docs.scrapy.org)
624
package for Python.

0 commit comments

Comments
 (0)