interface RepositoryInterface

Repositorydriver interface

Methods

string|null
getAccessKey()

Get access key for private repo

bool
download(string|null $version = null)

Download package

string|null
getLastVersion()

Get package last version

string
getPackageName()

Get package name

string
getRepositoryName()

Get repository name

bool
install(string|null $version = null)

Install repository

string
getRepositoryUrl()

Get repository url

Details

at line 22
string|null getAccessKey()

Get access key for private repo

Return Value

string|null

at line 30
bool download(string|null $version = null)

Download package

Parameters

string|null $version

Return Value

bool

at line 37
string|null getLastVersion()

Get package last version

Return Value

string|null

at line 44
string getPackageName()

Get package name

Return Value

string

at line 51
string getRepositoryName()

Get repository name

Return Value

string

at line 59
bool install(string|null $version = null)

Install repository

Parameters

string|null $version

Return Value

bool

at line 66
string getRepositoryUrl()

Get repository url

Return Value

string