Popular Packages

  • PHP

    shureban/laravel-searcher

    Laravel SDK for searching data in DB using requests

  • PHP

    webfiori/err

    A library for handling PHP errors and exceptions in a better way.

  • PHP

    nogrod/ebay-sell-feed-php-sdk

    <p>The <strong>Feed API</strong> lets sellers upload input files, download reports and files including their status, filter reports using URI parameters, and retrieve customer service metrics task details.</p>

  • PHP

    nogrod/dhl-retoure-php-sdk

    # 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".

  • PHP

    infobip-ecommerce/api-php-client

    PHP library for consuming Infobip's API

  • PHP

    overblog/activemq-bundle

    OverBlog ActiveMQ Bundle

  • PHP

    soyhuce/laravel-eloquent-extended

    Some useful extensions for Eloquent

  • PHP

    aedart/athenaeum-streams

    Stream utilities

  • PHP

    ratepay/oxid7-payment

    Official Ratepay Payments Extension for OXID 7

  • PHP

    coddin/magento2-cartbridge

    CartBridge by Coddin

  • PHP

    visuellverstehen/html-to-rtf

    A HTML to RTF converter

  • PHP

    toastnz/simple-csp

    Simple SilverStripe Content Security Policy Headers

  • PHP

    practo/gelf-php

    A php implementation to send log-messages to a GELF compatible backend like Graylog2.

  • PHP

    vectorface/gearman

    Gearman (http://www.danga.com/gearman) is a system to farm out work to other machines. It can load balance function calls to lots of machines and allows you to call functions between languages. It can also run all function calls in parallel.