phpmobile-phones

Looking for php (or other convertable) array of cell phones


I'm looking for a array of cell phones, prefer PHP but I can convert any kind to PHP.

Something like this for example:

 array('iPhone','Blackberry','Samsung Galaxy','LG');  //and many more

I'm looking for one that has keywords that would be included in a HTTP_USER_AGENT call.

Is there anything on the market or in Github that I might use as a starter.

I'm not looking for mobile devices like kendal, I just want the phones.


Solution

  • You can use the mobiledetect library: http://mobiledetect.net/