Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74670 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27434 invoked from network); 1 Jun 2014 18:48:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jun 2014 18:48:20 -0000 Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.199 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.199 imap2-2.ox.privateemail.com Received: from [192.64.116.199] ([192.64.116.199:51920] helo=imap2-2.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 95/E1-15017-2757B835 for ; Sun, 01 Jun 2014 14:48:18 -0400 Received: from [192.168.0.200] (unknown [90.203.28.11]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id BFED75A00B3; Sun, 1 Jun 2014 14:48:14 -0400 (EDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) In-Reply-To: Date: Sun, 1 Jun 2014 19:48:11 +0100 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: References: To: Thomas Gossmann X-Mailer: Apple Mail (2.1878.2) Subject: Re: [PHP-DEV] Userland API leveraging the 'php' namespace From: ajf@ajf.me (Andrea Faulds) On 1 Jun 2014, at 17:56, Thomas Gossmann wrote: > Here are the goals for this project: > - Standardize function calls > - Wrap 'resource' types in classes > - Provide php functionality in an OOP fashion > - Add missing langauge features (hint collections) > - Primitives as Objects > - Offer more type hinting >=20 > More details on the repo and the readme: > https://github.com/gossi/oophp Hi, other people are already working on methods for scalars, rossriley = for example: https://github.com/rossriley/php-scalar-objects I=92ve contributed myself to that repository. Would you consider working = with them? Nikita also has his own incomplete proposals for scalar object = functions. -- Andrea Faulds http://ajf.me/