Libraries tagged by release provider
landlib/treealgorithms
29 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.
eliurkis/laravel-browser-kit-testing
6 Downloads
Provides backwards compatibility for BrowserKit testing in the latest Laravel release.
andersonfelipev/laravel-app
4 Downloads
Provides backwards compatibility for app:name command in the latest Laravel release.
xrelease/oauth2-xrel
15 Downloads
xREL OAuth 2.0 Client Provider for The PHP League OAuth2-Client
midhun/laravel-git-console
4 Downloads
Laravel Git Console is a Laravel package providing a terminal UI for Git and Git Flow commands. It simplifies branch, release, and hotfix management, adhering to the Git Flow workflow. Ideal for both Git beginners and seasoned users.