Libraries tagged by data layer
juicecrm/geodata
103 Downloads
Geographical Data for Laravel 10 and later
jrbecart/laravel-statistics
682 Downloads
Forked from rinvex/laravel-statistics, Rinvex Statistics is a lightweight, yet detailed package for tracking and recording user visits across your Laravel application. With only one simple query per request, important data is being stored, and later a cronjob crush numbers to extract meaningful stories from within the haystack.
godscodes/laravel-statistics
71 Downloads
Statistics is a lightweight, yet detailed package for tracking and recording user visits across your Laravel application. With only one simple query per request, important data is being stored, and later a cronjob crush numbers to extract meaningful stories from within the haystack.
pe/component-seo
9 Downloads
SEO helper component, allows to collect seo data for page and render it later
codeacious/profile-collector
74 Downloads
Captures application profiling data and saves it in MongoDB for later analysis
mohit-yogi/async-db-helper
3 Downloads
Save the model data to redis & then move them to DB later
dd/evolutioncms-snippets-ddstash
2 Downloads
Save data as JSON or QueryString, then extend if needed and use it later without database queries.
cbeyersdorf/easybill
1 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.
aiptu/libplaceholder
282 Downloads
A flexible placeholder library for PocketMine-MP plugins, allowing dynamic insertion of player and global data into messages.
furic/game-essentials
73 Downloads
The essentials and basic data for a gaming backend server.
slayerbirden/dataflow
1499 Downloads
A framework to pipe your data from one source to another.
php-minecraft/minecraft-query
990 Downloads
Minecraft library for retrieving server data (players, motd, favicon..)
valzargaming/byond
58 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.
ogsteam/ogspy
20 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.