https://github.com/akiosarkiz/proxy-finder
https://github.com/akiosarkiz/proxy-finder
laravel php80 proxy proxy-finder
Last synced: 6 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 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-26T13:45:43.000Z (over 4 years ago)
- Last Synced: 2025-05-17T10:19:13.876Z (9 months ago)
- Topics: laravel, php80, proxy, proxy-finder
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- 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();
```