Libraries tagged by relewise
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.
kynkai/explorer-php
1 Downloads
A file manager application that is included with releases
krishnapawar/php-html-builder
5 Downloads
PHP HTML Builder - A Lightweight Alternative to LaravelCollective/HTML and Spatie/Laravel-HTML With the release of Laravel 11, support for laravelcollective/html has been discontinued, leaving many developers searching for a modern, simple solution to generate HTML and form elements. PHP HTML Builder is here to fill that gap — offering a streamlined, intuitive alternative compatible with Laravel 9, 10, and 11. This package provides an easy-to-use, fluent API that replicates the functionality of laravelcollective/html and spatie/laravel-html, enabling developers to effortlessly create HTML components, forms, inputs, checkboxes, radio buttons, dropdowns, links, images, and more. Built with simplicity and flexibility in mind, PHP HTML Builder is a lightweight, PHP-first solution for building and managing dynamic user interfaces in Laravel applications.
kpbowler/commute
0 Downloads
A package to orchestrate the release of Laravel projects.
just-core/scripts
0 Downloads
management scripts for the just-core eco system, basic release management stuff, db syncronization some other things
itcig/composer-plugin-sandbox
6 Downloads
Sample composer plugin for testing monorepo development and releases.
it-corner/auth
46 Downloads
this is a laravel authentication packge. developed by shaheen reza at IT CORNER. First release on january 2022
inwerpsel/github-archive-installer
23 Downloads
Forked from https://github.com/wpscholar/github-archive-installer. A custom Composer installer that will install a dependency from a GitHub release archive .zip file when installing from distribution.
hlu2/quick-books_demo
13 Downloads
The demo for QuickBooks PHP Open Source Release
hexydec/versions
7 Downloads
A list of browser version numbers, along with release dates
hardevine/payment
333 Downloads
Laravel 5.3 Package for Integration of Latest CCAvenue Payment Gateway for PHP 7.1 (Released recently)
halestar/laravel-drop-in-cms
59 Downloads
An extremely simple content management system meant to be dropped into existing laravel projects. It makes no assumptions about users and permissions and uses as much as possible from the host's project. It has plugins to add functionality, but at it's hears it is simply meant to build pages. Initial release will also come with a Blogging plugin.
greenpeace/github-archive-installer
16043 Downloads
Forked from https://github.com/wpscholar/github-archive-installer. A custom Composer installer that will install a dependency from a GitHub release archive .zip file when installing from distribution.
gicminos/chat
1675 Downloads
Fork of musonza/chat to mantain version 3 in future laravel releases
george-zakharov/php-query
37 Downloads
This is phpQuery, a PHP port of jQuery selectors, super useful for DOM traversal and functional testing. Originally by Tobiasz Cudnik, who released it on Google Code. We forked it because we need some bug fixes and no commits have been made upstream for quite some time. Please share your phpQuery fixes with us!