Libraries tagged by base repositories
xrplwin/xrpl-orderbook-reader
96 Downloads
This repository takes XRPL Orderbook (book_offers) datasets and requested volume to exchange and calculates the effective exchange rates based on the requested and available liquidity.
syntactical/session
38 Downloads
Bare bones drop in replacement for native PHP sessions with alternate storage repositories
potatopowered/dynamic-types
24 Downloads
The dynamic-types repository will be more of a library that allows other Potato Powered applications to dynamically lookup and identify entities based on their table name.
ljoboy/drc-data
47 Downloads
Our goal is to create solutions for our country (DRC). based on the reality of the situation, this repository will contain the basic data for the creation of any solution.
ferdynator/clamav-constraint
6519 Downloads
This repository provides a virus scan validator constraint for Symfony-based projects.
chihchenghuang/laravel-mrs-generators
24 Downloads
This package is a experimental project inspired by yish/generators which extends the core file generators based on Laravel 5. It can help you build classes with basic Model-Repository-Service pattern.
boxalino/boxalino-client-sdk-php
4828 Downloads
The Boxalino Client SDK provides a simple and efficient usage of Boxalino Search & Recommendations services (based on the p13n Thrift client libraries as separately provided in respective git-hub repositories) and to Boxalino Data Intelligence especially for Data Synchronization (define the structure of your data, push and publish your data structure configuration, push data in dev/prod and full/delta to Boxalino).
ezsystems/ezplatform-i18n
94280 Downloads
Meta repository to store every Ibexa translation. This should be used during development to ease synchronization with Crowdin. SHOULD NOT BE USED IN PRODUCTION
techcoil/composer-plugin-local-repo
14 Downloads
A composer plugin to install packages from a local directory with ease
hibit-dev/criteria
102 Downloads
A comprehensive package for managing criteria pattern in PHP projects, streamlining data filtering, sorting, and pagination with ease.
techrays-labs/laravel-service-repository-generator
918 Downloads
A powerful and flexible Laravel package that simplifies the implementation of the Service-Repository design pattern. Generate Service and Repository classes with ease, customize their namespace and path, and streamline your application's architecture.
zakaria-elkashef/repository-pattern
26 Downloads
The Laravel Repository Pattern Package implements the repository design pattern within the Laravel framework, offering developers an efficient and organized approach to managing data. With this package, you can effortlessly create interfaces and repository classes that implement those interfaces. These classes are then bound in the RepositoryServiceProvider and registered in the config/app.php file's providers array. Experience streamlined data management and elevate your Laravel application development with ease.
curtiskelsey/doctrine-repo-helper
224 Downloads
Generates a trait to help ease the access of custom repo methods
israeldavidvm/name-helper
23 Downloads
Manage file names, responsive images, URLs and more with ease!The NameHelper repository offers you a complete library to simplify working with names in your application.The NameHelper class provides a collection of utility functions for working with image names, particularly in the context of generating responsive image URLs. It also includes auxiliary functions for manipulating file names and some special functions that allow the generation of urls specially designed for Laravel.I usually use this package with other packages created by me such as ImageCompressor and SmartImage.
rudi97277/laravel-make-feature
13 Downloads
A package to generate feature-related files (controller, service, repository, and model) with ease for Laravel projects.