Libraries tagged by separator
brand3000/nova-roles-and-permissions
32 Downloads
This package allows separating roles for admins and other types of users while stored in the same users table. Additionally, it provides functionality for managing permissions (reader/editor) for the admins of a project powered by Laravel Nova.
birb/fancy-stubs-codegen
13 Downloads
Build-time, attribute-driven code generator: write a stub class, mark members with #[DefinerAttribute], and get a real, finished PHP class back — conventions filled in (event names, ids, ...), or whole getters/setters/builder classes generated from the stub's properties. Unlike runtime-reflection tools, the output is a plain PHP file with zero dependency on this library and no per-request reflection cost; useful for scaffolding DDD value objects/aggregates/events, command classes and other boilerplate. Postprocessing (transforming code, e.g. phpcbf/php-cs-fixer/rector), quality checks (evaluating code, e.g. PHPStan/Psalm/PHPCS) and framework-specific conventions (e.g. Laravel table/id naming) ship as separate packages — see birb/fancy-stubs-codegen-postprocessors, birb/fancy-stubs-codegen-code-quality and birb/fancy-stubs-codegen-laravel.
b7s/laravel-queue-flow
2 Downloads
A fluent Laravel Queue wrapper, simplifying queue management without creating separate Job classes
artdevue/fcache
150 Downloads
Driver file cache, separation key-folder, Laravel 4 integration
anst-i/moodle-qbank_importasversion
0 Downloads
A Moodle question bank plugin to import a single question from a Moodle XML file as a new version of an existing question, rather than a separate question
adamquaile/json-object-mapper
58 Downloads
Maps JSON files to PHP objects, intended for simple model separation and manual content authoring
7ute/laravel-provision
1759 Downloads
Migrate provisioning data separately
zencodex/package-make
56 Downloads
create separate laravel package/plugin
tasdev-au/craft-graphql-srcset
1736 Downloads
Adds the @srcset GraphQL directive for generating a comma-separated list of image transforms.
stidges/eloquent-factory
41334 Downloads
Laravel 5 model factories extracted into separate package
soberwp/unravel
5217 Downloads
WordPress plugin to separate concerns for plugins Models and Advanced Custom Fields.
kunstmaan/newrelicbundle
11476 Downloads
THIS REPO IS DEPRECATED: replaced by EkinoNewRelicBundle | This bundle adds support for NewRelic's named transactions to you Symfony2 project so that every controller and action is tracked separately and not everything under app.php. This also means you can start using the Key Transactions feature of NewRelic.
flagrow/split
4321 Downloads
Separate posts from one discussion into its own, splits discussions.
flagrow/flarum-ext-split
26 Downloads
Separate posts from one discussion into its own, splits discussions.
zhaopeng/db-read-write-separation
5 Downloads
基于P做的数据库读写分离代码