The module makes it possible to execute PHP code, call PHP functions and methods, manipulate PHP arrays, and create PHP objects....
MOB/PHP-0.15 - 22 Jan 2013 05:12:52 UTC - Search in distributionMIYAGAWA/PHP-Session-0.27 - 30 Jan 2009 19:41:12 UTC - Search in distribution
- PHP::Session - read / write PHP session files
USUALOMA/PHP-Var-0.022 - 03 Jan 2010 05:56:07 UTC - Search in distribution
PHP::Include builds on the shoulders of Filter::Simple and Parse::RecDescent to provide a Perl utility for including very simple PHP Files from a Perl program. When working with Perl and PHP it is often convenient to be able to share configuration da...
AMBS/PHP-Include-0.37 - 12 Oct 2015 16:49:48 UTC - Search in distributionPHP has many functions. This is one of the main problems with PHP. People do, however, get used to said functions and when they come to a better designed language they get lost because they have to implement some of these somewhat vapid functions the...
KUDARASP/PHP-Strings-0.28 - 30 Jan 2004 07:28:37 UTC - Search in distributionDuplicates some of PHP's date and time functions. Why? I can't remember. It should be useful if you are trying to integrate your perl app with a php app. Much like PHP this module gratuitously exports all its functions upon a use(). Neat, eh?...
BLUEFEET/PHP-DateTime-0.07 - 18 Feb 2019 06:09:14 UTC - Search in distributionA simple implementation of PHP's "parse_str" function. The inverse of "http_build_query" (implemented by PHP::HTTPBuildQuery)....
ABAYLISS/PHP-ParseStr-0.0.2 - 01 Apr 2016 15:43:15 UTC - Search in distributionThis class encapsulates an embedded PHP5 intepreter. It provides proxy methods (via AUTOLOAD) to all the functions declared in the PHP interpreter, transparent conversion of Perl datatypes to PHP (and vice-versa), and the ability for PHP to similarly...
AFF/PHP-Interpreter-1.0.2 - 12 Nov 2008 15:20:02 UTC - Search in distribution- PHP::Interpreter::Class - PHP interpreter classes
- PHP::Interpreter::Resource - PHP interpreter classes
Provides a simple, quick means of serializing perl memory structures (including object data!) into a format that PHP can deserialize() and access, and vice versa. NOTE: Converts PHP arrays into Perl Arrays when the PHP array used exclusively numeric ...
BOBTFISH/PHP-Serialization-0.34 - 18 Mar 2010 22:20:01 UTC - Search in distributionPHP::HTTPBuildQuery implements PHP's "http_build_query" function in Perl. It is used to form-encode Perl data structures in URLs, so that PHP can read them on the receiving end. New with version 0.04 comes "http_build_query_utf8" which has an identic...
MSCHILLI/PHP-HTTPBuildQuery-0.09 - 16 Nov 2015 03:55:01 UTC - Search in distributionPHP::Session::DB provides a way to read / write PHP4 sessions stored on databases, with which you can make your Perl application session shared with PHP4....
RALAMOSM/PHP-Session-DB-0.2 - 19 Nov 2005 06:12:27 UTC - Search in distributionMojoX::Plugin::PHP establishes a PHP engine as the default handler for "php" files and templates in a Mojolicious application. This allows you to put a PHP template (say, called "foo/bar.php" under your Mojolicious application's "/templates" or "/pub...
MOB/MojoX-Plugin-PHP-0.05 - 28 Nov 2015 19:39:29 UTC - Search in distribution- MojoX::Template::PHP - PHP processing engine for MojoX::Plugin::PHP
CHORNY/Padre-Plugin-PHP-0.05 - 07 Aug 2010 21:20:51 UTC - Search in distribution
This is the Catalyst view class for the PHP::Interpreter. Your application subclass should inherit from this class. This plugin renders the template specified in "$c->stash->{template}", or failing that, "$c->request->match". The template variables a...
RCONOVER/Catalyst-View-PHP-0.01 - 22 Aug 2005 19:27:05 UTC - Search in distribution- Catalyst::Helper::View::PHP - Helper for PHP Views
Apache::Session::PHP is an adapter of Apache::Session for PHP::Session. It uses following combination of strategies: Generate: MD5 PHP4 session also uses 32bit session-id, generated by MD5 of random string. So MD5 (default) generation would fit. Seri...
MIYAGAWA/Apache-Session-PHP-0.05 - 02 Feb 2004 18:02:43 UTC - Search in distribution- Apache::Session::Store::PHP - writes to PHP4 builtin session files
- Apache::Session::Serialize::PHP - uses PHP::Session to serialize session
This module offers perl function resemble file_get_contents/file_put_contents on PHP. Perl 5.8 or higher is required....
TNAGA/PHP-Functions-File-0.04 - 12 May 2012 09:36:02 UTC - Search in distributionThis module offers perl the function equal with the mail function and the mb_send_mail function mounted with PHP. EXPORT mail ( TO, SUBJECT, MESSAGE [, HEADERS [, OPTIONS]] ) send of mail. use mb_send_mail ( TO, SUBJECT, MESSAGE [, HEADERS [, OPTIONS...
YAPPO/PHP-Functions-Mail-0.04 - 11 Apr 2005 13:01:14 UTC - Search in distributionTEEJAY/Autodia-2.14 - 25 May 2011 19:55:19 UTC - Search in distribution
PHP::MySource::Session provides a way to read variables from PHP4 session files created by version 2.8.2 of the MySource content management system. MySource is available at http://mysource.squiz.net. The author of this module has no affiliation with ...
HOMSHERD/PHP-MySource-Session-0.03 - 28 Aug 2003 13:51:24 UTC - Search in distributionThis module provides the same interface as PHP::Serialization, but uses XS during deserialization, for speed enhancement. If you have code written for "PHP::Serialization", you should be able to replace all references to "PHP::Serialization" with "PH...
KULP/PHP-Serialization-XS-0.10 - 24 Jun 2017 04:03:27 UTC - Search in distribution