Libraries tagged by text file
lyssal/lib-php
962 Downloads
The Lyssal PHP library ; manipulate text, files and images, open CSV files, etc.
aramonc/docblock-parser
27 Downloads
Parses strings for docBlock like portions and then extracts the annotations, descriptions, and optional document content. This should not be used as an annotation parser for PHP code, at least not on it's own. If you're looking to do something with the docBlocks you might want to use something like https://github.com/schmittjoh/metadata better. This is more for if you're trying to get metadata from a plain text file. Look through the tests for examples.
malkusch/php-index
19813 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.
markocupic/import_from_csv
196 Downloads
Import datarecords from csv-textfile. Backend extension for the Contao Open Source CMS
graphp/trivial-graph-format
3534 Downloads
Trivial Graph Format (TGF) is a simple text-based file format for describing graphs
ledat/vtt2srt
26 Downloads
A php command-line utility that converts Web Video Text Tracks files (.vtt) to SubRip Subtitle File (.srt)
waglpz/google-tts
208 Downloads
Create sound files from text with Google.
grammatista/grammatista
9 Downloads
Parse translatable text into translation files like gettext .mo files.
whapi-cloud/whatsapp-api-sdk-php
188 Downloads
Sending and receiving messages using HTTP requests. Fixed price with no hidden fees, without limits and restrictions. You will be able to send and receive text/media/files/locations/goods/orders/polls messages via WhatsApp in private or group chats. Guides and SDK can be found on our website.
menthe/aliyun-ueditor
2384 Downloads
UEditor for laravel5 and Aliyun OSS.Store all images and files in Aliyun OSS. Support i18n. UEditor is a Rich Text Web Editor From Baidu.
leonid-slv/php-rtf-template
1421 Downloads
Simple library for working with templates. Works on any PHP version, no additional libraries or dependencies are used. RTF files can be used from under any text editor, including MS Word. Supported formats UTF-8 and CP1251.
hananils/kirby-choices
19 Downloads
For any list field offering options in the blueprint, like select, multiselect or checkboxlist, Choices will load and return the readable text values for the keys stored in the content file. It works with static options directly set in the blueprint as well as dynamic ones loaded via query or api settings.
teamzac/text-file-parsers
8 Downloads
A package with handy tools for parsing text files of various formats
rmtram/text-database
7 Downloads
Text-file based database.
rmtram/simple-text-db
26 Downloads
Simple text file based database and database mapper.