<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom">

    <title>Paul M. Jones</title>
    <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com" />
    <updated>2025-03-17T08:18:50-05:00</updated>

        <entry>
        <title>Uri-Interop Now Open For Public Review</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2025&#x2F;03&#x2F;10&#x2F;uri-interop-now-open-for-public-review&#x2F;" />
        <updated>2025-03-17T08:18:50-05:00</updated>
        <summary>After a period of private review, the uri-interop/interface package is now open for public review.
Uri-Interop publishes a standard set of interoperable URI interfaces for PHP 8.4+. It reflects, refines, and reconciles the common practices identified...</summary>
    </entry>
        <entry>
        <title>Stream-Interop Now Open For Public Review</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2025&#x2F;02&#x2F;03&#x2F;stream-interop-now-open-for-public-review&#x2F;" />
        <updated>2025-02-03T14:12:59-06:00</updated>
        <summary>Many thanks to the private reviewers and collaborators on this project thus far. Special thanks to Nathan Bishop for starting this project, and for his generous donation of the Github organization and the Packagist vendor space. Special thanks also t...</summary>
    </entry>
        <entry>
        <title>Front-Interop: Interoperable Front Controller Interfaces</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2024&#x2F;01&#x2F;15&#x2F;front-interop-interoperable-front-controller-interfaces&#x2F;" />
        <updated>2025-02-03T14:12:14-06:00</updated>
        <summary>The front-interop project defines a set of interoperable interfaces for the FrontController pattern in PHP to encapsulate the request-receiving and response-sending behaviors at the outermost boundary of your HTTP presentation layer:


RequestHandler...</summary>
    </entry>
        <entry>
        <title>PHP-Styler 0.13.0 Released</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2023&#x2F;10&#x2F;10&#x2F;php-styler-0130-released&#x2F;" />
        <updated>2023-10-10T10:27:05-05:00</updated>
        <summary>PHP-Styler is a companion to PHP-Parser for reconstructing PHP code after it has been deconstructed into an abstract syntax tree.
I&#039;ve done quite a bit with PHP-Styler since the last-announced 0.5.0 release a few weeks ago; the most important things ...</summary>
    </entry>
        <entry>
        <title>PHP-Styler 0.5.0 Released</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2023&#x2F;09&#x2F;19&#x2F;php-styler-050-released&#x2F;" />
        <updated>2023-09-19T08:25:23-05:00</updated>
        <summary>PHP-Styler is a companion to PHP-Parser for reconstructing PHP code after it has been deconstructed into an abstract syntax tree. As a pretty-printer for AST nodes, PHP-Styler will completely reformat your PHP code, discarding any previous formatting...</summary>
    </entry>
        <entry>
        <title>Teller: Money for Legacy Applications in PHP</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2023&#x2F;08&#x2F;16&#x2F;teller-money-for-legacy-applications-in-php&#x2F;" />
        <updated>2023-08-16T10:25:28-05:00</updated>
        <summary>I am happy to say that MoneyPHP 4.2.0 incorporates my Teller contribution for handling monetary math in legacy codebases.
Legacy codebases often use float math for monetary calculations, which leads to problems with fractions-of-pennies in monetary a...</summary>
    </entry>
        <entry>
        <title>There Is Only One Science</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2023&#x2F;08&#x2F;15&#x2F;there-is-only-one-science&#x2F;" />
        <updated>2023-08-15T09:12:57-05:00</updated>
        <summary>&quot;All science is either physics or stamp-collecting.&quot;
-- Ernest Rutherford

I recall hearing it first another way, I think via Heinlein: &quot;There is only one science. It is called &#039;physics.&#039; Everything else is stamp-collecting.&quot; I like that phrasing bet...</summary>
    </entry>
        <entry>
        <title>Introducing PHP-Styler</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2023&#x2F;08&#x2F;14&#x2F;introducing-php-styler&#x2F;" />
        <updated>2023-08-14T11:01:46-05:00</updated>
        <summary>PHP-Styler is a companion to PHP-Parser for reconstructing PHP code after it has been deconstructed into an abstract syntax tree. As an alternative to the pretty-printer bundled with PHP-Parser, it supports:

configurable line-length, line-ending, an...</summary>
    </entry>
        <entry>
        <title>Qiq Tags and PHP Tokens</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2023&#x2F;07&#x2F;03&#x2F;qiq-tags-and-php-tokens&#x2F;" />
        <updated>2023-07-03T09:46:05-05:00</updated>
        <summary>I released Qiq 2.1.0 last week, with a new feature made possible only by using PHP tokens during the Qiq compiling process.
I.
Qiq is a template system for PHP. It uses native &amp;lt;?php ... ?&amp;gt; for the template syntax, but it allows for using a Qiq ...</summary>
    </entry>
        <entry>
        <title>AutoShell 1.0 Released</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2023&#x2F;05&#x2F;25&#x2F;autoshell-10-released&#x2F;" />
        <updated>2023-05-27T09:05:28-05:00</updated>
        <summary>I am proud to announce the first release of AutoShell, a library for building CLI commands in PHP 8.1 and up.
Just as with AutoRoute for web routing, AutoShell automatically maps CLI command names to PHP command classes in a specified namespace. For ...</summary>
    </entry>
    </feed>
