51 Repositories
PHP oop-examples Libraries
Sitepackage for TYPO3 CMS that adheres to the recommended standards, maps all conceivable functional areas and contains examples for common use cases.
TYPO3 CMS Sitepackage This sitepackage sticks as closely as possible to the recommended standard and maps all conceivable functional areas. There are
Some Joomla! 4.x Web Services Api Examples and Experiments to raise the level of awareness of the huge potiental of Joomla! 4.x Web Services.
j4x-api-examples WHY? If you are a Joomla! developer or want to become a Joomla! developer there is a new resource for you The Official New Joomla! Ma
A simple OOP wrapper to work with HTTP headers in PHP
Headers This package is to allow you to create HTTP Headers in PHP, in a simple and reliable way. Installation composer require http-php/headers Usage
PHP MicroServices Examples
PHP MicroServices Examples This is a repo of example MicroServices using PHP. Areas of topics will include: Socket Programming RabbitMQ Example RESTFU
SERP Scraping API code examples for Python, PHP and Node.js
SERP Scraping API List of contents Introduction Authentication Google Baidu Bing Yandex Parameters Targets Languages License Introduction With our SER
A PHP Package to work with OS processes in an OOP way.
OS Process This package is a wrapper around the Symfony Process component, and build up an API that is object-oriented and user-friendly. Installation
Ethereal Billing System is meant to be used as a personal alternative to WHMCS.
Ethereal Billing System is meant to be used as a personal alternative to WHMCS. In no way is this as good or even better than WHMCS apart from the fact that is free and open source to the public.
PHP examples - Refactoring by Martin Fowler
Refatoração - segunda edição - Exemplos em PHP https://www.youtube.com/watch?v=TBHehDRuVCs Prefácio: Case de refatoração x entregas e prazos O que é r
Interact with posts, terms & users in a OOP way
Installation composer require tombroucke/wp-models Interacting with models Create a new class for your custom post type namespace Otomaties\Events\Mod
This WordPress Plugin Boilerplate is meant for you to develop your own plugin on.
WordPress Plugin Boilerplate This plugin boilerplate is meant for you to develop your own plugin on. Support & collaboration Features OOP plugin core
Bank API written in PHP 7.4 without framework
Bank API written in PHP 7.4 without framework
WIRECRUD 9 adalah aplikasi CRUD + Search sederhana yang dibuat menggukana Laravel 9 dan Livewire 2
WIRECRUD 9 adalah aplikasi CRUD + Search sederhana yang dibuat menggukana Laravel 9 dan Livewire 2. Demo bisa dilihat di YouTube Developow Terbuka jika ingin clone apliaksi sederhana ini untuk belajar, bisa ikuti cara-cara berikut ini.
Examples of the power of WordPress plugins that will wreck your site.
Examples of the power of WordPress plugins that will wreck your site.
Examples of some common design patterns implemented in php
What is a Design Pattern? Design patterns are typical solutions to common problems in software design. Each pattern is like a blueprint that you can c
Simple CRUD + Search using Laravel 8 and Livewire 2
About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie
A slim PHP wrapper around wkhtmltopdf with an easy to use and clean OOP interface
PHP WkHtmlToPdf PHP WkHtmlToPdf provides a simple and clean interface to ease PDF and image creation with wkhtmltopdf. The wkhtmltopdf and - optionall
Slim Jam is a demo application to provide examples for composer package, PHPSpreadsheet, Shopify API etc. usages.
SLIM JAM Slim Jam is a demo application to provide examples for composer package, PHPSpreadsheet, Shopify API etc. usages. This project aims to take a
A simple blog project based on a custom-created MVC framework using PHP & MySQL
A simple blog project based on a custom-created MVC framework using PHP & MySQL. That follows the Facade design pattern.
Mvc - Phalcon MVC Examples
Phalcon MVC Examples These are examples of MVC file structures you can employ using Phalcon = 3.0.x For further documentation, check out the Phalcon
Design Pattern Examples in PHP
Design Patterns in PHP This repository is part of the Refactoring.Guru project. It contains PHP examples for all classic GoF design patterns. Each pat
Wordpress Plugin Boilerplate but Powered with examples and a generator!
WordPress Plugin Boilerplate Powered WordPress Plugin Boilerplate Powered is a complete foundation for building your WordPress plugins following PSR-4
Tutorial for computer vision and machine learning in PHP 7/8 by opencv (installation + examples + documentation)
Examples detect face by cascade classifier detect face by pretrained caffe model res10_300x300_ssd by ddn module detect facemarks by LBF algorithm rec
Demo serverless applications, examples code snippets and resources for PHP
The Serverless LAMP stack Examples Code example Description AWS blog link 0.1-SimplePhpFunction A very simple implementation of a PHP Lambda function.
Custom code snippets and examples for SkyVerge-built WooCommerce extensions
SkyVerge WooCommerce Plugins Welcome to the wc-plugins-snippets repository! This repository stores code snippets related to SkyVerge WooCommerce plugi
A school management Software
Version 2.X is here!! For Version 1.X, view releases. School Management and Accounting Software Join Discord Server We like to challenge the quality o
Sample code for several design patterns in PHP 8
DesignPatternsPHP Read the Docs of DesignPatternsPHP or Download as PDF/Epub This is a collection of known design patterns and some sample codes on ho
Basic PHP app with Composer used in Microsoft Docs examples
page_type languages products description urlFragment sample php azure This sample demonstrates a tiny PHP app with Composer. php-basic-composer PHP sm
ODM with inheritance and OOP composition for Laravel 5+
ODM with inheritance and OOP composition for Laravel 5+ Full Documentation | CHANGELOG LODM module is intended to bring the Spiral ODM component funct
Acme Widget Co
AcmeWidgetCo Building app docker-compose up -d --build Starting app docker-compose up -d Running tests docker-compose run php vendor/bin/phpunit Docum
Aplikasi voting berbasis Web yang sederhana dan mudah digunakan
Dipolling - Buat Pemilihan dengan mudah Tentang Aplikasi Polling Sederhana dengan tampilan dan manajemen tabel polling yang mudah digunakan oleh pengg
Showing what's new in PHP 8 with examples and tests
#PHP 8 what's new with examples Showing what's new in PHP 8 with examples and tests. I believe that reading about the changes is not enough, so grab t
27Laracurl Laravel wrapper package for PHP cURL class that provides OOP interface to cURL. [10/27/2015] View Details
Laracurl Laravel cURL Wrapper for Andreas Lutro's OOP cURL Class Installation To install the package, simply add the following to your Laravel install
Learn to apply best practices as a PHP backend developer
PHP eCommerce Project Here are the things that this repo will cover: Object oriented programming principles and best practices Object oriented session
Demonstration of OOP concepts and usage of Abstract class & Interfaces
Learn OOP Demonstration of OOP concepts and usage of Abstract class & Interfaces Usage clone this repo run composer install run php index.php Code str
Examples of Generative Art with PHP
Examples of Generative Art with PHP. I use PHP to generate pixel based artwork. Simple stacked art example. (Examples) Simple tile based world example
Connect and work with MySQL/MariaDB database through MySQLi in PHP. This is an introductory project, If you need a simple and straightforward example that takes you straight to the point, you can check out these examples.
First MySQLi PHP Connect and work with MySQL/MariaDB database through MySQLi in PHP. The above exercises are designed for students. This is an introdu
A tiny PHP class-based program to analyze an input file and extract all of that words and detect how many times every word is repeated
A tiny PHP class-based program to analyze an input file and extract all of that words and detect how many times every word is repeated
the examples of head first object oriented analysis & design - in PHP
Head First object oriented analysis & design in (PHP) after cloning the repository, you have to install the project's dependancies by running the foll
Curated list that contain code, snippets or examples without libraries or external packages for developers.
Awesome WordPress Developer Tips Curated list that contain very awesome and ready code, snippets or examples without libraries or external packages ma
Create WordPress themes with beautiful OOP code and the Twig Template Engine
By Jared Novack (@jarednova), Lukas Gächter (@lgaechter), Pascal Knecht (@pascalknecht), Maciej Palmowski (@palmiak_fp), Coby Tamayo (@cobytamayo), Up
Examples for extending WordPress/Gutenberg with blocks.
Gutenberg Examples Examples for extending Gutenberg with plugins which create blocks. See also: Gutenberg developer documentation Installation Gutenbe
🚀WordPress Plugin Boilerplate using modern web techs like TypeScript, SASS, and so on... on top of a local development environment with Docker and predefined GitLab CI for continous integration and deployment!
WP React Starter: WordPress React Boilerplate DEPRECATED: WP React Starter was a "research project" of devowl.io for the development of our WordPress
Simple and lightweight OOP wrapper for PHP's low-level sockets extension (ext-sockets)
clue/socket-raw Simple and lightweight OOP wrapper for PHP's low-level sockets extension (ext-sockets). PHP offers two networking APIs, the newer stre
Unit testing tips by examples in PHP
Unit testing tips by examples in PHP Introduction In these times, the benefits of writing unit tests are huge. I think that most of the recently start
NovaGram - An elegant, Object-Oriented, reliable PHP Telegram Bot Library
An elegant, Object-Oriented, reliable PHP Telegram Bot Library Full Documentation • Public support group Examples • Features • Installation ?
Create WordPress themes with beautiful OOP code and the Twig Template Engine
Timber helps you create fully-customized WordPress themes faster with more sustainable code. With Timber, you write your HTML using the Twig Template Engine separate from your PHP files.
Bulit PHP Twitter Clone IN OOP style and using MYSQL Database.
Bulit PHP Twitter Clone IN OOP style and using MYSQL Database. AJAX and Jquery for requests without reloading like Follow/unfollow, like, Search users, Show popups like comment , User lists, etc.
PHP OOP interface for writing Slack Block Kit messages and modals
Slack Block Kit for PHP 👉 For formatting messages and modals for Slack using their Block Kit syntax via an OOP interface 👈 By Jeremy Lindblom (@jere
Examples of using each Illuminate component in non-Laravel applications
Torch - Using Laravel's Illuminate Components Independently Torch is a project to provide instructions and examples for using Illuminate components as
🎩✨🌈 OOP Proxy wrappers utilities - generates and manages proxies of your objects
Proxy Manager This library aims to provide abstraction for generating various kinds of proxy classes. Documentation You can learn about the proxy patt
sample code for several design patterns in PHP 8
DesignPatternsPHP Read the Docs of DesignPatternsPHP or Download as PDF/Epub This is a collection of known design patterns and some sample codes on ho