Libraries tagged by Php Structured Data
eiyaro/core-php
16 Downloads
Set of classes to deal with EIYARO's API
desmx/sds-php
1 Downloads
A Succinct Trie for PHP
cancio-labs/php-stack
2 Downloads
Interface and an array-based implementation of the LIFO Stack data structure.
cancio-labs/php-queue
0 Downloads
Interface and an array-based implementation of the FIFO Queue data structure.
blister/php-linkedlist
0 Downloads
A speedy DoubleLinkedList data structure implementation.
alexgo93/php_pairs
4 Downloads
library for pairs data structure
girgias/php-enums
44 Downloads
Basic Enums in PHP
oywbgit/php-library
55 Downloads
export mysql data table structure and comments
asticode/php-data-mapper
1342 Downloads
Mapper and Repository factories that implements the Data Mapper structure
amsify42/php-typestruct
18 Downloads
PHP package for validating data against the structure defined
com.jukusoft/php-database-table-upgrader
19 Downloads
php-database-table-upgrader, An database upgrader for upgrade mysql table structures automatically. You dont have to write CREATE TABLE, ALTER TABLE querys and so on anymore, just configure your table structure in PHP and the classes will upgrade your table structures automatically.
satheez/php-payload
0 Downloads
Useful for transferring data in a formatted structure
phpalgorithms/datatypes
1 Downloads
Implementation of many basic data types.
gemini-commerce/php-client-product-configurator
3 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.
aneterial/laravel-data-validator
17 Downloads
Laravel package for convenient validation and hydration of a request into DTO structures