Libraries tagged by xCal
ohmybrew/laravel-shopify
54578 Downloads
Shopify package for Laravel to aide in app development
callr/sdk-php
440083 Downloads
[DEPRECATED — shutting down 2027-06-30, migrate to Callr REST API v2] Legacy Callr JSON-RPC API (v1) PHP SDK. See https://docs.callr.com/reference/migrating-from-json-rpc-v1
the-events-calendar/tec-testing-facilities
251320 Downloads
Testing facilities, helpers and examples.
calebdw/phpstan-laravel
4523 Downloads
A PHPStan extension for analysis of Laravel applications and packages.
calebdw/laraflake
48319 Downloads
A Laravel package to create X/Twitter Snowflake identifiers.
calebdw/fakerstan
177172 Downloads
PHPStan extension for Faker
callmeleon167/debugphp
1674 Downloads
Real-time PHP debugging in the browser — zero config, zero dependencies, just send() and see.
calebporzio/onboard
74194 Downloads
Track onboarding steps for users when they get setup in your app.
calebdw/larastan
155034 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
zetacomponents/console-tools
1764125 Downloads
A set of classes to do different actions with the console (also called shell). It can render a progress bar, tables and a status bar and contains a class for parsing command line options.
yanlongli/app-store-server-api
66951 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.
usu/codice-fiscale
185524 Downloads
A library to calculate and check the validity of the italian fiscal code (codice fiscale)
traderinteractive/memoize
150619 Downloads
A library for memoizing repeated function calls.
torgodly/html2media
46135 Downloads
Html2Media is a versatile Laravel package that allows users to convert HTML content into high-quality PDFs with options for either downloading or triggering a print dialog. Ideal for generating documents, invoices, and reports, this package includes configurable settings for file name, page orientation, format, margins, and scale. Html2Media also provides seamless integration with Filament actions, enabling dynamic content rendering in modals and customizable output previews. Whether you need to save a PDF or send it directly to the printer, Html2Media simplifies the process with robust, flexible features.
text/template
209655 Downloads
Simple and secure string-template-engine (Twig-like syntax) with nested if/elseif/else, loops, filters. Simple OOP api: Just one class doing the job (2-lines of code). Fast and secure: No code-generation, no eval'ed() code. Extensible by callbacks. Fully tested. Rich examples included.