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.

  • 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
  • Get Avast Free Antivirus | Your top-rated shield against malware and online scams Icon
    Get Avast Free Antivirus | Your top-rated shield against malware and online scams

    Boost your PC's defense against cyberthreats and web-based scams.

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • 1

    PHP AutoLoad

    Extensible PSR-0 compatible class autoloader for PHP 5.3+

    The AutoLoad class allows you to use a PSR-0 compatible approach to autoloading classes using namespaces for PHP 5.3+.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 2
    Authorize.net is by far one of the most used payment gateways around and the AIM (Advanced Integration Method) is one of the most used methods for online shopping. This class will create a wrapper for the AIM method and all of the API call and respons
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    "Extended Data Types for PHP" is a collection of PHP5 classes, which provide easily usable common data types like Lists, Trees or Graphs. Installation will be possible via an PEAR Channel or as local library in a website's code base.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    API Allociné Helper is support for using the API of Allociné, of Screenrush, of Sensacine and of Filmstarts: find lots of information about movies, people, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 5
    AQAL makes easy to access data on DBs without know SQL. It implements Business Object/Manager pattern: Object maps table, builds SQL syntax, carries data; Manager performs queries, handles Objects (conveniently extended by Application Business Objects).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ASP.PHP is an implementation of ASP in, yes, PHP. The current release is nowhere near complete, and there are some parts of ASP that are impossible to implement in pure PHP. It is designed to reduce the gap between the two languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    DBPersister

    Manage your database without sql

    DBPersister started in 2011 with few lines of code to enhance the way to develop crud applications by php users. DBPersister is an Open Source project with LGPL licence , which means that is possible to reach hundreds of people all over the world working on it with the possibility to edit the code depending own needs. About DBPersister On this site you can download and use a list of libraries in all your php projects that use mysql as database. To do use this libraries you need mysqli extension installed on your web host without any other components. What You Can Use DBPersister For You can use DBPersister to manage data from your database to your application. You can do all boring operations like : load single record save single record (insert, update, replace) delete single record and many others operations without writing SQL code by yourself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Execution Work, it´s a new framework engine for php programming. Ew supports OOP, MVC, XML, XSL, DataBase2Objects, and much more. Ew has its own Business Components, with many "packages" to make your programming life simple and useful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    LTMagic/TDraw

    LTMagic/TDraw

    Wrappers for ImageMagick for PHP for true object oriented scripting

    This project has been discontinued (May 2021), but lives on at: https://sourceforge.net/projects/tmagic/ in a yet more powerful form. Bring the full power of object oriented programming to PHP's Imagick. LTMagic is a class to extend the IMagick class and TDraw extends the ImagickDraw class with the goal of simplifying repetitive code. Instead of: $draw->setFont ("Arial-bold"); $draw->setFontSize (24); $draw->setTextAlignment (Imagick::ALIGN_CENTER); $draw->annotation ($im_x - 45, $im_y - 33, $x_axis); Do it in one line: $draw->Tfont ("Arial-bold", 24)->Talign ("center")->Ttext ($im_x - 45, $im_y - 33, $x_axis); LTImagic/TDraw also seeks to address some of the shortcomings of PHP's Imagick, such as verbose code, inconsistent returning of Imagick objects or booleans, uniting several steps into a single function, combining set/get functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB 8.0 on Atlas | Run anywhere Icon
    MongoDB 8.0 on Atlas | Run anywhere

    Now available in even more cloud regions across AWS, Azure, and Google Cloud.

    MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
    Learn More
  • 10
    ** 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: 0 This Week
    Last Update:
    See Project
  • 11
    MythCore

    MythCore

    Myth Framework Core Libraries (part of MythSDP)

    MythCore is a PHP framework that allows the developer to use a C# .NET like object oriented programming approach. It provides the essential classes that the MythSDP platform and the MythFramework builds upon. The goal is to create a library that enables the programmer to use a fully object oriented approach that has the "feel" of .NET and Java programming. Our main goal is ease of use and rapid application development. However, performance and small-footprint are some of the main design goals as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The OmniPHP Framework is a set of OOP libraries to build advanced PHP applications; such as dynamic web forms, CRUD, data entry, reports, enterprise or business applications, and others. Web 2.0, scalability, db abstraction, session management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    PHP Design by Contract

    Base class for PHP 5.3+ which allows design by contract in PHP

    PHP Design by Contract provides a basic implementation of contract programming in PHP 5.3+. The base Contract class allows new or existing classes to define properties as protected Attributes and methods as Routines, which require argument type/class validation, aswell as PreCondition and PostCondition checks. Instances can also check for state consistency with an invariant check.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SchemaDB

    SchemaDB

    abstract layer for mysql database with magic

    Handle your db with magic features automatic schema adapting based on your php classses ** PROGECT NOW ON GITHUB ** GOTO: https://github.com/Javanile/SchemaDB
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A php library that eases the creation of the domain layer for any php project. It provides an Entity class with convenience methods and Repository injection, a Repository class, a Collection class and an Entity Manager class for now.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Unus is a framework that gives developers a powerful, simple to use tool, with many advanced features that are seen in enterprise level applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    cocoa.php

    cocoa.php

    Cocoa framework for PHP

    cocoa.php is a set of PHP classes which emulate some of the features of Objective-C's Cocoa (or GNUStep) framework. The project is in its VERY early stages at the moment. My initial motivation was to provide enough functionality to read and write property list files - the aim being to make it very trivial to exchange data between a real Cocoa application and a web-based API. Code in the project was written from scratch and the only the names of the classes and methods are the same as the real Cocoa framework. Feel free to use/modify/distribute as you wish, but leave this notice intact. It would be cool to know how people are putting it to use and any improvements contributed back to the project would be appreciated. I have absolutely no intention to step on anyone toes. If anyone has a legal issue with this project, please contact me and I'll do whatever is necessary to rectify the situation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    jsphp

    Pseudo-implementation of JavaScript for PHP 5.3+

    jsphp is a pseudo-implementation of the ECMA 262 standard (JavaScript 8.5.1) for PHP 5.3+, including JSBoolean, JSNumber, JSString, JSObject, JSArray, JSFunction, JSRegExp, JSDate, JSError and JSMath, aswell as prototype inheritence and chaining.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    nDOM

    Easy DOM generator for PHP by TISS Ltd.

    Small and easy classes library for generate DOM in the style of objects nesting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 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.