Libraries tagged by data layer

cbeyersdorf/easybill

4 Favers
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.

Go to Download


blockshiftnetwork/sapb1-client

2 Favers
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.

Go to Download


cardtechie/tradingcardapi-sdk-php

1 Favers
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

Go to Download


furic/game-essentials

5 Favers
74 Downloads

The essentials and basic data for a gaming backend server.

Go to Download


slayerbirden/dataflow

5 Favers
1500 Downloads

A framework to pipe your data from one source to another.

Go to Download


php-minecraft/minecraft-query

3 Favers
1135 Downloads

Minecraft library for retrieving server data (players, motd, favicon..)

Go to Download


aiptu/libplaceholder

1 Favers
1262 Downloads

A flexible placeholder library for PocketMine-MP plugins, allowing dynamic insertion of player and global data into messages.

Go to Download


ogsteam/ogspy

10 Favers
26 Downloads

OGSpy collects data from a game and provide statistics to their players

Go to Download


inspiredminds/contao-bayern-portal

0 Favers
24 Downloads

Contao extension to show data from the BayernPortal in the front end.

Go to Download


ismaildasci/laravel-sapb1

0 Favers
356 Downloads

A Laravel package for SAP Business One Service Layer API integration

Go to Download


yiv-dev/metaloader

0 Favers
1 Downloads

helps get the stream meta data for audio player

Go to Download


valzargaming/byond

0 Favers
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.

Go to Download


<< Previous