The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "PHP"

PHP - embedded PHP interpreter River stage one • 2 direct dependents • 2 total dependents

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 distribution

PHP::Session::Serializer::PHP - serialize / deserialize PHP session data River stage one • 1 direct dependent • 1 total dependent

MIYAGAWA/PHP-Session-0.27 - 30 Jan 2009 19:41:12 UTC - Search in distribution

PHP::Var - export variable to PHP's expression. River stage zero No dependents

USUALOMA/PHP-Var-0.022 - 03 Jan 2010 05:56:07 UTC - Search in distribution

PHP::Decode - Parse and transform obfuscated php code River stage zero No dependents

The PHP::Decode module applies static transformations to PHP statements parsed by the PHP::Decode::Parser module and returns the transformed PHP code. The decoder uses a custom php parser which does not depend on a special php version. It supports mo...

BDZ/PHP-Decode-0.302 - 23 May 2023 09:35:39 UTC - Search in distribution

PHP::Include - Include PHP files in Perl River stage zero No dependents

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 distribution

PHP::Strings - Implement some of PHP's string functions. River stage zero No dependents

PHP 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 distribution

PHP::DateTime - Clone of PHP's date and time functions. River stage zero No dependents

Duplicates 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.09 - 06 Jun 2023 16:59:34 UTC - Search in distribution

PHP::ParseStr - Implements PHP's parse_str function River stage zero No dependents

A 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 distribution

PHP::Interpreter - An embedded PHP5 interpreter River stage one • 1 direct dependent • 1 total dependent

This 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::Serialization - simple flexible means of converting the output of PHP's serialize() into the equivalent Perl memory structure, and vice versa. River stage one • 4 direct dependents • 5 total dependents

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 distribution

PHP::HTTPBuildQuery - Data structures become form-encoded query strings River stage one • 3 direct dependents • 3 total dependents

PHP::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 distribution

PHP::Session::DB - read / write PHP sessions stored in data bases River stage zero No dependents

PHP::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 distribution

MojoX::Plugin::PHP - use PHP as a templating system in Mojolicious River stage zero No dependents

MojoX::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

Padre::Plugin::PHP - Padre and PHP River stage one • 1 direct dependent • 1 total dependent

CHORNY/Padre-Plugin-PHP-0.05 - 07 Aug 2010 21:20:51 UTC - Search in distribution

Catalyst::View::PHP - Template View Class River stage zero No dependents

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

Apache::Session::PHP - glues Apache::Session with PHP::Session River stage zero No dependents

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

PHP::Functions::File - Transplant of file_get_contents/file_put_contentsl function of PHP River stage zero No dependents

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 distribution

PHP::Functions::Mail - Transplant of mail function of PHP River stage zero No dependents

This 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 distribution

Autodia::Handler::PHP - AutoDia handler for PHP River stage one • 1 direct dependent • 1 total dependent

TEEJAY/Autodia-2.14 - 25 May 2011 19:55:19 UTC - Search in distribution

PHP::MySource::Session - read / write MySource PHP session files River stage zero No dependents

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 distribution
498 results (0.106 seconds)