refinery29/sitemap

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitattributes
.github/CONDUCT.md
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.gitignore
.php_cs
.travis.yml
LICENSE
Makefile
README.md
composer.json
composer.lock
src/Component/Image/Image.php68
src/Component/Image/ImageInterface.php12
src/Component/News/News.php92
src/Component/News/NewsInterface.php22
src/Component/News/Publication.php25
src/Component/News/PublicationInterface.php7
src/Component/Sitemap.php27
src/Component/SitemapIndex.php16
src/Component/SitemapIndexInterface.php6
src/Component/SitemapInterface.php7
src/Component/Url.php103
src/Component/UrlInterface.php22
src/Component/UrlSet.php17
src/Component/UrlSetInterface.php9
src/Component/Video/GalleryLocation.php29
src/Component/Video/GalleryLocationInterface.php7
src/Component/Video/Platform.php38
src/Component/Video/PlatformInterface.php12
src/Component/Video/PlayerLocation.php43
src/Component/Video/PlayerLocationInterface.php10
src/Component/Video/Price.php55
src/Component/Video/PriceInterface.php14
src/Component/Video/Restriction.php33
src/Component/Video/RestrictionInterface.php9
src/Component/Video/Tag.php17
src/Component/Video/TagInterface.php6
src/Component/Video/Uploader.php30
src/Component/Video/UploaderInterface.php7
src/Component/Video/Video.php242
B
5 hrs
src/Component/Video/VideoInterface.php41
src/Writer/Image/ImageWriter.php58
src/Writer/News/NewsWriter.php71
src/Writer/News/PublicationWriter.php25
src/Writer/SitemapIndexWriter.php25
src/Writer/SitemapWriter.php28
src/Writer/UrlSetWriter.php40