PHP Conversion

Unit and datatype conversion
  1. No Screenshot
    69 total visits
    phplural is a PHP library for converting single words to plural. It also works the reverse way, from plural to singular form. An example is included with the download package. Limitations:- Works with English words only.
  2. Craur
    80 total visits
    Craur is a PHP-based XML to JSON converter, and vice-versa. It can also work with CSV files instead of XML and can be used for writing XML/JSON importers or to implement a convention for converting XML to JSON without loosing any information. What's New in This Version:- Strip invalid UTF8 characters in createFromXml.- Added encoding parameter for createFromXml.
  3. RRSlug
    76 total visits
    RRSlug is a PHP script for creating URL slugs. Pass it a formatted text string and the script will convert it to an URL friendly slug. It can transforms text like this: "SofTpedIa tested script" into "softpedia-tested-script".Requirements:- PHP 5.3 or Higher
  4. No Screenshot
    562 total visits
    PDF to image converter using PHP is designed to convert uploaded PDF files into JPEG images using Ghostscript. The converted images are stored in files numbered according to the respective PDF document page. Requirements:- PHP 3.0 or higher
  5. No Screenshot
    2004 total visits
    Shref Image vs ASCII is a simple class that can convert the contents of any binary file to a stream of ASCII data and vice-versa. The resulting converted data can be saved to another file or stored in a class variable.
  6. No Screenshot
    419 total visits
    There are two functions in this scripts which be used to convert from/to MySQL DB. One use to convert date from DD-MM-YYYY to YYYY-MM-DD, and another one convert date from YYYY-MM-DD to DD-MM-YYYY.
  7. Dec2RomanNumConverter
    291 total visits
    This class can be used to convert numbers between decimal and roman representations and vice-versa.It takes a number between 1 and 10999 and converts it to a string that represents the number with roman digits.The class can also do the opposite, i.e. take a string that contains a number represented with roman digits and converts it to decimal.
  8. No Screenshot
    2198 total visits
    PHP/JavaScript Data Translation provides a PHP class for facilitating the translation of data variables and objects into JavaScript code for client-side processing on a website.
  9. No Screenshot
    1516 total visits
    TextualNumber is a PHP class converts a given number to a textual representation of it.
  10. No Screenshot
    1651 total visits
    TextualNumber Class is a class for generating textual representations of numbers. It is useful for protecting forms from auto-submission, or using in accounting applications. The class is very easy to implement in your own applications. Despite appearances the number should (though isn't required) be passed in as a string. This allows large numbers to be converted. Integers are handled just ...
  11. No Screenshot
    1904 total visits
    xDIF can be used to convert data to the DIF file format used to share spreadsheets between applications such as Star Office, Microsoft Office, etc.. The class xDIF can convert data from arrays or database query result into the DIF format. It supports converting results of queries to the databases MySQL, Interbase, Microsoft SQL and PostgreSQL.
  12. No Screenshot
    1817 total visits
    Numbers are converted to strings representing their equivalent in the Roman notation.Roman can also do the opposite, i.e. take a string with a number represented in Roman and converts it back to decimal.Requirements: PHP 5.0 or higher
  13. No Screenshot
    1523 total visits
    Conversion can take values represented in unit of the metric and binary systems and vice-versa. The script supports units like byte, meter, gram and seconds to the SI standard but you can also define your own unit. Bytes can also be converted to the binary system, 1024 bytes becoming 1 KB. Requirements: PHP 5.0 or higher
  14. No Screenshot
    2017 total visits
    Array to Object converter takes an array an assigns the variables of the class with the values of the array entries with the same name. Array entries with array values are also recursively being converted to objects. Requirements: PHP 5.0 or higher
  15. No Screenshot
    2083 total visits
    Dec 2 Roman Converter can convert numbers both ways from 1 to 10999. Requirements: PHP 5 or higher
Pages 1 of 3« 1 2 3 »