Libraries tagged by architekt
thetempusproject/bedrock
80 Downloads
Bedrock is intended as the core functionality used by The Tempus Project: a rapid prototyping framework. This library utilizes the MVC architecture in addition to a custom templating engine designed to make building web applications simple.
theartizan/subscriptions
9 Downloads
Subscriptions is a flexible plans and subscription management system for Laravel, with the required tools to run your SAAS like services efficiently. It's simple architecture, accompanied by powerful underlying to afford solid platform for your business.
takeshiyu/tenantify
4 Downloads
Tenantify is a Laravel package designed to make implementing a multi-tenancy architecture easy and efficient. With Tenantify, you can quickly set up your application to support multiple tenants using a single database, with each tenant being identified by a unique subdomain.
stillat/database
51 Downloads
Provides advanced database features, such as multiple-tenant database architecture.
sterrk/lumen-lucid
297 Downloads
The Foundation of the Lucid Architecture project for Lumen
stepanenko3/laravel-api-skeleton
428 Downloads
Laravel services architecture
so-lean/cleanprospecter
11 Downloads
P.O.C. of clean architecture (unclebob)
slps970093/laravel-subscriptions
83 Downloads
Rinvex Subscriptions is a flexible plans and subscription management system for Laravel, with the required tools to run your SAAS like services efficiently. It's simple architecture, accompanied by powerful underlying to afford solid platform for your business.
sledgehammer/mvc
871 Downloads
Sledgehammer MVC module: Provides a Model View Controller architecture
singlephon/nodelink
8 Downloads
This project is a Laravel-based microservices architecture designed to allow easy communication between multiple applications through a centralized parent application. The parent application acts as a hub for communication between the child applications, allowing for efficient and streamlined data sharing across multiple services.
singlephon/corelink
14 Downloads
This project is a Laravel-based microservices architecture designed to allow easy communication between multiple applications through a centralized parent application. The parent application acts as a hub for communication between the child applications, allowing for efficient and streamlined data sharing across multiple services.
shell/card-management-sdk
21 Downloads
The Shell Card Management API is REST-based and employs OAUTH 2.0,Basic and ApiKey authentication. The API endpoints accept JSON-encoded request bodies, return JSON-encoded responses and use standard HTTP response codes.All resources are located in the Shell Card Platform. The Shell Card Platform is the overall platform that encompasses all the internal Shell systems used to manage resources. The internal workings of the platform are not important when interacting with the API. However, it is worth noting that the platform uses a microservice architecture to communicate with various backend systems and some API calls are processed asynchronously. All endpoints use the POST verb for retrieving, updating, creating and deleting resources in the Shell Card Platform. The endpoints that retrieve resources from the Shell Card Platform allow flexible search parameters in the API request body.
shakib53626/laravel-repository-maker
3 Downloads
The shakib53626/laravel-repository-maker package provides a simple and efficient way to implement the Repository Design Pattern in Laravel projects. With a custom Artisan command (make:repository), developers can automatically generate repository classes with pre-defined methods like index, store, update, and delete. This tool is designed to enhance modularity, promote clean architecture, and save development time.
sfynx-project/tool-specification-bundle
11280 Downloads
This Bundle provides handlers to rapidly develop with the specification pattern in DDD applicative architecture
scaffoldeducation/request-service-php
165 Downloads
PHP library using Guzzle base to send request to any services. Good to use in microservice architecture