Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myerscode/utilities-web
a fluent interface for interacting with web sites, page content and urls
https://github.com/myerscode/utilities-web
ping utilities utility utility-library web
Last synced: about 1 month ago
JSON representation
a fluent interface for interacting with web sites, page content and urls
- Host: GitHub
- URL: https://github.com/myerscode/utilities-web
- Owner: myerscode
- License: mit
- Created: 2019-04-06T21:42:50.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T16:33:59.000Z (7 months ago)
- Last Synced: 2024-08-06T16:33:10.292Z (5 months ago)
- Topics: ping, utilities, utility, utility-library, web
- Language: PHP
- Size: 43 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Utilities
> a fluent interface for interacting with web sites, page content and urls.[![Latest Stable Version](https://poser.pugx.org/myerscode/utilities-web/v/stable)](https://packagist.org/packages/myerscode/utilities-web)
[![Total Downloads](https://poser.pugx.org/myerscode/utilities-web/downloads)](https://packagist.org/packages/myerscode/utilities-web)
[![License](https://poser.pugx.org/myerscode/utilities-web/license)](https://packagist.org/packages/myerscode/utilities-web)## Install
You can install this package via composer:
``` bash
composer require myerscode/utilities-web
```## Available Utilities
This package has helpers to interact with various aspects of web content.### [Content Utility](docs/content-utility.md)
### [Ping Utility](docs/ping-utility.md)
### [URI Utility](docs/uri-utility.md)
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.