Download the PHP package urlr/urlr-php without Composer
On this page you can find all versions of the php package urlr/urlr-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download urlr/urlr-php
More information about urlr/urlr-php
Files in urlr/urlr-php
Package urlr-php
Short Description PHP client for URLR
License MIT
Homepage https://urlr.me/en
Informations about the package urlr-php
[email protected]
This SDK is automatically generated with the OpenAPI Generator project.
- API version: 1.10
- Package version: 2.11.1
- Build package: urlr/urlr-php
For more information, please visit https://urlr.me/en.
Installation & Usage
Requirements
PHP 8.1 and later.
Composer
You can install the bindings via Composer. Run the following command:
Manual Installation
Download the files and include autoload.php
:
Getting Started
Please follow the installation procedure and then run the following:
A complete example is available here.
API Endpoints
All URIs are relative to https://urlr.me/api/v1
Class | Method | HTTP request | Description |
---|---|---|---|
AccessTokensApi | createAccessToken | POST /access_tokens/create | Get an access token |
AccessTokensApi | refreshAccessToken | POST /access_tokens/refresh | Refresh an access token |
DomainsApi | createDomain | POST /domains/create | Create a domain |
FoldersApi | getFolders | GET /folders/{team_id} | Get folders of workspace |
LinksApi | createLink | POST /links/create | Create a link |
LinksApi | editLink | PATCH /links/{link_id} | Edit a link |
LinksApi | getLink | GET /links/{link_id} | Get a link |
QRCodesApi | createQrCode | POST /qrcodes/create | Create a QR Code |
StatisticsApi | getStatistics | POST /statistics | Get statistics of a link |
WorkspacesApi | getTeams | GET /teams | Get workspaces of user |
Models
- BaseLinkRequest
- BaseLinkRequestMetatag
- BaseLinkRequestQrcode
- CreateAccessToken200Response
- CreateAccessToken401Response
- CreateAccessTokenRequest
- CreateDomain200Response
- CreateDomain409Response
- CreateDomainRequest
- CreateLink429Response
- CreateLinkRequest
- CreateQrCodeRequest
- CreateQrCodeRequestOneOf
- CreateQrCodeRequestOneOf1
- EditLink500Response
- EditLinkRequest
- GetFolders200Response
- GetFolders200ResponseFoldersInner
- GetLink200Response
- GetLink200ResponseGeolinksInner
- GetLink200ResponseGeolinksInnerConditionsInner
- GetLink200ResponseMetatag
- GetLink200ResponseQrcode
- GetLink200ResponseTagsInner
- GetLink200ResponseUtm
- GetLink401Response
- GetLink404Response
- GetLink422Response
- GetStatistics200Response
- GetStatisticsRequest
- GetTeams200Response
- GetTeams200ResponseTeamsInner
- RefreshAccessToken401Response
- RefreshAccessTokenRequest
Authorization
bearerAuth
- Type: Bearer authentication (JWT)
Tests
To run the tests, use:
Get help / support
Please contact [email protected] and we can take more direct action toward finding a solution.
All versions of urlr-php with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.4.5
guzzlehttp/psr7 Version ^2.0