Libraries tagged by test case
cwbit/cakephp-jsonapi
4878 Downloads
A set of libs for building standardized JSON responses in CakePHP 3.x REST APIs
macropage/sdk-ebay-rest-taxonomy
1519 Downloads
Use the Taxonomy API to discover the most appropriate eBay categories under which sellers can offer inventory items for sale, and the most likely categories under which buyers can browse or search for items to purchase. In addition, the Taxonomy API provides metadata about the required and recommended category aspects to include in listings, and also has two operations to retrieve parts compatibility information.
macropage/sdk-ebay-rest-browse
3042 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.
loadsys/cakephp_serializers
3414 Downloads
A solution to serialize CakePHP response to JSON and correspondingly deserialize JSON into CakePHP data arrays, designed primarily around building REST APIs with Ember and Ember Data.
josegonzalez/cakephp-fractal-entities
79 Downloads
CakePHP View-layer wrapper for the Fractal library
jeffersonsimaogoncalves/cakephp-fractal-transformer-view
14337 Downloads
CakePHP view builder utilizing Fractal library for entities transformation
gentor/laravel-calendly-api
2250 Downloads
PHP Calendly API (v2) SDK for Laravel
casbin/casbin-with-slim
15 Downloads
Casbin skeleton application with Slim Framework
nikapps/bazaar-api-php
466 Downloads
A PHP API wrapper for CafeBazaar Rest Api v2
tbetool/ibm-watson-tts
474 Downloads
Based on IBM Watson. Text to Speech serializer
nogrod/ebay-buy-browse-php-sdk
25 Downloads
The Browse API has the following resources:item_summary:Allows shoppers to search for specific items by keyword, GTIN, category, charity, product, image, or item aspects and refine the results by using filters, such as aspects, compatibility, and fields values, or UI parameters.item:Allows shoppers to retrieve the details of a specific item or all items in an item group, which is an item with variations such as color and size and check if a product is compatible with the specified item, such as if a specific car is compatible with a specific part.This resource also provides a bridge between the eBay legacy APIs, such as the Finding, and the RESTful APIs, which use different formats for the item IDs.The item_summary, search_by_image, and item resource calls require an Application access token.
lordsimal/ical
12 Downloads
The lordsimal/iCal package offers an abstraction layer for creating iCalendars. You can easily create iCal files by using PHP objects instead of typing your *.ics file by hand. The output will follow RFC 5545 as best as possible.
hnhdigital-os/laravel-ics
480 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.
cdma-numiscorner/ebay-taxonomy-api
234 Downloads
Use the Taxonomy API to discover the most appropriate eBay categories under which sellers can offer inventory items for sale, and the most likely categories under which buyers can browse or search for items to purchase. In addition, the Taxonomy API provides metadata about the required and recommended category aspects to include in listings, and also has two operations to retrieve parts compatibility information.
casivaagustin/phrequests
180 Downloads
Curl Wrapper to make Http request easily