Libraries tagged by business logics
salihkiraz/simplesamlphp-module-sildisco
2 Downloads
IdP Discovery module for simpleSAMLphp with extra business logic
rixafy/blog
93 Downloads
Blog business logic written in PHP
poqcz/restler
221 Downloads
Restler is a simple and effective multi-format Web API Server framework written in PHP. Just deal with your business logic in php, Restler will take care of the REST!
morebec/orkestra-worker
397 Downloads
Simple library to trivially implement background workers to perform long-running business logic
mecodeninja/githubwebhooks
31 Downloads
Provides a listener for GitHub Webhooks, runs business logic, creates a Status(es) in GitHub based on the results of the business logic.
manasahtech/web
16 Downloads
The web package offers a robust, flexible system for handling HTTP requests/responses. It features straightforward routing, middleware support, and multi-HTTP method handling. This reliable web infrastructure allows developers to focus on core application features and business logic.
maellio/maell
36 Downloads
Business Logic Oriented FW Layer
ifcastle/type-definitions
195 Downloads
Library for defining data types at the business logic layer. Data hydration and serialization based on type definitions.
iconic/engine
19 Downloads
Engine is a workflow state machine that helps keeping business logic centralized
ice/form-bundle
759 Downloads
Bundle providing forms and business logic for course registrations.
hylianshield/date
17 Downloads
HylianShield date business logic abstraction
hyder/facade-pattern
30 Downloads
In this pattern, you would create Facade classes that provide a simplified, static interface to the underlying service implementations. The service classes would perform the actual business logic and communicate with the database or other external systems.
hskyzhou/repository
19 Downloads
Laravel 5, Service - business logic, Presenter - preview deal view, Repository - database layer
everydatastore/everydatastorebackend
19 Downloads
The EveryDataStoreBackend delivers the core business logic and structural foundation for the EveryDataStore low-code ECM platform.
eng_assys/laravel-crud-repository-design-pattern
43 Downloads
An implementation of Repository Pattern to separate CRUD Business Logic using Laravel/Lumen 6.*