Libraries tagged by a-b
michaelesmith/throttle
2374 Downloads
A basic throttling implementation
mfonte/base62x
304 Downloads
A Base62x PHP implementation library, that can be used in frameworks like Laravel, that supports encoding/decoding of strings, arrays, objects, and binary resources. It also supports Gzip compression/decompression and symmetric encryption.
mehedimi/bcrypt-cli
13 Downloads
A bcrypt command line tool
meema/laravel-meema
7 Downloads
🐏 A blazing-fast Laravel adapter for the official Meema API. An API each Laravel developer will feel welcome to.
mediawiki/proofread-page
259 Downloads
The ProofreadPage extension adds book proofreading capacity to MediaWiki. It can render a book either as a column of OCR text beside a column of scanned images, or broken into its logical organization (such as chapters or poems) using transclusion.
mckayb/phantasy
16 Downloads
A basic functional programming library for PHP
mchev/laravel-odk
124 Downloads
Laravel-ODK is a simple wrapper around the ODK Central API that makes working with its endpoints a breeze!
mbilbille/parsexml
490 Downloads
Need to parse a big huge XML file? Describe it and parse it!
mbbender/doctrine-ordered-uuid-generator
220 Downloads
Adds an Ordered UUID type for MySQL which replaces the CHAR(36) with a re-arranged UUID() string as a BINARY 16 which significantly increases performance.
matthewbdaly/laravel-repositories
1207 Downloads
A base repository class and interface, together with a caching decorator. Extend them for use in your own projects.
markone496/admin
38 Downloads
Quickly Build a Backend Framework
mapseven/calendar
43 Downloads
Simple Calendar plugin for NeosCMS with FullCalendar as frontend and Google Calendar as backend
mannion007/php-binary-search
2291 Downloads
Based on the Work of Michael King, this package provides functionality to perform a binary search of an ordered array, providing greatly improved performance over PHP's own array_search method.
madalintomescu/laravel-blog
68 Downloads
A basic blog system based on Laravel.
macropage/sdk-ebay-rest-browse
3048 Downloads
The Browse API has the following resources: item_summary: Lets shoppers search for specific items by keyword, GTIN, category, charity, product, or item aspects and refine the results by using filters. (Experimental) search_by_image: Lets shoppers search for specific items by image. You can refine the results by using URI parameters and filters. item: Lets you retrieve the details of a specific item or all the items in an item group, which is an item with variations such as color and size. This resource also provides a bridge between the eBay legacy APIs, such as Trading and Finding, and the RESTful APIs, such as Browse, which use different formats for the item IDs. You can use the Browse API to retrieve the basic details of the item and the RESTful item ID using a legacy item ID. (Experimental) shopping_cart: Provides the ability for eBay members to see the contents of their eBay cart, and add, remove, and change the quantity of items in their eBay cart. *Note:* This resource is not available in the eBay API Explorer. The item_summary, search_by_image, and item resource calls require an Application access token. The shopping_cart resource calls require a User access token.