Home Advanced Topics

Advanced Topics

This category covers advanced PHP topics such as OOP, design patterns, database, web services, and emerging technologies. Readers can learn how to leverage advanced PHP techniques to build scalable and robust web applications.

CiviCRM, or how PHP and Open Source can help NPOs and NGOs

0
CiviCRM is a Customer Relationship Management (CRM) solution that could be easily integrated with the CMS of your choice such as Drupal, Joomla, or Wordpress. It's specifically designed for the needs...

Zend Framework 2.3.8 and 2.4.1 Released

The Zend Framework community annonced the availability of two new edition of the framework : 2.3.8 and 2.4.1. These are the eighth and first feature releases, respectively, for these minor versions....

Monica, the personal CRM to boost your real social life

0
When I first discovered Monica two years ago, I thought it was a kind of social network, but the truth it was something much different and a very useful social tool....

Laravel-Excel, Supercharged Excel exports and imports in Laravel

0
Laravel-Excel is a simple and elegant wrapper around PhpSpreadsheet with the goal of simplifying Excel exports and imports. The library allow to supercharge your Laravel collections or Blade views and export them directly to...

SlimFramework, a PHP micro framework

0
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. Slim require PHP 5.3.0 or newer. <?php $app = new SlimSlim(); $app->get('/hello/:name', function ($name)...

Interspire Shopping Cart 6 Roadmap, the Hottest for 2010

0
Mitchell Harper, Interspire Co-Founder, shared this week in their monthly newsletter the roadmap for Interspire Shopping Cart Version 6. The list is not final and is subject to changes, but the...

SAPUI5, the SAP’s UI Development Toolkit for HTML5

0
UI Development Toolkit for HTML5, also known as SAPUI5,  is SAP's new enterprise-ready HTML5 rendering library for client-side UI rendering and programming. It combines the advantages of being open and flexible as...

PHP Design Patterns Game : The Observer Pattern

Welcome to our series of articles on PHP Design Patterns Games! In this article, we'll be exploring another popular design pattern, the Observer Pattern. This behavioral pattern is used to establish...
phpunit

PHPUnit 9.4.1 Released getting ready for PHP8

0
PHPUnit 9.4.1 just released with one fix of methods with "static" return type (introduced in PHP 8) are not handled correctly by test double code generator. The previous edition added few...

Video Platforms Parser PHP Library

0
If you are building the next Netflix or just integrating your application with video providers, you will probably need video information from most common video platforms such as YouTube, DailyMotion, Facebook,...

Social Media

1,076FansLike
1,385FollowersFollow
2,647FollowersFollow
9SubscribersSubscribe

Latest articles

Get Started with Laravel Volt: A Free Full Stack Laravel App...

0
Laravel Volt is an admin dashboard template that offers a comprehensive design and development toolbox for personal and commercial projects. It comes with handcrafted...