Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on Apr 28, 2024 via composer

symfony/polyfill-iconv v1.29.0

Symfony polyfill for the Iconv extension
Package summary
Share
0
issues
1
license
1
MIT
Package created
25 Oct 2015
Version published
29 Jan 2024
Maintainers
1
Total deps
1
Direct deps
0
License
MIT

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
symfony/polyfill-iconv@v1.29.0
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

0
All Dependencies CSV
β“˜ This is a list of symfony/polyfill-iconv 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities

Visualizations

Frequently Asked Questions

What does symfony/polyfill-iconv do?

Symfony/polyfill-iconv provides a native PHP reimplementation of the php.net/iconv functions, save for ob_iconv_handler. The symfony/polyfill-iconv comes into action in instances where the actual iconv extension is not present. It essentially offers a convenient replacement for the same without having you to meddle with PHP extensions.

How do you use symfony/polyfill-iconv?

To use symfony/polyfill-iconv, you don't need to make specific calls. Instead, you just call the usual iconv functions like you typically would in PHP. For example:

$result = iconv("UTF-8", "ISO-8859-1//TRANSLIT", $text);

The package will work in the background to supply the functionality in the absence of the native extension. For installing the package, you need Composer, and you typically install it by running

composer require symfony/polyfill-iconv

in your terminal.

Where are the symfony/polyfill-iconv docs?

The documentation for symfony/polyfill-iconv, which includes usage and installation instructions, could be found within the main Symony Polyfill README file on GitHub. The URL for that documentation is https://github.com/symfony/polyfill/blob/main/README.md. It is crucial to read through these docs comprehensively before starting to facilitate your understanding of the package and its functionality better.