Report bug · Request feature · Docs
Adclassify provides data about banners and allow Publishers to effectively filter unwanted content. It accepts requests from AdServer.
git clone https://github.com/adshares/adclassify.git
cd adclassify
composer install
composer dump-env dev
vi .env.local.php
php bin/console doctrine:schema:create
php bin/console doctrine:schema:update
yarn
yarn dev
composer dev or php -t ./public -S adclassify.local:8015
git clone https://github.com/adshares/adclassify.git
cd adclassify
composer install --no-dev --no-scripts --optimize-autoloader
composer dump-env prod
vi .env.local.php
php bin/console doctrine:schema:create
php bin/console doctrine:schema:update
yarn
yarn build
Nginx configuration: https://symfony.com/doc/current/setup/web_server_configuration.html#web-server-nginx
Please follow our Contributing Guidelines
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Maciej Pilarczyk - The programmer
See also the list of contributors who participated in this project.
This work is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the License along with this work. If not, see https://www.gnu.org/licenses/gpl.html.
- AdServer - the core logic behind it all