Libraries tagged by http verbs
mutahir-shah/uspslaravel
49 Downloads
This version is a modified version of https://github.com/johnpaulmedina/laravel-usps
egodasa/gump-extended
26 Downloads
Extended version of https://github.com/Wixel/GUMP with OOP style.
rogeriopradoj/zero-clipboard
13159 Downloads
Deprecated - Please check official version now avaliable (https://packagist.org/packages/zeroclipboard/zeroclipboard)
codingms/portfolios
57 Downloads
Extension for displaying portfolios and references, with Bookmarks, Isotope, PDF-Generator and more - note there is a Pro version as well! See https://www.coding.ms/typo3-extensions/typo3-portfolios
whopoe/link-preview
9 Downloads
An improved version of link preview with HTTPS support library for PHP by Tadas Juozapaitis
dnyg/php7-sie
834 Downloads
PHP 7 version of Neam's PHP implementation https://github.com/neam/php-sie
aira-virtual/tcpdi-merger
322 Downloads
PDF Importer that supports PDF versions 1.6+. Based on: https://github.com/pauln/tcpdi
esit/downloadmail
779 Downloads
DownloadMail v2 ist eine Erweiterung für das Open Source CMS Contao, die den Download einer geschützten Datei nach dem Ausfüllen eines Formulars ermöglicht. Das Formular kann im Formulargenerator frei gestalltet werden. Die eingegebenen Daten stehen im Backend zur Verfügung. Diese Version benötigt Contao 4, für Contao 3 bitte die erste Version verwenden. Eine Anleitung ist unter https://github.com/eS-IT/downloadmail/blob/master/README.md zufinden.
retrowaver/allegro-rest-api-v2
47 Downloads
Second version of a simple interface for Allegro REST API resources. Built on top of https://github.com/Wiatrogon/php-allegro-rest-api, which was rewritten for the most part.
php-query/php-query
54 Downloads
phpQuery is a PHP library that enables you to parse HTML and manipulate the DOM using jQuery-like syntax. This repository aims to create a PHP 8.x ready version derived from the original code available in the [Google Code Archive](https://code.google.com/archive/p/phpquery/).
lamzinforkpriler/text2image
7 Downloads
This is fork https://github.com/Priler/Text2Image with purpose fix autoload psr-4 in the application version Symfony 3.4, created with Symfony-CLI 4.7.3, and Priler/Text2Image was installed with composer version 1.9.0. This fork fixed autoload psr-4.
kylebeckles-brightfuture/twitteroauth
121 Downloads
PHP library to communicate with Twitter OAuth API version 1.1. Forked from hricardoper/twitteroauth @ https://github.com/ricardoper.
gemini-commerce/php-client-product-configurator
5 Downloads
## Introduction This comprehensive guide will equip you with the knowledge to integrate and leverage our Product Configurator Service in your applications. ## Quick Start Get up and running in no time! Follow these steps to kickstart your integration: 1. **Authentication:** Obtain your integration JWT to authenticate your requests. 2. **Client Libraries:** Explore our GitHub repositories to grab client libraries in your preferred programming language. 3. **API Overview:** Familiarize yourself with our RESTful API using the OpenAPI specification. ## Integration ### API Overview Our RESTful API is the gateway to unlocking the full potential of Product Configurator. Check out the detailed [API Reference](/docs/category/configurator) for a granular understanding of each endpoint and request/response format. ### Client Libraries To expedite your integration process, we provide client libraries for various programming languages. Find the one that suits your stack in our [GitHub repositories](https://github.com/Gemini-Commerce). ### Authentication Security is paramount. Learn how to authenticate your requests using JWT. This ensures a secure and reliable connection between your application and Product Configurator. ## Configuration Management ### Configurator Lifecycle Understand the lifecycle of configurators, from draft to active and deleted. This flexibility allows you to manage configurations at your own pace. ### Steps and Options Configure product steps with ease and define options effortlessly. Explore the power of dependencies to create dynamic and intuitive configurations. ### Matrices Delve into matrices—your secret weapon. Explore price and weight matrices, and learn how configured steps influence properties and pricing. ### Price Management Unleash dynamic pricing with our versatile price matrices. From fixed prices to incremental structures, adapt to diverse pricing models effortlessly. ## Security Your data is in safe hands. Discover how Product Configurator ensures security through JWT authentication, safeguarding your sensitive information. ## Backward Compatibility Stay ahead of the curve. Learn about our versioning strategy, providing backward compatibility while allowing our service to evolve seamlessly. ## Developer Support Have questions? Need assistance? Write to us at [[email protected]](mailto:[email protected]) and we will get back to you.
armagedon007/phpquery-yii2
22 Downloads
phpQuery is a PHP library that enables you to parse HTML and manipulate the DOM using jQuery-like syntax. This repository aims to create a PHP 8.x ready version derived from the original code available in the [Google Code Archive](https://code.google.com/archive/p/phpquery/).
powderblue/curl
431 Downloads
A basic CURL wrapper for PHP. This is a modernised, and maintained, version of @shuber's rather nice, simple cURL wrapper, https://github.com/shuber/curl.