RSSAmplifier

Blog

Paul M. Jones

http://paul-m-jones.comRSS feed ↗10 posts

Latest posts

Resolver-Interop Now Open For Public Review

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...

Front-Interop Now Open For Public Review

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...

PHP-Styler: A Back-To-Formula Rewrite

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->table( users )->select( id , display_name , email_address , last_lo...

Response-Interop: Last Call for Public Review

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 "stable." Response-Interop provides interoperable interfaces to encapsulate, buffer, and send server-side r...

Request-Interop Standard Now Stable

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...

Designing a Bootstrap Script

bluf: require dirname(__DIR__) . /vendor/autoload.php ; use Project\Bootstrap\ContainerFactory; use Project\Presentation\Http\HttpFrontController; new ContainerFactory() ->newContainer() ->getService(HttpFrontController::class) -...

Ioc-Interop Now Open For Public Review

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, ...

Upload-Interop Standard Now Stable

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...

Env-Interop Now Open For Public Review

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...

Response-Interop Now Open For Public Review

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...