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: 2.0.0
- Package version: 3.1.0
- 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:
Complete examples can be found in the docs directory of the client repository.
API Endpoints
All URIs are relative to https://urlr.me/api/v2
| Class | Method | HTTP request | Description |
|---|---|---|---|
| DomainsApi | domainCreate | POST /domains | Create a domain |
| DomainsApi | domainGet | GET /domains/{domain_id} | Get a domain |
| DomainsApi | domainList | GET /domains | List domains |
| FoldersApi | folderCreate | POST /folders | Create a folder |
| FoldersApi | folderGet | GET /folders/{folder_id} | Get a folder |
| FoldersApi | folderList | GET /folders | List folders |
| LinksApi | linkCreate | POST /links | Create a link |
| LinksApi | linkDelete | DELETE /links/{link_id} | Delete a link |
| LinksApi | linkEdit | PATCH /links/{link_id} | Edit a link |
| LinksApi | linkGet | GET /links/{link_id} | Get a link |
| LinksApi | linkList | GET /links | List links |
| QRCodesApi | qrcodeCreate | POST /qrcodes | Create a QR Code |
| StatisticsApi | statisticGet | GET /statistics | Get statistics |
Models
- Domain
- DomainCreate409Response
- DomainCreate429Response
- DomainCreateRequest
- DomainGet401Response
- DomainGet404Response
- DomainGet422Response
- DomainList200Response
- Folder
- FolderCreateRequest
- FolderList200Response
- Link
- LinkBaseRequest
- LinkBaseRequestMetatag
- LinkBaseRequestQrcode
- LinkCreateRequest
- LinkDelete500Response
- LinkEditRequest
- LinkGeolinksInner
- LinkGeolinksInnerConditionsInner
- LinkList200Response
- LinkMetatag
- LinkQrcode
- LinkTagsInner
- LinkUtm
- QrcodeCreateRequest
- QrcodeCreateRequestOneOf
- QrcodeCreateRequestOneOf1
- StatisticGet200Response
Authorization
ApiKeyAuth
- Type: API key
- API key parameter name: X-API-KEY
- Location: HTTP header
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