Libraries tagged by Readable code
nickstarlight/spdy
23 Downloads
Opinionated amalgamation of libraries for creating blazing fast, reliable and modern REST API's with PHP using RoadRunner
temperworks/laravel-filter-scopes
10 Downloads
Seperate model filters into reusable scopes that map into the right filters based on URL params.
yottahq/bookable
2 Downloads
A Laravel package that provides flexible and reusable booking functionality for any model.
fklavyenet/craft-webblocks
6 Downloads
A portable website building toolkit for Craft CMS — create modern business websites with reusable content blocks, flexible page layouts, and built-in SEO.
andrewdyer/view-presenters
58 Downloads
A clean, reusable solution for separating presentation logic from models and views in PHP applications
uendelsilveira/laravel-design-system
3 Downloads
A beautiful Laravel Design System package with reusable Blade components including tables, charts, and form elements with modern styling.
softrang/ecommerce-dashboard
20 Downloads
Softrang's powerful and fully customizable Laravel e-commerce dashboard package. Designed for modern online stores and e-commerce applications, it provides a ready-to-use admin panel with dynamic widgets, intuitive navigation, role-based access, customizable themes, and seamless Laravel integration. Built by Softrang to help developers quickly create professional, reliable, and visually appealing e-commerce backends.
softrang/dashboard
2 Downloads
Softrang's powerful and fully customizable Laravel dashboard package. Designed for modern online stores and e-commerce applications, it provides a ready-to-use admin panel with dynamic widgets, intuitive navigation, role-based access, customizable themes, and seamless Laravel integration. Built by Softrang to help developers quickly create professional, reliable, and visually appealing e-commerce backends.
manychois/pompom
0 Downloads
Modern PHP DOM-based HTML templating helpers for building reusable templates with PHP 8.5+.
kareemtarek/crud-pack
59 Downloads
A comprehensive full-stack CRUD scaffolding framework layer built on a reusable Laravel CRUD generator → Controllers (Web/API), FormRequests (validation), Models, Migrations, Policies (multiple auth styles), Views (Blades), Routes (Web/API), Postman collection (from API routes).
insolita/yii2-arsync
30 Downloads
This behavior for automatic or manual sync data between two models, without declaration relation. This behavior must be attached on master model. Main purposes - for sync rarely modified data from more reliable database storage to redis storage for frequently access; Support actual data state in some development cases;
hafizmmoaz/laravel-rest-api
2 Downloads
A minimal, reusable REST API toolkit for Laravel: consistent JSON responses, a typed exception hierarchy, and base API model/controller.
gemini-commerce/php-client-product-configurator
5 Downloads
## Introduction This comprehensive guide will equip you with the knowledge to integrate and leverage our Product Configurator Service in your applications. ## Quick Start Get up and running in no time! Follow these steps to kickstart your integration: 1. **Authentication:** Obtain your integration JWT to authenticate your requests. 2. **Client Libraries:** Explore our GitHub repositories to grab client libraries in your preferred programming language. 3. **API Overview:** Familiarize yourself with our RESTful API using the OpenAPI specification. ## Integration ### API Overview Our RESTful API is the gateway to unlocking the full potential of Product Configurator. Check out the detailed [API Reference](/docs/category/configurator) for a granular understanding of each endpoint and request/response format. ### Client Libraries To expedite your integration process, we provide client libraries for various programming languages. Find the one that suits your stack in our [GitHub repositories](https://github.com/Gemini-Commerce). ### Authentication Security is paramount. Learn how to authenticate your requests using JWT. This ensures a secure and reliable connection between your application and Product Configurator. ## Configuration Management ### Configurator Lifecycle Understand the lifecycle of configurators, from draft to active and deleted. This flexibility allows you to manage configurations at your own pace. ### Steps and Options Configure product steps with ease and define options effortlessly. Explore the power of dependencies to create dynamic and intuitive configurations. ### Matrices Delve into matrices—your secret weapon. Explore price and weight matrices, and learn how configured steps influence properties and pricing. ### Price Management Unleash dynamic pricing with our versatile price matrices. From fixed prices to incremental structures, adapt to diverse pricing models effortlessly. ## Security Your data is in safe hands. Discover how Product Configurator ensures security through JWT authentication, safeguarding your sensitive information. ## Backward Compatibility Stay ahead of the curve. Learn about our versioning strategy, providing backward compatibility while allowing our service to evolve seamlessly. ## Developer Support Have questions? Need assistance? Write to us at [[email protected]](mailto:[email protected]) and we will get back to you.
compiled/module-qtycontrol
1 Downloads
Modern +/− quantity selector for Magento 2 Open Source. Clean UX, reusable template, and JS logic.
brouzie/specificator
0 Downloads
Framework for querying data from read model using Specification pattern. Allows building dynamic queries from reusable components (filters, sort orders, aggregations