facebook-anonymous-publisher / firewall
Facebook anonymous publisher IP filtering.
1.0.3
2016-11-11 06:31 UTC
Requires
- php: >=5.6
- doctrine/dbal: ^2.5
- geoip2/geoip2: ^2.4
- illuminate/database: ^5.3
- illuminate/session: ^5.3
- illuminate/support: ^5.3
- s1lentium/iptools: ^1.1
- vectorface/whip: ^0.3
Requires (Dev)
- codeclimate/php-test-reporter: ^0.3
- orchestra/testbench: ^3.3
- phpunit/phpunit: ^5.5
This package is not auto-updated.
Last update: 2024-11-09 20:39:34 UTC
README
This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com.
Install
Install using composer
composer require facebook-anonymous-publisher/firewall
Add the service provider in config/app.php
FacebookAnonymousPublisher\Firewall\FirewallServiceProvider::class,
Run the database migrations
php artisan migrate
CHANGELOG
Please see CHANGELOG for details.
UPGRADE
Please see UPGRADE for details.