Libraries tagged by saving
salaun/laravel-complex-upsert
527 Downloads
A tool to efficiently upsert a database without having to relly on a primary id.
restruct/silverstripe-namedlinkfield
1171 Downloads
A SilverStripe composite field for having various link types *with title*, in a single field with a nicely styled form.
renoki-co/laravel-yaml-config
4 Downloads
The usual Laravel config files, but with one YAML. Write objects and arrays in your config without having to write ugly inline, JSON.
protich/auto-join-eloquent
38 Downloads
Extend Eloquent to support auto-joining relationships and aliasing for SELECT, WHERE, ORDERBY, GROUPBY and HAVING clauses
oscarricardosan/cache_object
793 Downloads
Small package for handling cache in code block and not having to use session and avoid 'array_has' or the like.
nogrod/dhl-retoure-php-sdk
87 Downloads
# 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".
natshah/bootstrap-pull
23 Downloads
Bootstrap pull for Twitter Bootstrap v3. To have pull-right and pull-left for Bootstrap v3 for xs, sm, md, lg media. This will help having some complex behavior for contents.
mysql/schematic
726 Downloads
A simple MySQL migration management tool in PHP, create and update databases automatically with a config json file without having to use inbuilt ORM functions.
mindkomm/woocommerce-email-text-edit
38 Downloads
Modify email texts used in your WooCommerce emails without having to edit email templates.
mikesimonson/symfony-form-value-object-mapper
6 Downloads
A library that can instantiate automatically value object mapped by Symfony forms despite having a constructor with arguments.
madj2k/t3-klarokratie
595 Downloads
Includes Klaro! Consent-Manager into TYPO3. Completely file-based configuration for versioning without having to take care of database-entries. This extension automatically adds a consent-overlay to embedded YouTube- and Vimeo-Videos. It also comes with a ready-to-use integration for Google Analytics / Google Tag Manager and etracker.
lrc/silverstripe-link-field
4337 Downloads
A SilverStripe field type for having an internal or external link in a single field.
kevupton/auto-swagger-ui
9905 Downloads
Want the swagger ui without having to set it up. Just install this package.
hestalabs/payments
38 Downloads
This is simple and easy to use Laravel and Lumen package for using multiple payment gateways in a single place. Now you don't need to install multiple packages for multiple payment gateways. Here we provide 2 of most widely used Payment Gateways (PayPal, Stripe) having easy to use methods such as pay(), invoice(), refund() etc.
gabrielqs/theme-settings
1023 Downloads
Creates placeholders to be used in frequently used places by themes. By doing this, and by having a theme outputting such placeholders, one can avoid template files conflicts.