lukasdev / scanner
Exemplo de pacote no packagist - Livro Modern PHP
1.0.0
2016-06-08 22:00 UTC
Requires
- guzzlehttp/guzzle: ^6.2
This package is auto-updated.
Last update: 2025-01-16 05:03:42 UTC
README
Escaneia uma url e reporta urls inacessiveis (repositório teste) DESCONSIDERE O CONTEÚDO DESTE REPOSITÓRIO, TRATA-SE APENAS DE UM ESTUDO EM OFF!
Install
Via Composer
$ composer require lukasdev/scanner
Usage
$urls = [ 'http://www.apple.com', 'http://php.net', 'http://sdfssdwerw.org' ]; $scanner = new \LukasDev\ModernPHP\Url\Scanner($urls); print_r($scanner->getInvalidUrls());
Testing
Tests não disponíveis.
Contributing
Por favor veja CONTRIBUTING para detalhes.
Credits
License
The MIT License (MIT). Please see License File for more information.