foothing/laravel-simple-pageviews

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
LICENSE
README.md
composer.json
phpunit.xml
src/Commands/DumpVisitsBuffer.php26
src/DateFilter.php11
src/Middlewares/CountPageView.php13
src/Models/Visit.php7
src/Models/VisitBuffer.php4
src/Parser.php62
B
5 hrs
src/Reports/ReportManager.php87
src/Repositories/VisitRepository.php71
src/Rules/Crawler.php15
src/Rules/RuleInterface.php5
src/Rules/UrlWhitelist.php16
src/ServiceProvider.php13
src/Visits.php45
src/config/visits.php11
src/migrations/2016_10_05_000000_create_visits_table.php25
src/migrations/2017_03_10_000000_create_buffer_table.php22