Download the PHP package lustmored/oauth2-lockme without Composer
On this page you can find all versions of the php package lustmored/oauth2-lockme. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lustmored/oauth2-lockme
More information about lustmored/oauth2-lockme
Files in lustmored/oauth2-lockme
Package oauth2-lockme
Short Description LockMe OAuth2 provider
License GPL-3.0-or-later
Informations about the package oauth2-lockme
OAuth2 Client for LockMe
This package provides LockMe OAuth 2.0 support for the PHP League's OAuth 2.0 Client.
Recommendation: For a more comprehensive integration with LockMe, we recommend using the lustmored/lockme-sdk package, which provides a full-featured SDK for the LockMe API.
Installation
To install, use Composer:
Requirements
The following versions of PHP are supported:
- PHP 5.6+
- PHP 7.0+
- PHP 8.0+
This package depends on:
- league/oauth2-client (^2.2)
- PHP ext-json
Usage
Authorization Code Flow
Refreshing a Token
Making Authenticated API Requests
This package includes a helper method executeRequest()
to easily make authenticated API requests:
LockMe SDK and API Documentation
LockMe SDK
For more advanced integration with LockMe, we recommend using the lustmored/lockme-sdk package. This SDK provides a more comprehensive set of features and utilities specifically designed for the LockMe API.
To install the LockMe SDK, use Composer:
For detailed documentation and usage examples, please refer to the SDK repository.
API Documentation
For complete API specifications and endpoint documentation, please refer to the official LockMe API Documentation.
Configuring the Provider
The provider constructor accepts the following options:
License
This package is released under the GPL-3.0-or-later License. See the bundled LICENSE file for details.