PHP 5, User Management, Web services This class can authorize the access of users to an API using the OAuth protocol. It abstracts OAuth1 (1.0 and 1.0a) and OAuth2 in the same class, so you can use the same code to authorize the access on behalf of the current user any API that supports any version ...
PHP 5, Geography This package can generate PlusCode parameters for Google Maps links. It can take the geographic coordinates of a given location and returns a value in the Open Location Code format that can be used as a parameter for a link to Google Maps to identify and certain spot on the planet ...
HTML, PHP 5, Databases, User Management This class can be used to authenticate and manage user accounts stored in SQLite. It implements several operations and display HTML forms to authenticate users and manage their account records stored in a SQLite database. Currently it can register a new account ...