Acme-CPANModules-PortedFrom-PHP

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/PortedFrom/PHP.pm  view on Meta::CPAN

package Acme::CPANModules::PortedFrom::PHP;

use strict;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2024-01-09'; # DATE
our $DIST = 'Acme-CPANModules-PortedFrom-PHP'; # DIST
our $VERSION = '0.006'; # VERSION

our $LIST = {
    summary => "List of modules/applications that are ported from (or inspired by) ".
        "PHP libraries",
    description => <<'_',

If you know of others, please drop me a message.

_
    entries => [
        {module=>'Weasel', summary=>'Perl port of Mink'},
        {module=>'PHP::Functions::Password'},
        {module=>'PHP::Functions::Mail'},
        {module=>'PHP::Functions::File'},
        {module=>'PHP::Strings'},
        {module=>'PHP::DateTime'},
        {module=>'PHP::ParseStr'},
        {module=>'PHP::HTTPBuildQuery', summary=>'Implement PHP http_build_query() function'},
        {module=>'Acme::Addslashes'},

        # old
        {module=>'AMF::Perl'},
        {module=>'Flash::FLAP'},
    ],
};

1;
# ABSTRACT: List of modules/applications that are ported from (or inspired by) PHP libraries

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::PortedFrom::PHP - List of modules/applications that are ported from (or inspired by) PHP libraries

=head1 VERSION

This document describes version 0.006 of Acme::CPANModules::PortedFrom::PHP (from Perl distribution Acme-CPANModules-PortedFrom-PHP), released on 2024-01-09.

=head1 DESCRIPTION

If you know of others, please drop me a message.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<Weasel>

Perl port of Mink.

Author: L<EHUELS|https://metacpan.org/author/EHUELS>

=item L<PHP::Functions::Password>

Author: L<CMANLEY|https://metacpan.org/author/CMANLEY>

=item L<PHP::Functions::Mail>

Author: L<YAPPO|https://metacpan.org/author/YAPPO>

=item L<PHP::Functions::File>

Author: L<TNAGA|https://metacpan.org/author/TNAGA>

=item L<PHP::Strings>

Author: L<KUDARASP|https://metacpan.org/author/KUDARASP>

=item L<PHP::DateTime>

Author: L<BLUEFEET|https://metacpan.org/author/BLUEFEET>

=item L<PHP::ParseStr>

Author: L<ABAYLISS|https://metacpan.org/author/ABAYLISS>

=item L<PHP::HTTPBuildQuery>

Implement PHP http_build_query() function.

Author: L<MSCHILLI|https://metacpan.org/author/MSCHILLI>

=item L<Acme::Addslashes>

Author: L<JAITKEN|https://metacpan.org/author/JAITKEN>

=item L<AMF::Perl>

Author: L<SIMONF|https://metacpan.org/author/SIMONF>



( run in 1.940 second using v1.01-cache-2.11-cpan-13bb782fe5a )