Libraries tagged by sample text
designbycode/fuzzy-search
9 Downloads
The Fuzzy Search package provides a simple and efficient way to perform fuzzy searches on a collection of texts using the Levenshtein distance algorithm. This package is useful when you need to search for texts that may contain typos or slight variations.
derralf/elemental-video
19 Downloads
A simple content block with a video and optional HTML-Text for the silverstripe-elemental module
deoomen/please-dont-swear
26 Downloads
A simple package that allows you to easily censor text
cybersai/ussd-store
5 Downloads
A simple key-value store to save data in an array and serialized them so they can be stored in the database as text
crude-forum/crude-forum
15 Downloads
A very simple, crude and insecure web dicussion forum developed using PHP. Store data in text files in back-end.
camilwojcik/logs-cleanup
0 Downloads
Simple package with class that clears logs older than given date (in text format). Recomended use in your Cron.php file.
cafelatte/framework
300 Downloads
CafeLatte(CL) Framework is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs, response few types of format such as xml, json, text, html etc.
bristol-digital/qwikblog
64 Downloads
A simple, file-based blog for Laravel — no database required. Markdown posts with YAML front matter, a Livewire admin with WYSIWYG editor and image gallery, full-text search, scheduling, RSS, sitemap, and SEO meta.
bored-programmers/laragrid
98 Downloads
LaraGrid is a powerful and customizable grid system package for Laravel. It provides an easy way to create sortable, filterable tables with pagination. The package is designed to be highly customizable, allowing developers to define columns, apply filters, and sort data with ease.Key Features:- **Column Definition**: LaraGrid allows you to define the columns that will be displayed in the grid. You can specify the model field and the label for each column.- **Filters**: The package provides several filter classes out of the box, including text, select, date, and boolean filters. These filters can be applied to the columns to filter the grid's data based on user input.- **Sorting**: LaraGrid supports sorting of data based on any column. It also provides support for sorting data based on a related model's field using PowerJoins.- **Pagination**: The package integrates with Laravel's pagination system, allowing you to easily paginate the data in the grid.- **Customizable Appearance**: LaraGrid allows you to customize the appearance of the grid by extending the `BaseLaraGridTheme` class and setting the desired CSS classes.- **Livewire Integration**: LaraGrid is built with Livewire, a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.The package is currently in development and is not ready for use in production. It requires PHP 8.1 or higher and Laravel 10.0 or higher.
apiverve/languagedetector
0 Downloads
Language Detector is a simple tool for detecting the language of a text. It returns the language code and the confidence level.
apiverve/hashtaggenerator
0 Downloads
Hashtag Generator is a simple tool for generating hashtags. It returns a list of hashtags based on the text provided.
apiverve/codedetector
0 Downloads
Code Detector is a simple tool for detecting the language of code in text. It returns details such as extension, language, family, and more.
apiverve/base64
0 Downloads
Base64 Encoder/Decoder is a simple tool for encoding and decoding Base64 strings. It supports both encoding text to Base64 and decoding Base64 back to text.
kajyr/localstorage
8 Downloads
A simple PHP class to store key/value information on a text file
emildev/simpleform2b
22 Downloads
Create simple forms directly in your controller. Supports all input-types, textarea and submit