Libraries tagged by change case
robinncode/db_craft
5200 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
saviogodinho2002/driftguard
101 Downloads
Keeps a curated PHP config catalog of your Eloquent models in sync with the real code, using an LLM-assisted analyze/apply workflow (git-diff-based change detection, reflection-first structural facts, human-in-the-loop review before writing).
plank/laravel-schema-events
10179 Downloads
A Laravel package to emit events based on the schema changes taking place during migration.
zernio-dev/zernio-php
4701 Downloads
API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api Versioning and deprecation: all endpoints are versioned in the URL path (current version: /v1). Breaking changes only ship in a new path version; existing versions keep working. Deprecated operations are marked 'deprecated: true' in this spec and announced in the changelog (https://zernio.com/changelog) before removal. Errors: every 4xx/5xx response is application/json with a machine-readable 'code' and a human-readable 'error' message (see the ErrorResponse schema).
getlate-dev/late-php
1000 Downloads
API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api Versioning and deprecation: all endpoints are versioned in the URL path (current version: /v1). Breaking changes only ship in a new path version; existing versions keep working. Deprecated operations are marked 'deprecated: true' in this spec and announced in the changelog (https://zernio.com/changelog) before removal. Errors: every 4xx/5xx response is application/json with a machine-readable 'code' and a human-readable 'error' message (see the ErrorResponse schema).
coliving/talk
33065 Downloads
This is fork from Nahid/Talk to change it works with Laravel 8.x through 13.x. Talk is a Laravel 8, 9, 10, 11, 12 and 13 based realtime messaging, chatting and conversation system. It helps to develop users messaging, chatting and conversations in easy way.
technote/igo-php
31606 Downloads
Morphological analysis engine 'Igo' porting and changed for PHP 5.6 and composer.
laratusk/view-migrations
834 Downloads
Manage database views via SQL files with automatic content-hash-based change detection
ilzrv/fireable
8414 Downloads
An elegant way to trigger events based on attributes changes
coolms/core-doctrine
70 Downloads
Doctrine ORM/DBAL adapters for coolms/core: outbox and inbox stores, the sync change feed, config overrides, range column types and the RQL-aware base repository
acseo/change-password-bundle
281 Downloads
Bundle used to manage User password history and user change password policy
coderity/wallet
147 Downloads
Coderity Wallet extends Laravel Cashier allowing users to have multiple credit cards with multiple subscriptions, along with the ability to charge different cards as needed.
advancedideasmechanics/mezzio-domain-layout
16 Downloads
PSR-15 Middleware for Mezzio Framework to change layout based on host.
synchot/changeloggen
1909 Downloads
Change log generator based on conventional commit.
salehhashemi/laravel-intelli-git
2358 Downloads
An intelligent Git helper package for Laravel applications. It utilizes OpenAI's GPT to analyze your Git repository, providing features such as automatic generation of commit messages based on staged changes.