Found 1,556 repositories(showing 30)
marcelgsantos
A collection of resources to learn object-oriented programming and related concepts for PHP developers.
JustSteveKing
Transporter is a futuristic way to send API requests in PHP. This is an OOP approach to handling API requests.
ManiruzzamanAkash
A simple starter kit to work in WordPress with WordPress Rest API, WP-script, React, React Router, Tailwind CSS, PostCSS, Eslint, WP-Data, WP-Data Store, Typescript, React Components, i18n, CRUD, PHP OOP plugin architecture easily in a minute.
JustSteveKing
A PHP Package to work with OS processes in an OOP way.
ahegazy
A PHP OOP web application skeleton that uses MVC architectural pattern to create a basic application that contains login and multi language systems and can be used in any web project.
slack-php
OOP interface for composing Slack Block Kit messages and modals in PHP
chapagain
Simple Add, Edit, Delete & Display in PHP & MySQL using OOP
featherbb
FeatherBB is a simple and lightweight forum system written in PHP, using Slim Framework for a proper OOP-MVC architecture
wapmorgan
This is a php library that provides ncurses functionality in OOP way
baoc75
This is a simple payment gateway written in PHP that allow you to run your own Paypal or Apple Pay. The source code are written in OOP style and supported the new PHP7.
This repository provides a PHP library which extends the TCPDF library for example with smart tables in an OOP style.
EvanDotPro
A completely useless library of low-level computing concepts implemented in OOP PHP.
ambiversive
This is a content management system that merges concepts from multiplayer games, operating systems, wikis, link aggregators, feed readers, and more! Features: * OOP/MySQL/PHP/HTML/CSS/JS/Jquery/scrollTo+LocalScroll/Ace editor/Notifier.js * Documents organized in tree hierarchy, each document can act as directory * Every edit of a document saves a new revision with the old document * Chat integrated (chat notifies of cms events, uses long polling) * Aspect oriented (aspects can be toggled with commands or in sets- a user's aspect can be refreshed from the server by setting an aspect_preference variable to 2 (0 means off, 1 means on, 2 means needs refresh) * Command line (defaults to chat input, commands begin with forward slash) * Bots (Bot commands can be added as easily as adding a document in the appropriate place, bots can execute code. Bots respond to users they are focused on, when active.) * User-selectable stylesheets + individual css rules (styles are editable within the CMS, individual style rules are applied after loading style, added with /set body background black) * Easy to add new commands (/addcom) (commands are stored in CMS as javascript and loaded at runtime) * All aspects and commands are listed with /help * Aspects are remembered between sessions (ie: looks the way you left it) * All aspects, documents, commands, and users have access levels * Uses Ace editor for editing documents * DB info stored in database/config.php - run the .sql then login with admin/admin * Integrated link aggregator with full cache (fetches link with wget) * Integrated RSS feed parser and db of over 200 feeds * One aspect is called the 'metabrowser' which is an iframe that loads a URL on command (usage: /bload http://reddit.com or /meta) .. the url is also remembered between sessions. * There is an interesting JS function called 'simcom' which simulates a user typing into the command line- works for both commands and chat messages. Usage: asgConfig.simcom('chat message or command!')
therakib7
A startup kit for WordPress plugin developer with WordPress Rest API, WP-script, React, React Router, Tailwind CSS, SCSS, PostCSS, Eslint, WP-Data, WP-Data Store, Typescript, React Components, i18n, CRUD, PHP OOP plugin architecture easily in a minute.
naagaraa
Native Framework PHP | MVC Native PHP native project inspiration form codeiginter and laravel build with OOP and prosedural consept in indonesia language for Final Exam and personal use Check at Documentations
Fredrikhietala
A CRUD application in PHP with OOP & MVC
gitmag-group-admin
oop in php programing language
tutsplus
No description available
flotwig
:fire: [TERRIBLE CODE] A simple, non-OOP, modular IRC bot. Written in PHP.
AIPHPAndy
Open source project creating an artificial intelligence machine using MYSQL as the memory and OOP PHP as the rest of the brain/ body. Open for anyone to take part in.
yuriteixeira
An example of what an API written in PHP without using any library or framework (but with OOP, URI routing in the code, dependency injection and friends) would look like.
DevAmirul
A simple, fast, and small PHP MVC Framework that enables to develop of modern applications with standard MVC structure and CLI command line tools. This framework uses dependencies as minimum as possible. Inspired by Laravel.
tutsplus
No description available
enestoy
30 practical PHP projects in 30 days – real-world solutions using PHP, AJAX, APIs, OOP, and more.
mchekin
OOP Design Patterns implemented in PHP
beryl452
Create a PHP 8 CRUD (Create, Read, Update, Delete) RESTful API with an MySQL database.
JehanKandy
PHP Object-Oriented Concepts
Urazanev
Using the class, create an object and work with Member Variable and Member function
imranpollob
OOP in a nutshell in PHP
ganiyevuz
A simple PHP Class example for using with MySQL create, read, update and delete functions. Using OOP this class can easily be added to to enhance existing functions or create more.