Libraries tagged by User story
ory/client
24666 Downloads
# Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
lexik/mailer-bundle
129233 Downloads
This bundle allow you to manage some HTML email templates stored in your database. Templates are written with Twig and use I18N.
kodus/session
37093 Downloads
A simple interface for storing and retrieving session data without the use of PHP's native session handling
cedricziel/flysystem-gcs
105918 Downloads
Flysystem adapter for Google Cloud Storage (GCS) that uses gcloud-php
heedworks/laravel-azure-blob-storage
19271 Downloads
Laravel wrapper for Azure Blob Storage. Uses Azure library from https://github.com/beberlei
mjsilva/in-memory-storage
24007 Downloads
Simple class that uses singleton pattern to save whatever in memory
metacomet-technologies/env-sync
35 Downloads
This package provides Artisan commands for syncing your .env files to your preferred secrets manager for ease of storage and use.
alexgeno/phone-verification-laravel
1718 Downloads
A library for phone verification via Laravel notification channels. Any notification channel can be used as a sender, and Redis or MongoDB can be used as a storage.
typo3/cms-saltedpasswords
320348 Downloads
Uses a password hashing framework for storing passwords. Integrates into the system extension "felogin". Use SSL or rsaauth to secure datatransfer! Please read the manual first!
dcodegroup/laravel-configuration
7181 Downloads
Simple package which dcode uses to handle application configuration and setting storage from third parties
rohitrajv5/pimcore-bundle-azure-blob-sync
2572 Downloads
This bundle use to sync all records Assets from Pimcore to Azure Blob Storage
mouf/utils.cache.in-memory-cache
356961 Downloads
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.
mouf/utils.action.action-interface
366859 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.
mmauksch/json-repositories
66 Downloads
Basic implementation of the repository pattern that stores its content in serialized json files. Intended use is for testing or prototyping! NOT INTENDED FOR PRODUCTION USE!
magslabs/laravel-storedproc
89 Downloads
This is a custom package for Laravel to utilize/use stored procedures on your laravel application.