Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akiosarkiz/proxy-finder
https://github.com/akiosarkiz/proxy-finder
laravel php80 proxy proxy-finder
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akiosarkiz/proxy-finder
- Owner: AkioSarkiz
- License: mit
- Created: 2021-07-24T01:10:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-26T13:45:43.000Z (over 3 years ago)
- Last Synced: 2024-05-21T03:51:26.317Z (8 months ago)
- Topics: laravel, php80, proxy, proxy-finder
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# proxy-finder
## Installation
You can install the package via composer:
```bash
composer require akiosarkiz/proxy-finder
```## Usage
```php
$finder = app(\AkioSarkiz\Contracts\ProxyFinderInterface::class);
$proxyData = $finder->find();
```