Libraries tagged by blobs
chrischerrett/laravel-azure-storage
24 Downloads
Microsoft Azure Blob Storage integration for Laravel's Storage API
bright-cloud-studio/iso-productcache-mediumblob
1 Downloads
Converts Contao's Isotope tl_iso_productcache.products field from 'blob' to 'mediumblob' to store more information.
andywer/larablob
21 Downloads
Local blob store for the famous Laravel PHP web framework
scribe/cssembed-library
879 Downloads
This is a direct fork of 'nzakas/cssembed', a project which hasn't been touched by its author for over three years. Welcome to its revival.
regionhalland/azure-uploads-tab
37 Downloads
List azure blob storage files as a tab in the media selector
cwssrl/laravel-azure-storage
716 Downloads
Microsoft Azure Blob Storage integration for Laravel's Storage API
quioteframework/session-azure
0 Downloads
Azure Blob Storage and Table Storage session backends for Quiote — SessionPersistenceInterface implementations for SessionManager, backed by minimal Shared-Key REST clients (no official SDK dependency).
img2db/img2db_pdo
4 Downloads
save image to database uses pdo
convergine/craft-sharebox
28 Downloads
ShareBox allows to share files hosted on Azure Blob Storage or Amazon S3 with your site visitors.
blob-solutions/laravel-vcr-am
2 Downloads
Official Laravel adapter for the VCR.AM Virtual Cash Register PHP SDK — ServiceProvider, Facade, config publishing, and Artisan commands.
octo/microsoft-azure
48 Downloads
Microsoft Azure module for Octo CMS
blob/laravel-didww
21 Downloads
A simple Laravel interface for interacting with the Didww API.
blobswop/ups-php-api
29 Downloads
PHP UPS API
vasenanetwork/bedrock-data
0 Downloads
Blobs of data generated from Minecraft: Bedrock Edition, used by PocketMine-MP
test123test234/sdk-php
0 Downloads
This is an **example** API to demonstrate features of the OpenAPI specification. # Introduction This API definition is intended to to be a good starting point for describing your API in [OpenAPI/Swagger format](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md). It also demonstrates features of the [create-openapi-repo](https://github.com/Redocly/create-openapi-repo) tool and the [Redoc](https://github.com/Redocly/Redoc) documentation engine. Beyond the standard OpenAPI syntax, we use a few [vendor extensions](https://github.com/Redocly/Redoc/blob/master/docs/redoc-vendor-extensions.md). # OpenAPI Specification The goal of The OpenAPI Specification is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined via OpenAPI, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interfaces have done for lower-level programming, OpenAPI removes the guesswork in calling the service.