Libraries tagged by business logics
luracast/restler
469727 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!
aimeos/ai-controller-frontend
295675 Downloads
Aimeos business controller logic for frontend
sportfinder/time
5405 Downloads
Time management library to build complex business logic and agenda
fond-of-oryx/payone-secure-invoice
10622 Downloads
Implements necessary business logic to use Payone Secure Invoice with Spryker.
symfony/symfony1
105739 Downloads
Symfony is a complete framework designed to optimize the development of web applications by way of several key features. For starters, it separates a web application's business rules, server logic, and presentation views. It contains numerous tools and classes aimed at shortening the development time of a complex web application. Additionally, it automates common tasks so that the developer can focus entirely on the specifics of an application. The end result of these advantages means there is no need to reinvent the wheel every time a new web application is built!
vxsoft/laravel-repository
10 Downloads
Laravel Repository is a powerful Laravel package designed to simplify the interaction with Eloquent models by implementing a repository-based architecture. It separates the data persistence logic from the application's business logic, promoting a clean, maintainable, and testable codebase.
sevenphp/savantphp
3752 Downloads
Savant (SavantPHP) is a simple and minimalistic, yet object-oriented, Templating System For PHP minimalist. It aims at ONE thing, being a simple lightweight TEMPLATING system. The focus is on ONE thing - PHP can do everything, so do everything with PHP, just use SavantPHP for only separating the 'view/templating' concern from your business logic. Hence the philosophy of 'I just want to separate my front layer(view) from the back layer(code logic) in the most simple & effective way & that's it, nothing more, nothing less, nothing else (no added crap)'
ifcastle/type-definitions
164 Downloads
Library for defining data types at the business logic layer. Data hydration and serialization based on type definitions.
keios/apparatus
433 Downloads
Event-based business logic processor
karboosx/procer
28 Downloads
Custom language for writing business logic
stagerightlabs/actions
463 Downloads
Action classes for handling discrete units of business logic.
morebec/orkestra-worker
395 Downloads
Simple library to trivially implement background workers to perform long-running business logic
manasahtech/web
13 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.
iconic/engine
16 Downloads
Engine is a workflow state machine that helps keeping business logic centralized
hyder/facade-pattern
28 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.