Libraries tagged by moved
james-and-james-fulfilment/doctrine1
17826 Downloads
PHP Database ORM for Symfony1. Do NOT use for new projects: please move to a newest Symfony release and Doctrine2
iperson1337/opendxp-asset-assignment-bundle
108 Downloads
Asset Assignment Bundle for OpenDXP — scans a source folder, matches files to DataObjects by a configurable field, moves/attaches them
invoicetronic/php-sdk
176 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/
fromholdio/silverstripe-errorpagesconfig
7039 Downloads
A SilverStripe module to move ErrorPages out of the cms tree and into their own grid field in CMS Settings area.
fritzmg/contao-news-archiving
2198 Downloads
Contao extension to automatically move news entries to a different archive after a period of time - or delete them.
flarumtr/flarum-ext-mobile-search
7990 Downloads
Move mobile search to homepage
explicador/e2payments-php-sdk
567 Downloads
Pacote de integração de pagamentos online por MPesa, eMola, MKesh, conta móvel, BIM, Master Card e mais
differentweb/doctrine1
8327 Downloads
PHP Database ORM for Symfony1. Do NOT use for new projects: please move to a newest Symfony release and Doctrine2
danbovey/laravel-linkheader-paginator
4053 Downloads
Laravel Paginator that moves pagination info to the HTTP LinkHeader
cyberwolfstudio/laravel-balance
5965 Downloads
Maintains a history of balance movements in the eloquent models. This simple package will keep track of the balance of your models. You can increase, decrease, reset and set the balance. It is also possible to check if a model has a positive balance or no balance.
chamber-orchestra/cms-bundle
3038 Downloads
Symfony 8 bundle providing a full-featured CMS admin panel — trait-based CRUD operations, DTO↔entity sync, CSV export, sortable lists, soft delete, copy/move, toggle, and Bootstrap 5 admin UI
board3/portal
36 Downloads
Adds a portal with several blocks to your forum. You can change the settings, move the blocks, add new blocks and more in the ACP.
aldeebhasan/inventorix
1020 Downloads
Modern inventory control for Laravel applications. Features include stock tracking, movement history, low stock alerts, and seamless integration with your existing models
akondas/chess.php
608 Downloads
chess.php is a PHP chess library that is used for chess move generation/validation, piece placement/movement, and check/checkmate/stalemate detection
ryanhs/chess.php
7855 Downloads
chess.php is a PHP chess library that is used for chess move generation/validation, piece placement/movement, and check/checkmate/stalemate detection - basically everything but the AI. NOTE: this is a port of chess.js for php