joomla-framework / application

Joomla Framework Application Package
GNU General Public License v2.0
21 stars 28 forks source link

Move Web/WebClient in a seaparate package #38

Open rkgrep opened 9 years ago

rkgrep commented 9 years ago

I propose to separate WebClient class into an independent package. The class has browser dection functions which are not available in laravel or symfony. So it should be available for composer require without pulling the whole application package

rkgrep commented 9 years ago

Any replies? The class is awesome, but I don't want to pull the whole application package to use it.

piotr-cz commented 8 years ago

I'd appreciate WebClient as as separate package too.

It provides enough functionality to deserve it - ATM we prefer to look for other solution then to pull whole JApplication with it's dependencies just to use WebClient.

mbabker commented 8 years ago

Consider it a TODO for v2.

nibra commented 3 years ago

See joomla/joomla-cms#16528 for related discussion