Skip to content

Instantly share code, notes, and snippets.

View gauravpadia's full-sized avatar

Gaurav Padia gauravpadia

  • Rajkot, Gujarat India
View GitHub Profile
@gauravpadia
gauravpadia / rd-class-text-extraction.php
Created April 8, 2019 13:25 — forked from nickrouty/rd-class-text-extraction.php
Class for extraction the text from doc, docx, xlsx, pptx and wrapper for 3rd party pdf to text library.
<?php
/**
* Class RD_Text_Extraction
*
* Example usage:
*
* $response = RD_Text_Extraction::convert_to_text($path_to_valid_file);
*
* For PDF text extraction, this class requires the Smalot\PdfParser\Parser class.

Awesome PHP Libraries

A list of amazingly awesome PHP libraries that you should consider using (and some other shiny extras).