PHP Text Processing

Free and open source PHP Text Processing Scripts. This category contains Text Encode, translation and so on.
  1. PHP Markdown
    104 total visits
    PHP Markdown is a port to PHP of the Markdown syntax by John Gruber. Markdown syntax allows users to write text naturally and format it without using HTML tags.The PHP library converts that syntax from Markdown to HTML and back if needed. The library comes in an enhanced form, known as PHP Markdown Extra.This special version of PHP Markdown implements ...
  2. PHP SmartyPants
    60 total visits
    PHP SmartyPants is a free web publishing tool that translates plain ASCII punctuation characters into “smart” typographic punctuation HTML entities.PHP SmartyPants is a port to PHP of the original SmartyPants written in Perl by John Gruber.SmartyPants does not modify characters within <pre>, <code>, <kbd>, or <script> tag blocks. Typically, these tags are used to display text where smart quotes and ...
  3. Nijikodo
    56 total visits
    This is a PHP library for highlighting source code. 4 languages are currently supported, but the generic regex patterns work for coding custom languages by hand.A working demo is included with the download package.Features of Nijikodo:Supported languages:- JavaScript- CSS- PHP- HTMLRequirements:- PHP 5.3 or Higher
  4. PHP Lorem Ipsum
    145 total visits
    This is a PHP script can be used to generate dummy "Lorem Ipsum" filler text. It can populate web pages, text files or databases. The means word count of each paragraph is predetermined and can be set in the constuctor, currently the default is 100.Features of PHP Lorem Ipsum:- Generates content in three modes: Plain, HTML (content blocks nested in ...
  5. AlternateSyntaxParserTextile2
    55 total visits
    This is a PHP library to use Textile on MediaWiki sites. MediaWiki is the wiki script used to power Wikipedia.Textile is a lightweight markup language originally developed by Dean Allen and billed as a "humane Web text generator". Textile converts its marked-up text input to valid, well-formed XHTML and also inserts character entity references for apostrophes, opening and closing single ...
  6. Textile
    100 total visits
    Textile is a free and Open Source PHP text processing script which can convert its marked-up text input to valid, well-forme XHTML and also inserts character entity references for apostrophes, opening and closing single and double quotataion marks, ellipses and em dashes.Some important functions of Textile 2.0.0:- Phrase modifiers- Block modifiers- Links- Punctuation- Attributes- Alignment- Alignment- Tables- Images- Acronyms- Footnotes- ...
  7. Ebay TurbolisterShipping Service Options
    199 total visits
    This is a PHP script to encode / decode Ebay Turbolister options data.It parses Ebay Turbolister options data as a string in XML format and encodes that data with base 64 algorithm computing the checksum before sending them to eBay servers.It can also decode the previously encoded data using an analogue method as the one used for encoding.Requirements:- PHP 5.0 ...
  8. PassGen
    69 total visits
    This PHP Script is created to generate pronounceable passwords, It can output text string given length with alternating consonants and vowels. Optionally it may include digits, repeat letters and use upper and lower case letters.Generated pronounceable passwords can be easily remembered. It can also generate passwords up tp 10 characters and case-sensitive if applicable.Requirements:- PHP 3.0 or Higher
  9. IDN Stemmer
    89 total visits
    This PHP script can be used to compute stem strings from Indonesian words. IDN Stemmer is a free PHP text processing script. It removes prefixes and suffixes from given Indonesian words, so words that sound similar result in the same stem string.Requirements:- PHP 4.0 or Higher
  10. ABG PHP To XLS
    276 total visits
    This script to generate Excel files with data from arrays. It reads a bi-dimensional arry containing spreadsheet data organized in column and row cells. The script then generates an Excel spreadsheet file in XLS format with the desired data. The data from the generated spreadsheet can be saved to a file or outputted to anther app.Requirements:- PHP 5.2 or Higher
  11. Similarities Finder
    158 total visits
    This PHP Script compares unlimited number of text strings and returns similarities between them considering the number of common substrings with the highest word count if any was found. Requirements:- PHP 5.0 or Higher
  12. NYOS_ExcelWriter_simple
    198 total visits
    This is a PHP text processing script to generate EXCEL 2003 spreadsheets. The file data is pulled from an array of data. Parameters are a bi-dimensional array with all spreadsheet data of row and column cells.The generated data is a binary XLS file in EXCEL 2003 format. By default, the file is served to the user for download.Requirements:- PHP 5.0 ...
  13. EPub
    413 total visits
    This PHP script can be used to creat an ebook in EPUB format for Apple iPad and other ebook readers. It can set the ebook details like the author, publisher, comments, etc, as well as the ebook chapter data.The script can builds an archive with all the ebook information and servers the ebook archive for download or returns it as ...
  14. Relative Path
    111 total visits
    This is a PHP Script to convert and clean file paths removing redundant elements. It can take a string with a file or directory path and remove redundant path elements like /./ or //sequences or leading ../ elements from absolute paths.It can be used as a stand-alone or integrated into CMS or other scripts.Requrements:- PHP 5.2 or Higher
  15. Sound Regex
    285 total visits
    This PHP Script uses Soundex algorithm to create a regular expressions, which is based in a given word that can perform a soundex comparison on large texts. It is created to search for similar words in a text using soundex.It will convert words to be searched in a regular expression that would match other words that would result in the ...
Pages 2 of 23« 1 2 3 4 5 6 »