Libraries tagged by sample 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.
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.
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
diego/grepper
28 Downloads
A simple tool to grep specific lines of a textfile.
mockery/mockery
443616300 Downloads
Mockery is a simple yet flexible PHP mock object framework
laravel/dusk
31817721 Downloads
Laravel Dusk provides simple end-to-end testing and browser automation.
liuggio/fastest
5076795 Downloads
Simple parallel testing execution... with some goodies for functional tests.
atoum/atoum
2482576 Downloads
Simple modern and intuitive unit testing framework for PHP 5.3+
donatj/mock-webserver
2146499 Downloads
Simple mock web server for unit testing
shalvah/clara
9002115 Downloads
🔊 Simple, pretty, testable console output for CLI apps.
marvinrabe/laravel-graphql-test
279127 Downloads
Provides you with a simple GraphQL testing trait.