Browse free open source PHP Object Oriented Software and projects below. Use the toggles on the left to filter open source PHP Object Oriented Software by OS, license, language, programming language, and project status.

  • 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
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    This project has moved! Go to https://github.com/yenrab/qchybrid
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    ** Guys I have built a much more powerful Fully Featured CMS system at: https://github.com/MacdonaldRobinson/FlexDotnetCMS Macs CMS is a Flat File ( XML and SQLite ) based AJAX Content Management System. It focuses mainly on the Edit In Place editing concept. It comes with a built in blog with moderation support, user manager section, roles manager section, SEO / SEF URL
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    The Harmoni PHP Project consists of three major components: 1) A PHP application framework and architecture, offering, e.g. authentication, DBC, file storage 2) PHP OKI OSID (service definitions) conversion system 3) PHP implementations of those OSIDs
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    A PHP class library for writing powerfull reloadless web user interfaces using Ajax (DHTML+server-side) style
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    QuickFrame provides a rapid development framework for PHP 5 powered sites. Due to its modular structure QuickFrame can be used as a skeleton for new sites or as a full-featured CMS ready to be deployed within minutes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    A PHP based MVC framework. Supporting several types of templating engines besides it's own and also XSLT based presentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    B2DB is an object oriented database abstraction layer for PHP. Smart, clean and consistent - B2DB is fully object oriented and written for PHP5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    It is an open-source web application framework based on object-oriented PHP 5, MySQL, and XSLT. Designed following MVC architecture and REST principles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PHP 5.3+ compatible framework set to run on Apache. Its a standard MVC style framework with Plugins and Bins (payload style packaging).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    GChart is a PHP library for Google Chart API. The Google Chart API lets you dynamically generate charts. However, it isn't convenient to use. GChart makes it easier to insert Google Chart in PHP pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    LiMaTo Commons' goal is to easen php software development in providing class libraries like logging, database connection, captcha etc as integrated modules. Furthermore LiMaTo Commons enforces the use of a MVC-Pattern and test driven development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Linx PHP Framework
    This is a Object Oriented MVC Framework for PHP 5+. It's small and simple, but powerfull and scalable.It brings to the developers a fast MVC solution with a rapid learning and no previous requirements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MyAppFW is basic php application framework designed to be used as a base or learning guide for PHP projects that need (Multiple) Template Support, Advanced DB Support, Proper Email handling and some other basic useful functions for live dynamic websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Nexus simplifys the creation of an IRC client using PHP5 by providing developers with easy to use functions to handle IRC events without having to parse raw data. Phobos is included as an example of an IRC bot created with Nexus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    OOB/N1 is a PHP5 Framework. Its meant to work under IIS/Apache and Win/Linux enviroments without modifications. This framework is not a simple Template/DB pack, but a complete engine to develop PHP-Applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    OpenSeeds is an open-source web-development framework and object model designed for the LAMP environment. It is designed with complex systems in mind. The framework itself is light-weight. The object model is simplistic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Osezno PHP Framework
    Osezno Framework PHP is a framework written in PHP that allows you to: Set HTML templates, tabbed contents, forms, dynamic list. All on a MVC pattern, and incorporate technologies such as active record and xajax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PHP ORM is a simple and light framework for saving and fetching objects from a database. It supports basic mappings such as one:many and many:one. One of the most notable features is creating tables on the fly if they do not exist.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Helma is a web application framework. It offers support for various scripting engines, but still the Rhino JS scripting engine plugin is the only bundled plugin. This project offers a PHP plugin, allowing PHP developers to make use of the Helma web appli
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A framework for PHP5 to automagically create classes that map your DB and also create methods to obtain related objects. Don't code a getter or setter again! Imagine this: $client =& Client::factory(4)... and without having to code the Client class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PHPersistencia is a database persistence layer for PHP, offering Object Oriented interface to access the data, generating sql queries transparently for insert/update, selecting data as object collection and verifing data types without database access
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PLUM is a flexible and extensible PHP5 framework for creating websites and webapps. All document processing is done by PLUM's modules, not PLUM itself. PLUM doesn't use any template systems. It produces output from XML using XSL transformations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PHPOP, or POP for short, is an open source web application framework for fast and efficient scripting and serving of your websites and Internet applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Rode is a Rapid Object Development Enviroment for PHP. Provides a framework to develop an Object-Oriented PHP 5 project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.