---
title: "Programming Joomla Plugins Book by Jisse Reitsma"
description: "Hey Joomlers! Here is a book that you might be interested in. Programming Joomla Plugins written by Jisse Reitsma.  Jisse Reitsma is a PHP developer"
url: "https://www.tassos.gr/blog/programming-joomla-plugins-book-by-jisse-reitsma"
date: "2026-05-03T09:11:19+00:00"
language: "en-GB"
---

#  Programming Joomla Plugins Book by Jisse Reitsma

 ![Tassos Marinos](https://www.gravatar.com/avatar/cc4c5cd6974bf2cd8bfa2d6efcc60843?s=48)  Tassos Marinos  [Follow](https://x.com/tassosm)

 Published in [Blog](https://www.tassos.gr/blog)

 Sep 29 2015

 1 min read

 Last updated may 14 2024

 ![Programming Joomla Plugins Book by Jisse Reitsma](https://www.tassos.gr/media/k2/items/src/0d0c19531d6e29f793ed165732978408.jpg)Hey Joomlers! Here is a book that you might be interested in. [Programming Joomla Plugins](https://www.yireo.com/books/programming-joomla-plugins-book) written by Jisse Reitsma.

Jisse Reitsma is a PHP developer from the Netherlands and founder of [Yireo](https://www.yireo.com/), an internet company providing training but also offering various extensions (free and commercial) for **Joomla** and **Magento**.

## [His book focuses on one thing: Joomla plugins.](#his-book-focuses-on-one-thing-joomla-plugins)

Once you have coded a bit with **Joomla**, you will find plugins to be the most flexible and adaptable part. With plugins, you can modify any Joomla form, any page, any user creation and so on. In his book, Jisse describes the basics of how to get started with plugins and how to write your first Content Plugin. However, he does not stop at the basics:

He also discusses various in-depth topics like login hashes, Sphinx integration, JFinder, design patterns, PHPUnit and Phing.

If you have never bought a Joomla programming book, then this should be your first!

Get your copy: <https://www.yireo.com/books/programming-joomla-plugins-book>

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Blog",
            "item": "https://www.tassos.gr/blog"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Programming Joomla Plugins Book by Jisse Reitsma",
            "item": "https://www.tassos.gr/blog/programming-joomla-plugins-book-by-jisse-reitsma"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/programming-joomla-plugins-book-by-jisse-reitsma"
    },
    "headline": "Programming Joomla Plugins Book by Jisse Reitsma",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/media/k2/items/src/0d0c19531d6e29f793ed165732978408.jpg"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Tassos Marinos",
        "url": "https://x.com/tassosm"
    },
    "datePublished": "2015-09-29T18:34:41+03:00",
    "dateCreated": "2015-09-29T18:34:41+03:00",
    "dateModified": "2024-05-14T10:40:35+03:00"
}
```
