Libraries tagged by data layer
arraypress/wp-stasher
0 Downloads
A utility for capturing and storing WordPress filter values for later use within the same request.
enigmatix/yii2-confirmation
121 Downloads
Allows the caching of a value and storing in a table to be approved at a later date
vaibhavpandeyvpz/phlash
59 Downloads
Package for flashing data now or later (in next request) for use in any micro/full-stack framework.
rovereto/metrika
48 Downloads
Laravel Metrika 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.
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
10 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
4 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
689 Downloads
A flexible placeholder library for PocketMine-MP plugins, allowing dynamic insertion of player and global data into messages.
laravelui5/core
9 Downloads
Foundation layer for integrating OpenUI5 into Laravel applications. Provides the runtime and developer tooling to build UI5 apps in a Laravel-native workflow.
furic/game-essentials
74 Downloads
The essentials and basic data for a gaming backend server.