Libraries tagged by beon
beyondcode/nova-custom-dashboard-card
66428 Downloads
A Laravel Nova dashboard card that allows you to build custom dashboards.
yanlongli/app-store-server-api
59821 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.
speakeasy/serializer
913197 Downloads
Temporary fork of JMS Serializer while upstream changes are being made.
mxrxdxn/pwned-passwords
85815 Downloads
A library to query Troy Hunt's Pwned Passwords service to see whether or not a password has been included in a public breach.
jord-jd/password_exposed
14840 Downloads
This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.
igaster/laravel_cities
96087 Downloads
Seed all countries/cities from geonames.org database. Searchable DB tree, ready to use API & a bonus vue.js component!
gridelementsteam/gridelements
2382725 Downloads
Grid-based layouts for TYPO3 content elements - nested grids, real references, advanced drag & drop, a drag-in wizard, granular permissions. The original grid solution for TYPO3, benchmark for power users and enterprise CMS. v13 (TYPO3 12/13): free in TER. v14 (TYPO3 13/14): Priority Access.
ezsystems/ezpublish-legacy
247031 Downloads
eZ Publish Legacy (aka LegacyStack in 5.x. Is an updated version of eZ Publish 4.x cable of being combined with eZ Platform)
eonx-com/easy-webhook
1147425 Downloads
Sending webhooks has never been so easy (persistence, retry, async)
encodia/laravel-health-env-vars
180288 Downloads
Custom check for Spatie's Laravel Health - Ensure every .env variable you need has been set
dmind/cookieman
209517 Downloads
Cookieman - Provides a user consent popup. It asks for approval to include tracking objects (cookies, images or any HTML) and includes the objects when consented. It also removes cookies after the consent has been revoked.
deployecommerce/module-trojan-order-prevent
56305 Downloads
A Magento2 extension that prevents billing/shipping addresses being saved via the API with known trojan order strings.
copyleaks/php-plagiarism-checker
75036 Downloads
Copyleaks detects online plagiarism and checks content distribution. Use Copyleaks to find out if textual content is original and where it has been used before. This package shows how to integrate with the Copyleaks cloud to search for copyright infringement.
blendbyte/nova-attach-many
429865 Downloads
BelongsToMany attach UI for Laravel Nova — searchable, validatable, with sync notifications & policy support. Fork of dillingham/nova-attach-many, maintained for Nova 5.
iatstuti/laravel-nullable-fields
155751 Downloads
This trait allows you to easily flag attributes that should be set as null when being persisted to the database using the Laravel PHP Framework.