Libraries tagged by comet
ordereazi/commerce-sdk
4 Downloads
Build a fully custom headless storefront - your own web app, mobile app, or POS - against a single OE Commerce store. Every endpoint below is namespaced under `/api/v1/store/...`. Building admin/back-office tooling instead? See [/docs/admin](/docs/admin). New here? [/guides/store](/guides/store) walks through getting a key, the anonymous cart session, and calling your first endpoints step by step - this page is the field-level reference to come back to afterward. ## Getting Started 1. Click the **Authorize** button at the top of this page. 2. Provide credentials: - **X-Commerce-Key** (always required) - your store's Store Access Key from Backoffice > Settings > Application APIs. `pk_store_...` (publishable) is safe for browser/mobile code; `sk_store_...` (secret) is server-to-server only and is rejected outright if a browser Origin header is present. - **Bearer** (only for endpoints acting on a specific customer - Account, Orders, Wishlists, etc.) - the token from **Auth > register** or **Auth > login**. Once authorized, you can explore and test all available endpoints directly from this interface. ## Anonymous Carts A guest cart is tracked by an `X-Session-Ref` header, not a cookie - the server generates one on your first request and echoes it back on every response after. Keep sending back whatever value you last received. Logging in carries that same cart forward onto the customer's account automatically, with no separate merge step. ## Errors Failures use RFC 9457 Problem Details (`application/problem+json`) with a stable `code` field for programmatic handling, e.g. `store_key_invalid`, `store_key_revoked`, `store_key_scope_denied`, `rate_limited`. A rejected *business* action (e.g. adding fewer than a product's minimum order quantity to the cart) instead comes back as HTTP 200 with `"success": false` and a human-readable `message` - always check `success` in the body, not just the HTTP status code. ## Rate Limits Requests are limited per Store Access Key (200/minute). The credential-stuffing surface (register/login/forgot-password/reset-password) is limited more tightly per caller IP (10 per 5 minutes). A 429 response includes a `Retry-After` header.
majisti/boilerplate
14 Downloads
A full stack boilerplate, including Symfony, Behat, Codeception, React & Redux with Webpack all under docker. It also even comes with examples!
lyseontech/dou-collector
20 Downloads
Coletor de dados do DOU
kregel/warden
848 Downloads
Manage all your Laravel models with ease! (Comes with a built in RESTful api, and VueJS for model management)
katosdev/automore
4632 Downloads
Automatically clicks the 'load more' button when it comes into view.
jenutka/titanic_php
47 Downloads
An example project that predicts if Titanic passenger survives for a Kaggle competition using a Random Forest classifier.
internacionalweb/cognito-token-verifier
2502 Downloads
This library verifies that the signature of the JWT is valid, comes from a desired application, and that the token has not been tampered with or expired.
idmarinas/user-bundle
437 Downloads
Bundle to manage user basics without having to configure everything for each project, comes with a password reset and email verification system
idmarinas/advertising-bundle
3296 Downloads
Show network ads in your Symfony App. Come with the Adsense Network and Generic network for add your own network.
fantismic/yet-another-table
1862 Downloads
This is yet another laravel livewire table and come as is. You can filter, you can sort, you can bulk, toggle columns, the basics. The data input is a collection/array, we cant handle models.
escsrl/jwt-auth
2484 Downloads
Symfony jwt auth bundle. Comes with refresh token enabled by default
dvizh/shop-skeleton
641 Downloads
Skeleton for e-comerce MVP develop
drupal-eca-recipe/eca_lib_0042
7 Downloads
Adds a Topic field and a Generate draft button to the Article node form. Selecting the button sends an Ajax request that fills the title, the body summary and the body text in one go, without reloading the page and without saving the node. The topic is required for the button but not for saving, and the body is filled with HTML markup. The recipe brings in core's Article content type; the button, the field and the behavior all come from the model, with no form display configuration needed.
dominicwatts/backinstock
62 Downloads
Magento 2 Customers can register their interest for products out of stock and they will be sent an email when the product comes back in stock
demondogsl/yii2-translate-manager
1650 Downloads
Translation management extension for Yii 2 ported to Bootstrap 5 by Cristian Garcia Copete