Skip to content
O

OOP

Projects with this topic

  • RESTful API interface for managing CRUD operations into few datasources. Additional UI for replicating the http requests via simple form submission. Implementing by following MVC design pattern Using JWT access and refresh tokens for authorization accessing the data resources
    Updated
    Updated
  • 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
  • Object oriented OpenGL library for Crystal. Give a bit of structure to your graphics programming.

    Updated
    Updated