Showing 61 open source projects for "logic"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Wordless

    Wordless

    All the power of Pug, Sass, Coffeescript and WebPack in your WordPress

    ...Bootstrap a new theme directly within wp-cli. Write PHP templates with Pug templating system. Write CSS stylesheets using the awesome Sass syntax. Write Javascript logic in Coffeescript 2. A growing set of handy and documented PHP helper functions ready to be used within your views. Development workflow backed by WebPack, BrowserSync (with live reload), WP-CLI, Yarn. It will be chained and compiled on the fly inside asset/stylesheets/screen.css, which is already loaded by the vanilla theme. Source maps will be there too, so you'll find yourself comfortable when working inside browser inspector.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Laravel Form Components

    Laravel Form Components

    Set of Blade components to rapidly build forms with Tailwind

    A set of Blade components to rapidly build forms with Tailwind CSS v1, Tailwind CSS v2, Bootstrap 4 and Bootstrap 5. Supports validation, model binding, default values, and translations, includes default vendor styling, and is fully customizable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CodeIgniter

    CodeIgniter

    Open Source PHP Framework (originally from EllisLab)

    CodeIgniter is a lightweight PHP web framework that focuses on simplicity, performance, and minimal configuration to get started quickly. It adopts an MVC-style or loosely structured approach depending on developer preference, with core components for routing, input handling, output views, and database abstraction. The framework provides convenience libraries for sessions, form validation, encryption, email, file uploads, and more, all optional so the footprint stays small. Because it...
    Downloads: 64 This Week
    Last Update:
    See Project
  • 4
    Laravel Boilerplate

    Laravel Boilerplate

    A massive head start on any size web application

    Laravel Boilerplate installs like a regular Laravel application. If you've done it once, you've done it a million times. Laravel Boilerplate provides you with a massive head start on any size web application. Out of the box it has features like a backend built on CoreUI with Spatie/Permission authorization. It has a frontend scaffold built on Bootstrap 4. Other features such as Two Factor Authentication, User/Role management, searchable/sortable tables built on my Laravel Livewire tables...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 5
    Symfony Cache Contracts

    Symfony Cache Contracts

    A set of cache abstractions extracted out of the Symfony components

    ...It provides abstraction for caching services, ensuring consistent interaction regardless of the underlying implementation. These contracts help decouple application logic from specific cache providers, enabling flexible caching strategies and easy integration with PSR-compliant tools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    BotMan

    BotMan

    A framework agnostic PHP library to build chat bots

    Write your chatbot logic once and connect it to one of the available messaging services, including Amazon Alexa, Facebook Messenger, Slack, Telegram or even your own Website. BotMan is framework agnostic, which means you can use it in your existing codebase, whatever framework you might use. Starting a new chatbot project? BotMan Studio is a Laravel 5.5 boiler project to get you started in no time!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Symfony Deprecation Contracts

    Symfony Deprecation Contracts

    A generic function and convention to trigger deprecation notices

    Symfony Deprecation Contracts defines a simple interface for triggering deprecation notices in a consistent and forward-compatible way. It allows libraries to signal deprecated features without tying them to specific Symfony versions. This helps maintainers and users adapt their code over time while supporting cross-version compatibility and clean upgrade paths.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RageFrame

    RageFrame

    Rapid development application engine based on Yii2 advanced framework

    ...The 1.0 version has been refactored, optimized and perfected, and it is better for developers to carry out secondary development. Version 2.3.x optimizes the bottom layer, highlights the service layer, separates business logic, and supports multiple merchants. Strong extensibility, application, modularization, and agile development of plug-in mechanism.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Ness PHP

    Ness PHP

    A php framework with zero configuration.

    ...Ness PHP offers you a model-view-controller based environment for coding faster, safer and stronger web applications with (nearly) zero configuration. Get rid of mess and focus the main logic of your project Ness PHP is an excellent but straightforward application development framework which aims to help you in your coding process by speeding up development with ready to use libraries that require minimal configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    Docker env

    Docker env

    A Faster Lightweight Full-Stack PHP Framework

    ...My point is "Making a wheel is not our purpose, we will get a few of knowledge when making a wheel which is our real purpose". Defined a entrance file that provide a uniform file for user visit, which hide the complex logic like the enterprise service bus. Register a function by used set_error_handler to handle error, but it can't handle the following error, E_ERROR, E_PARSE, E_CORE_ERROR, E_CORE_WARNING, E_COMPILE_ERROR, E_COMPILE_WARNING and the E_STRICT produced by the file which called set_error_handler function. So, we need use register_shutdown_function and error_get_last to handle this finally error which set_error_handler can't handle. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    wxPHP

    wxPHP

    PHP bindings for the cross-platform GUI library wxWidgets.

    ...This applications can be executed on windows, linux and macosx using the same code base with a native look and feel. One of the ideas is that you can use your php web applications code base and logic to create native desktop applications that communicate to them transparently. This way you can give your users a seamless and native experience from the desktop while staying in sync with your web apps. There are many more use cases, but we invite you to download and try this project by your self. We hope everyone can enjoy it as much as we have enjoyed developing it.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    dpcm-dt

    DPCM DT automates the development of WSN applications

    ...DPCM DT is a toolset developed as part of the WSN-DPCM Artemis project that aims to help the developers to create WSN applications faster by automating most development tasks below the application-specific business logic. The toolset can be used both by the application domain experts, which may have limited development skills, and power users that can interact with the toolset flow in different ways to leverage their programming and development proficiency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    PhpLayout

    Php MVC framework with aim to thin models and controllers

    PhpLayout is a small full-stack MVC framework which could be also used as a simple layout system for web-site (with page decoration, inserting fragments etc). Main difference from other frameworks is aiming at "thin controllers, bare models" principle, with separating business and storage-related logic into dedicated layers (services, daos etc)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SUIT (Scripting Using Integrated Templates) is a template framework that allows you to define your own syntax through user-defined rules. There are PHP and Python versions. This page is also the home of subprojects, Such as TIE, a template manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SIPF - Simple Intelligent PHP Framework

    SIPF - Simple Intelligent PHP Framework

    This is a base PHP framework for making simple websites with clean URL

    ...It's developed for advanced php web developers but if you are a beginner in php programming, I think you can also understand how does it work. SIPF is not a CMS (Content Management System) and it doesn't use the MVC (Model View Controller) logic as most of the PHP frameworks do. I made it using my own logic and I think the final product that came out is very simple to understand and using it to develop your own website will be very easy, too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Teng is a general purpose templating engine written in C++ (i.e. library). It is also available as Python module or PHP extension. The main idea of teng is to strictly separate application logic from presentation layer. Widely used on dynamic web sites.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17

    Lucifer PHP

    Lucifer GR-MVC Framework is a PHP framework that is entirely commited

    ...This provies the possibility for a code seperation in your application like never before and rapidly speeds up collaborative development. It also comes with a hierarchically structured routing logic. Of course you are still able to develop your application the classic MVC style on every level, but benefit from this added functionality when needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    datalus
    PHP web API designed to simplify object handling(loading, saving, querying, displaying, and editing), abstract the data from its display structure, and layout and allow the target data to be delivered to any supported format without special logic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PHP Business Rules is an open source application layer for PHP. The logic is defined in rules and facts. Like most Business Rule Engines (BRE) it uses the Rete algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Sneeze PHP
    Provides a lightweight wrapper class akin to jQuery, ActiveRecord, and LINQ, allowing one to query objects and collections. Renders it unnecessary to have logic deeply nested in defensive code (checks for is_object, is_null, isset, empty, &c.).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Ventile Logicless Template Engine
    Blazing fast template engine. Created for the web, but can be used for other purposes. Logic-less, Small footprint, speed and full flexibility are outstanding features of this library. PHP and a Java versions. Other platforms will be available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PHP Error is a library designed to help in error management issues. You will need only to set the type of error in their code, what it happens after that is defined in an XML document so that you can focus on the business logic of your software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Seagull is an OO PHP application framework that has the following design goals: a) independence of data, logic & presentation layers; b) extensible component architecture; c) comprehensive error handling; d) integration with PEAR; e) coding standards
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    Slim modular MVC framework written in PHP5.2+ for rapid development of web- or console-applications featuring an integrated db-api, template-logic, pretty-urls, internationalization, caching, data-models, plugin-system and a multi-layered file-tree.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 25
    Insecticida is an issue tracking system tailored for closed source development projects. Insecticida's unique features are build awareness, only one project at a time, extensive logic about issue ownership, and multiple reports about the how operat
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB