Libraries tagged by quotable
apemsel/attributed-string
555 Downloads
A collection of fast and easy to use attributed string classes for PHP. Attributed strings can have multiple attributes for each character of the string and are for example used for word processors and natural language processing.
abbasghasemi/collection
18 Downloads
A collection of complete tools for working with PHP arrays.
riesjart/laravel-vue-table-sorting
215 Downloads
Apply sorting of Vue Table on Laravel Eloquent queries
wuxuejian/laravel-excel
1 Downloads
Laravel-Excel is based on Spartner NL/Lavel Excel code and switches to an xlswriter extension. If your project is using SparnerNL/Lavel Excel and there are big data export performance issues, and you don't want to modify a lot of code, then the current package may be very suitable for you.
wcerfgba/send_emails
4 Downloads
A simple script to send emails from jobs in a database table. Suitable for cron. Copy-and-edit.
wacon/secrets
4 Downloads
secrets is used to encrypt messages and share them as a one-time link. The extension is suitable for organizations that place particular emphasis on security and trustworthiness. Since all communication takes place via your own web server, no third-party tools from servers whose location is not known (DSGVO) are necessary. Your own domain name in the link is more trustworthy and makes a more professional impression.
vedovelli/vedovelli-php-lib
1297 Downloads
My collection of code suitable for using in several applications
vanio/vanio-domain-bundle
7932 Downloads
Symfony2 Bundle providing some additional features suitable when programming your domain.
uninett/feide-secret-generator
6 Downloads
A simple script demonstrating how to generate secrets suitable to use for two-factor authentication in Feide.
todstoychev/request-normalizer
17 Downloads
Symfony 4 Http Foundation Response normalizer. Suitable to use for logging.
todstoychev/form-errors-normalizer
18 Downloads
Symfony Form object errors normalizer. Suitable to use for building responses for RESTful API's.
thingston/paginator
13 Downloads
PHP paginator class for any suitable source of data using custom adapters.
simbiat/htmlcut
53 Downloads
Class to cut HTML text into something suitable for preview.
sheridan/version-middleware
2 Downloads
PSR-7 middleware for managing routable versioning.
rubrasum/velocity-forms
11 Downloads
Basic form management package for front-facing forms on the Inertia/Vue stack for Laravel. Install to add the vue components for admin and the forms themselves, migrations models controllers factories seeders unittests and dusk tests for the forms and all subtables, and routes for user submission and admin pages. The goal for development is to be able to seemlessly add form management to your Laravel site's admin quickly while remaining an open-ended solution with predictable early stage design choices (i.e. hold on tight). Development is here -> "Can install on any project" ->- "Can seed and display an example on any project" -- "Can integrate Unit and Dusk tests on any project" --