The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "php::serialization"

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::Serialization::XS - simple flexible means of converting the output of PHP's serialize() into the equivalent Perl memory structure, and vice versa - XS version. River stage zero No dependents

This 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

Data::Serializer::PHP::Serialization - Creates bridge between Data::Serializer and PHP::Serialization River stage two • 41 direct dependents • 88 total dependents

Module is used internally to Data::Serializer serialize - Wrapper to normalize serializer method name deserialize - Wrapper to normalize deserializer method name...

NEELY/Data-Serializer-0.65 - 01 Feb 2020 16:51:08 UTC - Search in distribution

Data::Format::Pretty::PHPSerialization - Pretty-print data structure as PHP serialization format River stage zero No dependents

This module uses PHP::Serialization to encode data as PHP serialization format, which I frankly wouldn't call as a "pretty" format, but added for completeness sake (used by e.g. Perinci::Access::HTTP::Server)....

SHARYANTO/Data-Format-Pretty-PHPSerialization-0.03 - 22 Nov 2013 11:43:11 UTC - Search in distribution

PHP::Session - read / write PHP session files River stage one • 1 direct dependent • 1 total dependent

PHP::Session provides a way to read / write PHP4 session files, with which you can make your Perl application session shared with PHP4. If you like Apache::Session interface for session management, there is a glue for Apache::Session of this module, ...

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

Riap - Rinci access protocol River stage one • 1 direct dependent • 1 total dependent

Rinci access protocol (Riap for short), is a client/server, request/response protocol for requesting metadata and performing actions on code entities. It is modeled closely after HTTP, but is a different protocol. It can be layered on top of HTTP (as...

PERLANCAR/Riap-1.2.4 - 04 Sep 2015 01:00:31 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution

Image::ExifTool::TagNames - ExifTool tag name documentation River stage two • 30 direct dependents • 31 total dependents

This document contains a complete list of ExifTool tag names, organized into tables based on information type. Tag names are used to reference specific meta information extracted from or written to a file....

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 UTC - Search in distribution

SOAP::Lite - Perl's Web Services Toolkit River stage three • 109 direct dependents • 143 total dependents

SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side....

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC - Search in distribution

YAML - YAML Ain't Markup Language™ River stage four • 628 direct dependents • 1875 total dependents

The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification. <http://www.yaml.org/spec/> YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structur...

INGY/YAML-1.31 - 27 Dec 2023 15:11:23 UTC - Search in distribution

HTML5::DOM - Super fast html5 DOM library with css selectors (based on Modest/MyHTML) River stage one • 2 direct dependents • 3 total dependents

HTML5::DOM <https://metacpan.org/pod/HTML5::DOM> is a fast HTML5 parser and DOM manipulatin library with CSS4 selectors, fully conformant with the HTML5 specification. It based on <https://github.com/lexborisov/Modest> as selector engine and <https:/...

ZHUMARIN/HTML5-DOM-1.26 - 25 Apr 2024 16:33:30 UTC - Search in distribution

HTML::Object::XQuery - HTML XQuery Extension River stage one • 1 direct dependent • 2 total dependents

This class extends HTML::Object::DOM::Element and provided jQuery-like methods to manipulate and query HTML objects. It is very extensive and closely mirrors jQuery api <https://api.jquery.com/> with some additional features specific to perl. By call...

JDEGUEST/HTML-Object-v0.5.0 - 04 May 2024 11:59:40 UTC - Search in distribution

Cpanel::JSON::XS - cPanel fork of JSON::XS, fast and correct serializing River stage three • 76 direct dependents • 196 total dependents

This module converts Perl data structures to JSON and vice versa. Its primary goal is to be *correct* and its secondary goal is to be *fast*. To reach the latter goal it was written in C. As this is the n-th-something JSON module on CPAN, what was th...

RURBAN/Cpanel-JSON-XS-4.37 - 04 Jul 2023 10:35:53 UTC - Search in distribution

YAML::Old - Old YAML.pm Legacy Code River stage three • 5 direct dependents • 606 total dependents

The YAML::Old module implements a YAML Loader and Dumper based on the YAML 1.0 specification. <http://www.yaml.org/spec/> YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data struct...

INGY/YAML-Old-1.23 - 11 May 2017 14:03:25 UTC - Search in distribution

Data::BISON - Encode or decode a BISON stream River stage zero No dependents

BISON is a binary format for language independent serialisation of data. You can find Kai Jäger's original description of it here: <http://www.kaijaeger.com/articles/introducing-bison-binary-interchange- standard.html> Data::BISON is a thin procedura...

ANDYA/Data-BISON-v0.0.3 - 23 Feb 2007 17:54:40 UTC - Search in distribution

check-phpser - Convert PHP to Data::Dump serialization River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-SerializeUtils-0.165 - 14 Apr 2022 00:05:53 UTC - Search in distribution

AMF::Connection - A simple library to write AMF clients. River stage zero No dependents

I was looking for a simple Perl module to automate data extraction from an existing Flash+Flex/AMS application, and I could not find a decent client implementation. So, this module was born based on available online documentation. This module has bee...

AREGGIORI/AMF-Connection-0.32 - 04 May 2012 18:03:00 UTC - Search in distribution

DAIA::Object - Abstract base class of all DAIA classes River stage one • 1 direct dependent • 1 total dependent

This package implements just another Perl meta-class framework. Just ignore it unless you have a clue what "meta-class framework" could mean. Some concepts are borrowed from the mighty Moose object system but this framework is much smaller. Maybe you...

VOJ/DAIA-0.43 - 16 Dec 2013 13:46:42 UTC - Search in distribution

Solstice::State::Machine - Representation of a finite state machine for Solstice. See Solstice::State::Tracker to run through a state machine. River stage zero No dependents

This is the main state machine representation for the Solstice tools. The Solstice::State::Tracker uses this representation to keep track of state. A Solstice::State::Machine's data is stored only once in the main apache thread via Solstice::Service:...

MCRAWFOR/Solstice-1440 - 07 Nov 2007 20:57:59 UTC - Search in distribution

Plack::App::RDF::Files - serve RDF data from files River stage zero No dependents

This PSGI application serves RDF from files. Each accessible RDF resource corresponds to a (sub)directory, located in a common based directory. All RDF files in a directory are merged and returned as RDF graph. If no RDF data was found in an existing...

VOJ/Plack-App-RDF-Files-0.12 - 27 Apr 2015 15:03:42 UTC - Search in distribution
28 results (0.052 seconds)