Libraries tagged by okta
marando/php-iers
259 Downloads
A PHP package that simplifies obtaining Earth rotation values from IERS bulletins.
localzet/webanalyzer
126 Downloads
Localzet WebAnalyzer is a web analysis tool that analyzes website visitors, obtaining information about their device, operating system, browser, etc. It is developed by Localzet and uses modern technologies and standards to provide detailed and accurate information.
lin07ux/net-court
68 Downloads
NetCourt is a SDK for HangZhou NetCourt notary: original confirmation and obtain evidence.
kwaight/classfinder
2009 Downloads
A utility for obtaining fully qualified class names from a directory.
kryst3q/php-uldk
7 Downloads
Object oriented library written in php for obtaining polish cadastral plot geographic localisation using it's number or coordinates. The library uses ULDK www service for obtaining informations (http://uldk.gugik.gov.pl/opis.html).
kruegge82/dhl-retoure-php-rest-sdk
2 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".
kruegge82/dhl-authentication-oauth-api
20 Downloads
This API describes how API client can obtain a token which is used to access various Parcel Germany APIs. Using this API is often the first step in making your API call. Preconditions You will need: * client ID (aka "API Key", obtained when you create an app in developer.dhl.com) * client secret (obtained when you create an app in developer.dhl.com) * GKP user name (obtained when setting up your business account with Parcel Germany) * GKP password (obtained when setting up your business account with Parcel Germany) Technical Information This uses an implementation of OAuth2 Password Grant (RFC 6749). After successfull usage you will: * have an opaque access token to be used for API calls afterwards * this token will have an expiration time
kllakk/yii2-yandex-kassa-api
9 Downloads
This extensions allows you obtain money from users by new Yandex.Kassa's API
jetcod/ip-intelligence
41 Downloads
A PHP package for geolocating IP addresses and obtaining locale and language information from them.
itspirit/trustpilot-authenticator
5432 Downloads
A PHP library for obtaining Trustpilot API access tokens
idno/console-statistics
9225 Downloads
Obtain statistics about your Known site from the console
hoku-lib/httpstatuscoderesolver
14 Downloads
HttpStatusCodeResolver is a library for obtaining information on the HTTP status code.
haijin/instantiator
361 Downloads
A library to create and obtain instances of objects using a simple DSL.
guentur/cache-wrapper
8 Downloads
Preference for Magento cache module. You can obtain data from cache, but if it isn't in cache, CacheWrapper module save it to the cache automaticaly and then convey you the data from cache
glpzzz/object2email
6 Downloads
Simple solution to obtain a Symfony/Email representation of any object by implementing the provided interface