Libraries tagged by Limitations
php-extended/polyfill-str-levenshtein
193261 Downloads
A php implementation of the levenshtein distance without length limitation
bedrockstreaming/rate-limit-bundle
24403 Downloads
Manage rate limitation for your routes
1msg/one_msg_waba_sdk
4229 Downloads
[1MSG.IO](https://1msg.io/) is the perfect WhatsApp management tool for your business. With us you get full access to the official Whatsapp API/webhooks. Every API request must contain an Authorize HTTP header with a token. This is your channel token, which can be found in your channel project on your profile page. Please do not give the token to anyone or post it publicly. The authorization token must be added to each request in the GET parameter 'token' and always passed to query string (?token={your_token}). Parameters in GET queries pass query string. Parameters in POST requests — through the JSON-encoded request body. All 'send' methods (except /sendTemplate) will only work when the dialog session with the user is open. Some of our solutions simplify and avoid such limitations, but we urge you to pay more attention to this detail
malik_humza_nandla/mysql-library
7 Downloads
A small library to implement mysql functions after php 5.6 so you can use this library to migrate your project to a newer php version without limitation of mysql deprecation
jurchiks/simpleframe
27 Downloads
A light-weight framework with minimal limitations on developer creativity
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.
wizhippo/ezplatform-fieldgroup-limitation
2 Downloads
Repository dedicated to fieldgroup limitation for eZ Platform
lcmjr/php53-limitations
608 Downloads
A package to help with some limitations of the php 5.3 in legacy system
javed/magento2-guest-checkout-coupon-limitation
1 Downloads
Stops maximum usage of coupon for guset checkout for Magento2
nw/request-limit-bundle
7 Downloads
This bundle provides a light way to restrict user access to some action for a specific time frame
kazistm/subscriptions
1 Downloads
Flexible Laravel subscription and plan management system with features, limitations, and usage tracking.
chebur/search-bundle
105 Downloads
Symfony search, pagination, limitation and sorting bundle
cellard/throttle
22 Downloads
Laravel Throttle Service may throttle any events, not only requests
nacosvel/load-balancer
3 Downloads
Implementing Several Load Balancing Scheduling Algorithms with PHP
ginkelsoft/laravel-data-retention
0 Downloads
A Laravel package that enforces GDPR storage-limitation rules per Eloquent model by deleting or anonymizing expired records and writing a tamper-evident audit log.