<?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>2026-05-25T09:47:39-05:00</updated>

        <entry>
        <title>Resolver-Interop Now Open For Public Review</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2026&#x2F;05&#x2F;25&#x2F;resolver-interop-now-open-for-public-review&#x2F;" />
        <updated>2026-05-25T09:47:38-05:00</updated>
        <summary>I am pleased to announce that the Resolver-Interop standard interface package is now open for public review.
Resolver-Interop provides an interoperable package of standard interfaces
for autowiring resolver functionality in PHP 8.4 or later. It refle...</summary>
    </entry>
        <entry>
        <title>Front-Interop Now Open For Public Review</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2026&#x2F;05&#x2F;08&#x2F;front-interop-now-open-for-public-review&#x2F;" />
        <updated>2026-05-08T09:12:35-05:00</updated>
        <summary>I am pleased to announce that the Front-Interop standard interface package is now open for public review.
Front-Interop provides an interoperable package of standard interfaces for
front controller functionality in any execution context (HTTP, CLI, e...</summary>
    </entry>
        <entry>
        <title>PHP-Styler: A Back-To-Formula Rewrite</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2026&#x2F;04&#x2F;24&#x2F;php-styler-a-back-to-formula-rewrite&#x2F;" />
        <updated>2026-04-24T12:57:27-05:00</updated>
        <summary>bluf: PHP-Styler will turn this ...
namespace App\Report;use App\Db\{Connection,Result}; function
buildUserReport(Connection $db,string $region,int $limit):Result{
return $db-&amp;gt;table(&#039;users&#039;)-&amp;gt;select(&#039;id&#039;,&#039;display_name&#039;,&#039;email_address&#039;,
&#039;last_lo...</summary>
    </entry>
        <entry>
        <title>Response-Interop: Last Call for Public Review</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2026&#x2F;04&#x2F;23&#x2F;response-interop-last-call-for-public-review&#x2F;" />
        <updated>2026-04-23T09:25:04-05:00</updated>
        <summary>The Response-Interop standard interface package has just been released at beta2; this is (I hope) a last call for public review before it goes &quot;stable.&quot;
Response-Interop provides interoperable interfaces to encapsulate, buffer, and send server-side r...</summary>
    </entry>
        <entry>
        <title>Request-Interop Standard Now Stable</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2026&#x2F;04&#x2F;08&#x2F;request-interop-standard-now-stable&#x2F;" />
        <updated>2026-04-08T08:03:47-05:00</updated>
        <summary>I am pleased to announce that the Request-Interop standard interface package is now stable for production use.
Request-Interop provides an interoperable package of standard interfaces for encapsulating readable server-side request values in PHP 8.4 o...</summary>
    </entry>
        <entry>
        <title>Designing a Bootstrap Script</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2026&#x2F;02&#x2F;08&#x2F;designing-a-bootstrap-script&#x2F;" />
        <updated>2026-02-09T07:45:34-06:00</updated>
        <summary>bluf:
require dirname(__DIR__) . &#039;/vendor/autoload.php&#039;;

use Project\Bootstrap\ContainerFactory;
use Project\Presentation\Http\HttpFrontController;

new ContainerFactory()
    -&amp;gt;newContainer()
    -&amp;gt;getService(HttpFrontController::class)
    -...</summary>
    </entry>
        <entry>
        <title>Ioc-Interop Now Open For Public Review</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2026&#x2F;02&#x2F;03&#x2F;ioc-interop-now-open-for-public-review&#x2F;" />
        <updated>2026-02-03T08:05:29-06:00</updated>
        <summary>I am pleased to announce that the Ioc-Interop standard interface package is now open for public review.
Ioc-Interop provides an interoperable package of standard interfaces for
inversion-of-control (IOC) service container functionality. It reflects,
...</summary>
    </entry>
        <entry>
        <title>Upload-Interop Standard Now Stable</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2026&#x2F;01&#x2F;19&#x2F;upload-interop-standard-now-stable&#x2F;" />
        <updated>2026-01-19T10:35:07-06:00</updated>
        <summary>I am pleased to announce that the Upload-Interop standard interface package has been released at 1.0.0 stable, along with reference implementations for the interfaces.
Upload-Interop provides an interoperable package of standard interfaces for workin...</summary>
    </entry>
        <entry>
        <title>Env-Interop Now Open For Public Review</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2026&#x2F;01&#x2F;03&#x2F;env-interop-now-open-for-public-review&#x2F;" />
        <updated>2026-01-03T10:55:21-06:00</updated>
        <summary>After a brief round of private review, the Env-Interop standard interface package is now open for public review.
Env-Interop provides interoperable interfaces to load and parse environment
files, and encapsulate environment variables, in PHP 8.4 or l...</summary>
    </entry>
        <entry>
        <title>Response-Interop Now Open For Public Review</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2025&#x2F;12&#x2F;08&#x2F;response-interop-now-open-for-public-review&#x2F;" />
        <updated>2025-12-08T13:44:10-06:00</updated>
        <summary>After several rounds of private review, the Response-Interop standard interface package is now open for public review.
Response-Interop provides interoperable interfaces to encapsulate, buffer, and send server-side response values in PHP 8.4 or later...</summary>
    </entry>
    </feed>
