jenssegers / agent

👮 A PHP desktop/mobile user agent parser with support for Laravel, based on Mobiledetect
https://jenssegers.com
MIT License
4.53k stars 473 forks source link

Custom rules #174

Open david1824 opened 4 years ago

david1824 commented 4 years ago

Hi, We have native mobile applications. These apps send some tiny header data, for example okhttp/$libraryVersion for Android and $appName/$appVersion ($appPackage; build:$appBuildNumber; iOS 13.5.1) Alamofire/$libraryVersion for iOS. It could be useful to add some custom rules, that can be fallbacked in case there is no response from regular rules, but didnt find it in codebase. Any suggestions? Thanks

david1824 commented 4 years ago

100 related