Showing 28 open source projects for "x86_64-linux-gnu"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
  • 1
    Doctrine ORM

    Doctrine ORM

    Doctrine Object Relational Mapper

    Doctrine 2 is an object-relational mapper (ORM) for PHP 7.1+ that provides transparent persistence for PHP objects. It sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernate's HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication. As...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Laravel Doctrine ORM

    Laravel Doctrine ORM

    A drop-in Doctrine ORM 2 implementation for Laravel 5+

    Doctrine 2 is an object-relational mapper (ORM) for PHP that provides transparent persistence for PHP objects. It uses the Data Mapper pattern at the heart, aiming for a complete separation of your domain/business logic from the persistence in a relational database management system. The benefit of Doctrine for the programmer is the ability to focus on object-oriented business logic and worry about persistence only as a secondary problem. This doesn’t mean persistence is downplayed by...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Analogue ORM

    Analogue ORM

    Analogue ORM : Data Mapper ORM for Laravel/PHP

    Analogue is a flexible, easy-to-use ORM for PHP. It is a transposition of the Eloquent ORM that ships with Laravel framework using a Data Mapper pattern instead of the original Active Record approach. it overcomes some of Eloquent's architectural limitations by using a strict separation of concerns; for example, you can use Value Objects or Single-table-inheritance, which are hard/impossible to implement correctly using the native ORM. As a Laravel package, it integrates flawlessly inside...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Ardent

    Ardent

    Self-validating, secure and smart models for Laravel's Eloquent ORM

    Self-validating, secure and smart models for Laravel's Eloquent ORM. Based on the Aware bundle for Laravel 3 by Colby Rabideau. Add laravelbook/ardent as a requirement to composer.json. You can also add the package using composer require laravelbook/ardent and later specifying the version you want (for now, dev-master is your best bet). The magic-dust-powered, wrist-friendly, one-stop solution to all your dreary input sanitization boilerplates! Puns aside, input validation functionality can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 5
    DCLPS

    DCLPS

    DCLPS: database control loading and prompting system

    FRESHHH DCLPS can be considered an object relational mapping system ORM framework. It is robust well structured web oriented programming system that allows to create web systems (web sites) just by coding javascript. That is possible cause it uses a few server php script files that are requested by javascript to get some results. The key of this system is its structure that has to deal with nested tree objects and how it is implemented in the relational database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Simple PHP DAO Generator

    Simple PHP DAO Generator

    PHP DAO Files Generator

    Simple DAO Class Generator for PHP use composer to download last ver composer require-dev braga/dao-generator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A framework designed to run multiple advanced applications on the same code base. It can be used as a library of useful classes for existing code, or a complete end-to-end framework for new applications. It is mature, stable and actively developed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Fakoli
    Fakoli is an entity-based Rapid Application Development framework for PHP. In addition to the core framework, Fakoli/CMS can be used to provide component-based Content Management functionality for your Fakoli application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Worm Web-ORM

    PHP ORM for the web

    A PHP ORM for web apps, with advanced features. Originally part of an abandoned Framework (snif) and completely rewritten with Composer support. Still in Alpha
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 10
    ObjetBDD is a Object Relational mapping (ORM) class, whitch encapsulate database's tables access, like Select, Insert, Update or Delete (CRUD : create, read, update, delete). It works with ADODB class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    easyObject

    easyObject

    modern web applications development made easy

    easyObject is an intuitive tool that enables to ensure common tasks of most web applications very easily. Written in PHP5 and using jQuery for the UI, it is fast, efficient, reliable and robust. In a word, the perfect tool for lazy and demanding developers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ogiga | Hydrail is an Object-Relational-Mapping for PHP 5.x
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Protheon ORM

    Protheon ORM

    Flexible and simple ORM Library for PHP applications

    There are a lot of ORM implementations for the PHP platform, from high-end 'Doctrine' to many low-end solutions. ProtheonORM is a valid, fast solution to have a ORM solution with only minimal configuration with the high-end features. It can be used in any type of application or website and re-uses any existing MySQLIi or PDO connection but also provides simple MySQLi and PDO wrapper classes. The ORM classes provide a elegant, easily readable and complete SQL solution which look something...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    MCorp ORM

    Yet another ORM, rather small, but easy to use.

    ORMs like Doctrine requires extensive config (witch is time-consuming), and others, like RedBean, got no config at all (witch means there is no self-documenting conf or code). I wanted something suitable for small projects, but without RedBean defects, so I started to create this little ORM. Enjoy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Objoo

    mysql, php, object-relational mapping, data management

    Objoo is a library that provides methods for working easily with MySQL databases. Loads database tables and records in PHP objects and provides methods to select, insert, update and delete records. The documentation is available at: http://jharo.net/dokuwiki/objoo (spanish)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Mindy Framework

    Mindy Framework

    Open Source OOPHP Framework

    Requirement - PHP 5.3.0+ [English] Mindy is a simple, flexible and extensible object oriented PHP framework, delivering: - A multi-site management (without core duplication) - An optionnal ORM module working with MySQL & SQL Server) - An optionnal i18n module - A RESTful global Ajax management delivered with a fully adaptable handler for JavaScript and Ajax errors - A template engine useful to add HTML modules (widgets) or layouts in your pages. (MVC pattern) [Français] Mindy est un...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    SOME4

    Semantic Object Modelling Extensible library

    The library for easy creation of semantically-based classes. Also additional functionality included Copyright (c) 2011, Volume Networks LLC Author: Alex V. Surnin Licence: GPL3, Commercial Language: Russian
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Developed by the manteiner Klederson Bueno, phpBurn is a MVC FRAMEWORK for PHP usage, initialy born as an ORM like hibernate and Nhibernate it allows you to create more and faster using OO concepts and patterns with a log of time gain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    KObject php
    Object Persistence Libraries and More for php. framework to develop rapidly object-oriented applications, Kobject Classes provides a easy way to implement a data model within the MVC model like ORM do.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CubeHenge
    Modified AMFPHP with advanced authentication, file management, view templating, automated ORM MySQL interface while maintaining a fast and easy "drag and drop to FTP" installation. Get the Free UI at http://cubehenge.org/?pageName=Download
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    pdoMap : the PHP ORM relational mapper
    pdoMap is a robust PHP ORM mapper with many OOP features. The mapping structure, requests, and transactions are defined in XML files. The core directly generates PHP classes for high performance. It is very easy to use and configure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Zonk! is a lightweight skeleton web application framework implementing the hierarchical model-view-controller design pattern (HMVC) made for Apache web servers running PHP5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The purpose of this is to facilitate the creation of web applications with php, which allows the separate layout of the rules of business, so the developer would not have to worry about the layout being left to the designer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    An opensource Object Relational Mapping library for PHP5+, it's just like the Hibernate in Java world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    RAD object oriented php framework for writing extendable and reusable code. This php framework includes statefull event-driven mvc engine, ORM, DB abstraction and class library for common tasks. Application is a set of classes assembled in an XML file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next