Download the PHP package gap/open-server without Composer
On this page you can find all versions of the php package gap/open-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gap/open-server
More information about gap/open-server
Files in gap/open-server
Download gap/open-server
More information about gap/open-server
Files in gap/open-server
Vendor gap
Package open-server
Short Description Gap Open Server
License
Homepage https://github.com/gaptree/gap-php-open-server
Package open-server
Short Description Gap Open Server
License
Homepage https://github.com/gaptree/gap-php-open-server
Keywords gap
Please rate this library. Is it a good library?
Informations about the package open-server
Gap Open Server
Install
API
Gap\Open\Server\OpenServer
- __construct(array $opts = [])
- authCodeGrant(): Grant\AuthCodeGrant
- openIdGrant(): Grant\OpenIdGrant
- clientCdGrant(): Grant\ClientCdGrant
- appService(): Service\AppService
- accessTokenService(): Service\AccessTokenService
Gap\Open\Server\Grant\AuthCodeGrant
- authCode(string $appId, string $userId, string $redirectUrl, string $scope = ''): ?AuthCodeDto
- accessToken($appId, $code): ?AccessTokenDto
Gap\Open\Server\Grant\ClientCdGrant
- accessToken(string $appId, string $appSecret): ?AccessTokenDto
Gap\Open\Server\Grant\OpenIdGrant
- idToken(string $userId) // todo
- accessToken(string $appId, string $token): ?AccessTokenDto
Gap\Open\Server\Service\AppService
- fetch(string $appId): ?AppDto
- create(AppDto $app): void
- disable(AppDto $app): void
Gap\Open\Server\Service\AccessTokenService
- bearerAuthorize(string $bearerToken): bool
- extractToken(string $query): string
- fetch(string $token): AccessTokenDto
Usage
Auth Code
Client Credentials
OpenId
Authorization
Database Schema
All versions of open-server with dependencies
PHP Build Version
Package Version
Requires
gap/open-dto Version
^1.0
gap/db Version ^2.0
psr/simple-cache Version ^1.0
lcobucci/jwt Version ^3.2
gap/db Version ^2.0
psr/simple-cache Version ^1.0
lcobucci/jwt Version ^3.2
The package gap/open-server contains the following files
Loading the files please wait ....