Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Useragentstring Bundle Laravel Package

andres-montanez/useragentstring-bundle

View on GitHub
Deep Wiki
Context7

#UserAgentString

Integrates User Agent String project into Symfony

After enabling the bundle, you can access the user_agent service

<?php
    class HomeController extends Controller
    {
        public function indexAction() {
            $ua = $this->get('user_agent');
            if ($ua->getCurrent()->isMobile()) {
                ...
            } else {
                ...
            }
        }
    }

This bundle is inspired by the libraries here: http://user-agent-string.info/download, and uses the XML also from there, so keep your's updated!

You can specify your updated version in the config.yml

andres_montanez_user_agent_string:
    source: "%kernel.root_dir%/Resources/uas_20140211-01.xml"
    robots: true

By default, the Robots section of the file is NOT parsed nor used. If you want to know if a user agent is a bot, you have to enable it yourself. This bundle is focused on speed for the real users, not the bots.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
calliostro/spotify-bundle
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle