mengmengdong / oauth2-php

Automatically exported from code.google.com/p/oauth2-php
MIT License
0 stars 0 forks source link

Namespace #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I is just a suggestion.

The classes shoud be in a namespace, for example:
OAuth2_Client_Abstract
OAuth2_Server_Abstract

or

OAuth2\Client\Abstract
OAuth2\Server\Abstract

Right now it is diffucult to autoload the classes in a clean way.

Original issue reported on code.google.com by kupie...@gmail.com on 18 Apr 2012 at 12:16