Libraries tagged by method call
mikbox74/yii2-autorouter
29 Downloads
This component allows modules to create rules for UrlManager by method
juniora/laravel-querymonitor
3 Downloads
Laravel QueryMonitor is a package for Laravel that allows you to monitor and log:Slow SQL Queries: Monitors the actual execution time of SQL queries on the database.Slow Eloquent Methods: Monitors the total time taken by Eloquent methods, including PHP processing.
jeontwikkeling-nl/ltisaas_client_api_php
25 Downloads
A brief overview of the API versions: v0: This version is solely for testing and does not interact with the database, nor does it involve any validation. It simply serves mock data. v1: This is the official version of the LtiSaas API, intended for production use. Please be informed that when testing version v0, the HTTP Access-Token header should be set with the value 'dummy'. Also, please note that the API has a limit of 2500 results per response. Additionally, all webservices support both POST and GET requests. However, the POST method is required when uploading files.
jayankaghosh/dataobject
9 Downloads
A wrapper class that supports all types of getX, setX, and unsX methods. Inspired by Magento's DataObect
hotelmah/mysqli-wrapper
15 Downloads
This MySQLi wrapper base class provides properties for Connection and Query Error Messages and ResultSet Properties and Methods to navigate a ResultSet. Connection and Server properties are also provided, basically all of the available features the extension provides.
gustocoder/laravel-datatable
8 Downloads
Laravel datatable package that provides sorting, allows you to optionally add an extra column, under which you can add buttons for CRUD operations. The button creation method will automatically generate links and send the individual record id to the route name you pass to it. You can configure whether you want the records to be clickable, sortable or not. There is also pagination. Built using Laravel 11.0 but will work on most recent versions. It uses Bootstrap 5 to wrap your responsive table in a nice customizable panel
eriocnemis/module-region-shipping-rule
50 Downloads
The module allows you to create flexible rules for managing shipping methods depending on the region.
emma/http-manager
32 Downloads
A PHP 8.0+ Attributes Based HTTP Routing. Can be used for all cases, MVC and Middleware - Class/Method/Function
eloquentcoder/datastructures-php
3 Downloads
A simple php package with all of the popular data structures and their corresponding methods and propertieable
edgaralexanderfr/phinx2sql
14 Downloads
Tool that allows you to print Phinx migrations displaying the SQL statements that pass through the `execute` method.
digg-ecard/diggecard-klarna-payments-integration
142 Downloads
A Magento 2 module that allow to work Diggecard with Klarna Payments methods
devhelp/piwik-silex-provider
21 Downloads
integration of devhelp/piwik-api into Silex. Allows to create services for piwik api methods
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.
carry0987/line-login
17 Downloads
LineLogin is a robust and user-friendly Composer package designed to streamline and simplify the Line login process for PHP-based applications. This package allows seamless integration with Line's login API, providing a more efficient and secure user authentication method.
bridgewatercollege/custom-login-bundle
60 Downloads
Allows custom set-up and implementation of authetication methods into a single symfony application (local, simplesamlphp)