Skip to content
O

Object Oriented Programming

Projects with this topic

  • This project shows an order management system using object-oriented design in PHP. It features customer creation, product addition, and order state management through the State pattern and a Facade for abstraction. Structured with src for core classes and tests for PHPUnit testing, the code also utilizes PHPCS, PHPStan, and security checks to ensure quality. Ideal as a starting point or learning aid for applying OOP principles like encapsulation, inheritance, and dependency injection.

    Updated
    Updated
  • I designed a lightweight open-source PHP MVC web framework that offers developers an elegant and expressive syntax, along with essential tools for efficient and organized development. It includes features like form builders, query builders, URL routing, CSRF token authentication, middleware, and more.

    Updated
    Updated