Popular Packages

  • PHP

    silverstripe/postgresql

    SilverStripe now has tentative support for PostgreSQL ('Postgres')

  • PHP

    magenizr/magento2-mediagalleryfolder

    Make your directories from pub/media available in the Media Gallery without workarounds.

  • PHP

    juststeveking/laravel-data-object-tools

    A set of tools to make working with Data Transfer Objects easier in Laravel

  • PHP

    web-id/breadcrumb

    Make breadcrumbs using a route macro

  • PHP

    verbb/patrol

    Easy maintenance mode and smart HTTPS routing.

  • PHP

    umbrella/speaknumber

    Transcreve nĂºmeros para extenso.

  • PHP

    bmorais/database

    The data layer is a persistent abstraction component of your database that PDO

  • TypeScript

    blomstra/usercard-stats

    Add stats to the usercard for your forum users

    Abandoned! See fof/usercard-stats

  • PHP

    plotkabytes/redlink-api-php-client

    Redlink API client for PHP

  • PHP

    swissup/module-upward-connector

    Magento module used for routing all frontend requests through UPWARD-PHP. Wrapper for magento/module-upward-connector

  • PHP

    swissup/module-pwa-studio-integration

    Add custom graphql api and fixes

  • PHP

    vivomedia/neos-js-shortcut-target

    Allows setting javascript as target url in Shortcut Nodetypes

  • PHP

    restyler/scrapeninja-api-php-client

    Web scraper API with proxy rotation, retries, and with Chrome TLS fingerprint emulation

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