Libraries tagged by follower
mix/session
1865 Downloads
Session library based on Swoole coroutine Redis, following PSR-7 standard
mix/fast-route
984 Downloads
Routing library based on Fast-Route, following PSR-7 / PSR-15 standard
misarai/misarblog-php
4 Downloads
PHP client for misar.blog, a hosted blogging platform: publish and schedule Markdown articles, manage drafts and series, read comments, reactions, follows and analytics, generate SEO titles, completions and AI cover images, and search. PHP 8.1+ on cURL; retry with back-off, typed plan-limit errors, iframe embed URLs.
macropage/sdk-ebay-rest-browse
3295 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.
luojia/wechat-sdk
6 Downloads
An easy-use sdk for wechat developing, following the official documentation.
liberusoftware/module-social-network-social-graph
12 Downloads
Tenant-aware follows, friendship requests, lists, suggestions, and relationship visibility.
leeduc/json-api-builder
13 Downloads
This package is auto generate data follow jsonapi.org.
justinholtweb/craft-puppy
32 Downloads
A lightweight Craft CMS 5 control panel companion that follows editors through their session, tracking visited pages, edits, and providing quick links back.
jmeyering/hal-explorer
21534 Downloads
HalExplorer is a php client for exploring HAL Hateoas apis. HalExplorer is able to craft requests and follow links to resource relationships.
jeroenherczeg/dog
41 Downloads
A User Follow Package for Laravel 5
hnhdigital-os/laravel-ics
481 Downloads
A Laravel warraper for the eluceo/iCal package that offers a abstraction layer for creating iCalendars. You can easily create iCal files by using PHP object instead of typing your *.ics file by hand. The output will follow RFC 5545 as best as possible.
hexaora/api-crud-generator
3 Downloads
A powerful Laravel CRUD generator following Clean Architecture principles with modular structure, API versioning, and comprehensive scaffolding
felixarntz/wp-api-json-feed
13 Downloads
Implements JSON feeds following the official JSON feed specification by using the WordPress REST API.
drupal-eca-recipe/eca_lib_0002
102 Downloads
Demonstrates how conditions are combined in ECA, where a successor link carries at most one condition and every combination is therefore built from the arrangement of links. The model shows the three idioms that follow from that constraint. An AND is chained through a pass-through action, an OR is drawn as several conditioned links into one target, and a nested combination composes the two into (A or B) and (C or D). It is driven entirely from the command line, reading three inputs from Drupal persistent state and reporting which of its three rules matched, so that changing one input and triggering again shows a different set of paths.
curvestech/laravel-request-filters
18 Downloads
Simpler way to map request queries to database queries in a seamless way that follows single responsibility principle