Libraries tagged by without databasse
mysql/schematic
725 Downloads
A simple MySQL migration management tool in PHP, create and update databases automatically with a config json file without having to use inbuilt ORM functions.
thomasjbradley/micromodel
33 Downloads
MicroModel: a really basic ORM-like form and table mapper, for working with Silex, Symfony Forms, and Doctrine DBAL; supports single tables without relationships.
cakebake/yii2-scalable-behavior
105 Downloads
Key-Value storage is a very simplistic, but very powerful model. Use this behavior to expand your Yii 2 model without changing the structure.
umairhanifdev/laravel-table-logger
6 Downloads
Automated Laravel model auditing and application log management with dynamic table creation. Tracks all model changes (create/update/delete) in dedicated log tables while maintaining native Laravel conventions. Provides comprehensive activity monitoring without database modifications.
longman/laravel-dummyuser
3351 Downloads
Package to implement dummy user authorization (without database) for Laravel 5.x
winavin/permissions
2 Downloads
A lightweight, Enum-driven Roles & Permissions package for Laravel, designed for multi-model and multi-team systems without requiring database-stored role or permission definitions.
williarin/wordpress-anonymizer
504 Downloads
Anonymize a WordPress database without a WordPress installation
voku/pagination
10693 Downloads
Pagination, without a database dependency
salaun/laravel-complex-upsert
509 Downloads
A tool to efficiently upsert a database without having to relly on a primary id.
roy404/schema
74 Downloads
The Schema Builder class is a part of the database layer that allows you to define database tables and their columns using a fluent syntax. It provides a way to create and manipulate database tables without writing SQL queries directly.
littlebizzy/force-https
14 Downloads
Redirects all HTTP requests to the HTTPS version and fixes insecure links and resources without altering the database (also works with CloudFlare).
itul/relatable
26 Downloads
Dynamically link models together without changing the database
developerawam/generate-migration
24 Downloads
This package automatically generates migration files for your Laravel application. With this feature, you can quickly create database structures without writing SQL code manually. Simply specify the model you want to create, and this package will handle the rest, streamlining development and minimizing human errors.
daan/strip-db-dump
34 Downloads
Adds shorthands in WP-CLI to easily create database dumps without sensitive data, i.e. customers, users and/or orders.
sujayjaju/php-active-record
1748 Downloads
Stand Alone Active Record Library. CodeIgniter's ActiveRecord and Database Library from 3.0RC2, without the rest of CodeIgniter