Libraries tagged by data layer
cbeyersdorf/easybill
4 Downloads
The first version of the easybill REST API. [CHANGELOG](https://api.easybill.de/rest/v1/CHANGELOG.md) ## Authentication You can choose between two available methods: `Basic Auth` or `Bearer Token`. In each HTTP request, one of the following HTTP headers is required: ``` # Basic Auth Authorization: Basic base64_encode(':') # Bearer Token Authorization: Bearer ``` ## Limitations ### Request Limit * PLUS: 10 requests per minute * BUSINESS: 60 requests per minute If the limit is exceeded, you will receive the HTTP error: `429 Too Many Requests` ### Result Limit All result lists are limited to 100 by default. This limit can be increased by the query parameter `limit` to a maximum of 1000. ## Query filter Many list resources can be filtered. In `/documents` you can filter e.g. by number with `/documents?number=111028654`. If you want to filter multiple numbers, you can either enter them separated by commas `/documents?number=111028654,222006895` or as an array `/documents?number[]=111028654&number[]=222006895`. **Warning**: The maximum size of an HTTP request line in bytes is 4094. If this limit is exceeded, you will receive the HTTP error: `414 Request-URI Too Large` ### Escape commas in query You can escape commans in query `name=Patrick\, Peter` if you submit the header `X-Easybill-Escape: true` in your request. ## Property login_id This is the login of your admin or employee account. ## Date and Date-Time format Please use the timezone `Europe/Berlin`. * **date** = *Y-m-d* = `2016-12-31` * **date-time** = *Y-m-d H:i:s* = `2016-12-31 03:13:37` Date or datetime can be `null` because the attributes have been added later and the entry is older.
blockshiftnetwork/sapb1-client
2908 Downloads
A robust, production-grade Laravel package for SAP Business One HTTP integration, supporting both OData and custom (non-OData) SAP Service Layer (SML) endpoints.
cardtechie/tradingcardapi-sdk-php
429 Downloads
Official PHP SDK for Trading Card API - comprehensive tools for accessing trading card data, players, sets, and market information with enhanced error handling and Laravel integration
furic/game-essentials
74 Downloads
The essentials and basic data for a gaming backend server.
slayerbirden/dataflow
1500 Downloads
A framework to pipe your data from one source to another.
php-minecraft/minecraft-query
1135 Downloads
Minecraft library for retrieving server data (players, motd, favicon..)
aiptu/libplaceholder
1262 Downloads
A flexible placeholder library for PocketMine-MP plugins, allowing dynamic insertion of player and global data into messages.
ogsteam/ogspy
26 Downloads
OGSpy collects data from a game and provide statistics to their players
inspiredminds/contao-bayern-portal
24 Downloads
Contao extension to show data from the BayernPortal in the front end.
ismaildasci/laravel-sapb1
356 Downloads
A Laravel package for SAP Business One Service Layer API integration
yiv-dev/metaloader
1 Downloads
helps get the stream meta data for audio player
valzargaming/byond
104 Downloads
A PHP class for interacting with BYOND (Build Your Own Net Dream) servers, providing functionalities to retrieve player information and manage game-related data. Designed to be used in conjunction with a caching system for optimal performance.