Libraries tagged by currying
pionia/porm
62 Downloads
Database Querying tool for Pionia Framework
pieterdev/repoflow
23 Downloads
A simple trait to allow fluently querying repositories with an eloquent model. Gives back the flexibility of eloquent to some extent, while remaining explicit on which methods are supported by a repository.
phpmv/php-ssh-proxmox
78 Downloads
A php library running with SSH for proxmox querying
philkershaw/postcodesio
283 Downloads
A simple interface for querying the Postcodes.io UK postcode API.
pezhvak/laravel-translator
355 Downloads
A package to finally be able to localize projects without worrying about updating strings.
perfectin/specification
8 Downloads
Specification pattern for querying typo3 flow repositories
perer876/permission
1 Downloads
Lightweight, enum-based definition, querying and mapping of permissions in PHP applications.
pcfreak30/wordpress-cache-store
651 Downloads
WordPress cache library to enable a data tree inspired storage structure to offset the limitation of the WordPress cache API for querying available keys
nogrod/dhl-retoure-php-sdk
58 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".
niko9911/phpwhois
25 Downloads
phpWhois - library for querying whois services and parsing results. Based on phpwhois.org
naknak987/database-tools
9 Downloads
Tools for creating and querying databases.
mypharmabr/plastic
242 Downloads
Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer experience more enjoyable while using Elasticsearch by providing a fluent syntax for mapping , querying and storing eloquent models.
mohamedfathy/dynamic-filters
19 Downloads
A Laravel package that provides dynamic filtering, sorting, and relationship-based querying for Eloquent models.
mjohann/simple-redis
13 Downloads
Simple Redis is a PHP class that provides a practical and reusable abstraction for working with Redis. It allows you to easily create connections and perform common operations such as set, get, del, list, pub, sub and many others, without worrying about the underlying configuration complexity.
luisalonsobr/database
17 Downloads
PDO wrapper class for safe database querying