Libraries tagged by it
rinvex/laravel-subscriptions
167298 Downloads
Rinvex Subscriptions is a flexible plans and subscription management system for Laravel, with the required tools to run your SAAS like services efficiently. It's simple architecture, accompanied by powerful underlying to afford solid platform for your business.
phaza/laravel-postgis
521378 Downloads
Postgis extensions for laravel. Aims to make it easy to work with geometries from laravel models
ohmy/auth
342712 Downloads
OAuth so easy.. you won't even believe it's OAuth
ocramius/code-generator-utils
1443455 Downloads
A set of code generator utilities built on top of PHP-Parsers that ease its use when combined with Reflection
microsoft/azure-storage
2219141 Downloads
This project provides a set of PHP client libraries that make it easy to access Microsoft Azure storage APIs.
gpressutto5/laravel-slack
507080 Downloads
Slack notification for Laravel as it should be.
snipe/snipe-it
538 Downloads
Open source asset management system built on Laravel.
pocketmine/bedrock-item-upgrade-schema
291022 Downloads
JSON schemas for upgrading items found in older Minecraft: Bedrock world saves
markrogoyski/itertools-php
7506 Downloads
Iteration tools for PHP
mageplaza/magento-2-italian-language-pack
1188967 Downloads
Italian language package for Magento 2
improved/iterable
197493 Downloads
Functions to interact with arrays, iterators and other traversable objects
halilim/xml-iterator
347913 Downloads
XML Reader to simplexml/array iterator with low memory usage and an acceptable level of ease of use.
blendbyte/nova-items-field
442043 Downloads
Nova field to handle array columns
bentools/iterable-functions
360898 Downloads
Provides functions for iterable variables: is_iterable(), iterable_to_array()
yanlongli/app-store-server-api
20668 Downloads
PHP client for App Store Server API. Manage your customers’ App Store transactions from your server.The App Store Server API is a REST API that you call from your server to request and provide information about your customers' in-app purchases. The App Store signs the transaction and subscription renewal information that this API returns using the JSON Web Signature (JWS) specification.App Store Server API is independent of the app’s installation status on the customer’s devices. The App Store server returns information based on the customer’s in-app purchase history regardless of whether the customer installed, removed, or reinstalled the app on their devices.To request transaction and subscription status information with this API, provide any original transaction identifier that belongs to the customer. The transaction history API responds with a complete list of transactions, 20 at a time, starting with the oldest first. The subscription status API returns the status for all of the customer’s subscriptions, organized by their subscription group identifier.Use the Send Consumption Information endpoint to send information to the App Store when customers request a refund for a consumable in-app purchase, after you receive the CONSUMPTION_REQUEST App Store server notification. Your data helps inform refund decisions.