dusterio/link-preview

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
LICENSE
README.md
build/logs/clover.xml
composer.json
phpunit.xml.dist
src/Client.php75
src/Contracts/LinkInterface.php17
src/Contracts/ParserInterface.php14
src/Contracts/PreviewInterface.php8
src/Contracts/ReaderInterface.php7
src/Exceptions/ConnectionErrorException.php5
src/Exceptions/MalformedUrlException.php5
src/Exceptions/UnknownFieldException.php5
src/Exceptions/UnknownParserException.php5
src/Integrations/LaravelFacade.php10
src/Integrations/LaravelServiceProvider.php21
src/Models/HtmlPreview.php24
src/Models/Link.php66
src/Models/VideoPreview.php17
src/Parsers/BaseParser.php32
src/Parsers/HtmlParser.php113
B
5 hrs
src/Parsers/VimeoParser.php35
B
5 hrs
src/Parsers/YouTubeParser.php35
B
5 hrs
src/Readers/HttpReader.php63
src/Traits/HasExportableFields.php18
src/Traits/HasImportableFields.php32