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: 7 months ago
JSON representation

a fluent interface for interacting with web sites, page content and urls

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)
![Tests](https://github.com/myerscode/utilities-web/actions/workflows/tests.yml/badge.svg?branch=main)
[![codecov](https://codecov.io/gh/myerscode/utilities-web/graph/badge.svg?token=YR0YHVERNV)](https://codecov.io/gh/myerscode/utilities-strings)

## 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 ClientUtility](docs/content-utility.md)

### [Ping ClientUtility](docs/ping-utility.md)

### [URI ClientUtility](docs/uri-utility.md)

## License

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