Libraries tagged by tput
tutu-ru/lib-etcd-config
36392 Downloads
etcd implementation for lib-config
tutu-ru/lib-etcd
36441 Downloads
etcd client wrapper
tutu-ru/lib-environment-config
36343 Downloads
Environment config provider
tutu-ru/lib-config
43575 Downloads
Config provider
tutida/pack
84607 Downloads
CakePHP4 variables in JS
tuta/terbilang
2415 Downloads
Menampilkan nilai terbilang dari jumlah uang atau angka
tpunt/php-ast-reverter
86 Downloads
Reverts an AST back into (somewhat) PSR-compliant code
toutouwai/fieldtype-dynamic-options
44 Downloads
A ProcessWire Fieldtype module for dynamic options that are generated at runtime.
espresso-tutorials/php-epub
9114 Downloads
zerosonesfun/flarum-preview
247 Downloads
Live preview for the Flarum composer: split panel below editor or eye-button toggle. Single source of truth: textarea (raw Markdown/BBCode).
worksection/slack
12213 Downloads
Slack class (make usable packe from https://github.com/jarkkolaine/php-slack-tutorial code)
otkurbiz/bytedance
100 Downloads
sdk for bytedance (douyin, toutiao, huoshan, xigua)
nunomaduro/laravel-any
10 Downloads
Determine if any item from the collection passes the given truth test.
larafony/core
62 Downloads
Larafony is a modern PHP 8.5 framework combining the elegance of Laravel, the stability of Symfony, and the power of PSR standards - built for production, not tutorials. Minimal dependencies, full PSR support, custom middleware stack, and analytics without cookies or Google.
invoicetronic/php-sdk
80 Downloads
The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] ## Before you start For the full integration guide, tutorials, SDKs and quickstarts, see the **[Documentation](https://invoicetronic.com/en/docs/)**. A few cross-cutting topics worth knowing before integrating: - **[Prerequisites](https://invoicetronic.com/en/docs/prerequisites/)** — what you need to start in Sandbox and what's required to move to production. - **[API Keys](https://invoicetronic.com/en/docs/apikeys/)** — how `ik_live_` and `ik_test_` keys select the environment. - **[Sandbox](https://invoicetronic.com/en/docs/sandbox/)** — free test environment that mirrors the live workflow, with no credits consumed. - **[Rate Limiting](https://invoicetronic.com/en/docs/ratelimiting/)** — per-second, per-minute and per-day limits; how to handle `429 Too Many Requests`. - **[Pagination](https://invoicetronic.com/en/docs/pagination/)** — `page` and `page_size` parameters and the `Invoicetronic-Total-Count` response header. - **[CORS](https://invoicetronic.com/en/docs/cors/)** — calling the API from the browser; allowed origins are configured per key. - **[Webhooks](https://invoicetronic.com/en/docs/webhooks/)** — real-time event notifications with HMAC-SHA256 signature validation. - **[Localization](https://invoicetronic.com/en/docs/accept-language/)** — use the `Accept-Language` header to receive error messages in Italian, English or German. [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/