Libraries tagged by exiv
lightningspirit/magic-interfaces
28 Downloads
Provides PHP Interfaces to test some magic methods using instanceof instead of method_exists
lianhechx/laravel-gravatar
68 Downloads
A Laravel gravatar package for retrieving gravatar image URLs or checking the existance of an image.
leo980/realpath
6 Downloads
A realpath() implementation which allows non-exist paths.
lekongkong/lgequeue
6 Downloads
laravel graceful exit queue
leandrodiogenes/laravel-test-factory-helper
595 Downloads
Generate Laravel test factories from your existing models
laravelflare/install
77 Downloads
Installs Flare as a new project or on an existing Laravel project.
lanos/laravel-open-ai-conversations
7 Downloads
Adds persistent conversation functionality to the existing Laravel OpenAI Package
landlib/treealgorithms
31 Downloads
This group of methods for work with tree structure. Provide methods build tree from flat array, find node in the tree by id, walk tree and execulte callback function for each node. Node of the tree has fields like as id, parent_id, children. Concrete names of the tree node fields can be configured with TreeAlgorithms properties idFieldName, parentIdFieldName, childsFieldName. Also exists javascript release, search lamzin-andrey/landlib on github.
lakshmajim/spotmail
33 Downloads
Checks whether email exists in real world
lakshmaji-ananth/spotmail
16 Downloads
Checks whether email exists in real world
kristos80/opton
4056 Downloads
Easily get a value from an array or object without all of those unnecessary array_key_exists or isset controls
konfig/nuitee-lite-php-sdk
11 Downloads
The **Lite API** can be used to to do the following Get room rates & availability for a set of hotels Select a specific hotel with room availability and make a booking Manage the bookings - retrieve and cancel existing bookings Get static content for hotels, search hotels by destination
kogol1/fpdi
0 Downloads
FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.
knobik/migrations-generator
7 Downloads
Generates Laravel Migrations from an existing database
kmuenkel/safe-schema-builder
1 Downloads
Replace Laravel's Schema Facade with one capable of omitting table alterations that already exist