aimeos/upscheme
Database migration and schema management for Laravel, using a simple, high-level PHP DSL. Create, modify, and version tables and indexes with up/down steps, auto rollbacks, and environment-aware execution. Works standalone or with Laravel apps.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| aimeos/aimeos-core | 0.76 | High-performance e-commerce core for Aimeos, providing the product catalog, pricing, customers, orders, and checkout logic. Framework-agnostic PHP with Laravel integration, extensible via plugins, optimized for large catalogs and multi-site, multi-language shops. | 4,455 | 4,452 | 127 | 3K | 5 | 27.6 | 5.3 | NOASSERTION | — | |
| aimeos/ai-admin-jqadm | 0.73 | Aimeos Laravel admin interface (JQAdm) package. Adds a fast, extensible backend UI to manage products, categories, customers, orders, and media for Aimeos shops, with configurable panels, permissions, and multi-site support. | 1,022 | 1,020 | 44 | 3K | 2 | 7.0 | 9.1 | LGPL-3.0 | — | |
| doctrine/dbal | 0.72 | Doctrine DBAL is a powerful database abstraction layer for PHP, providing a consistent API across drivers plus rich schema introspection and management tools. Ideal for building portable SQL queries, migrations, and database tooling beyond PDO. | 9,698 | 9,856 | 1,374 | 8M | 278 | 89.9 | 74.8 | MIT | 2 weeks ago | |
| plumphp/plum | 0.72 | Plum is a PHP data processing pipeline for building reusable, testable workflows. Chain readers, filters, converters, and writers, apply conditional conversions, concatenate workflows, and merge multiple sources to transform and export data cleanly and flexibly. | 140 | 142 | 2 | 1K | 0 | 22.5 | 17.1 | MIT | 10 years ago | |
| ajthinking/archetype | 0.72 | Laravel package for defining and instantiating “archetypes” to generate consistent model data and fixtures. Helps standardize defaults, variations, and seeding/test setup by composing reusable templates for your app’s entities. | 271 | 272 | 19 | 136K | 2 | 31.3 | 43.9 | — | 1 year ago | |
| spatie/once | 0.72 | A tiny PHP helper to run code only once per request. Cache expensive computations or object initialization in a single spot, keyed automatically by the call site. Great for computed properties, accessors, and avoiding duplicate work. | 1,431 | 1,437 | 61 | 270K | 0 | 34.7 | 37.1 | MIT | 4 months ago | |
| aimeos/map | 0.72 | High-performance e-commerce framework for Laravel/Lumen (and other PHP apps). Provides products, catalog, basket, checkout, customers, orders and admin UI. Extensible via plugins, supports multiple shops/sites, currencies and languages, and scales well. | 4,247 | 4,234 | 16 | 14K | 1 | 21.8 | 8.6 | MIT | — | |
| nette/schema | 0.72 | nette/schema is a small PHP library for validating and normalizing structured data. Define schemas for arrays, configuration, and user input with type checks, defaults, required fields, ranges, and clear error messages—ideal for safe config loading. | 1,003 | 1,008 | 29 | 10M | 8 | 33.0 | 68.1 | NOASSERTION | 1 month ago | |
| spatie/laravel-schemaless-attributes | 0.71 | Add “schemaless” JSON attributes to Laravel Eloquent models. Store arbitrary key/value data in one JSON column with a fluent API: get/set via properties or arrays, dot-notation access, defaults, forget keys, and query scopes for matching attributes. | 1,077 | 1,082 | 54 | 290K | 0 | 36.3 | 39.5 | MIT | 1 month ago | |
| laravel/database | 0.71 | Bring Laravel’s database layer to non-Laravel projects: Illuminate Database with migrations, seeders, and Artisan CLI support. Includes Eloquent ORM, query builder, schema tools, and commands like migrate, db:seed, and make:* for MySQL/Postgres/SQL Server/SQLite. | 90 | 100 | 12 | 81 | 5 | 2.1 | 4.9 | — | — | |
| doctrine/orm | 0.71 | Doctrine ORM is a PHP 8.1+ object-relational mapper that provides transparent persistence for objects on top of Doctrine DBAL. Includes DQL, an object-oriented SQL-like query language inspired by Hibernate HQL, for flexible, powerful querying. | 10,168 | 10,348 | 2,537 | 5M | 1,283 | 89.6 | 70.5 | MIT | 1 week ago | |
| kitloong/laravel-migrations-generator | 0.71 | Generate Laravel migration files from an existing database, including columns, indexes, and foreign keys. Supports MariaDB, MySQL, PostgreSQL, SQL Server, and SQLite. Run artisan migrate:generate to scaffold migrations for all or selected tables. | 2,843 | 2,859 | 292 | 243K | 0 | 52.3 | 31.5 | MIT | 3 weeks ago | |
| pestphp/pest-plugin | 0.70 | Plugin API for Pest PHP, the elegant testing framework. Use it to build and distribute Pest plugins that extend the runner, add custom expectations, hooks, and tooling integrations for your PHP test suite. | 44 | 46 | 14 | 3M | 0 | 0.7 | 55.3 | MIT | — | |
| matthiasmullie/scrapbook | 0.68 | Scrapbook is a PHP caching library that wraps PSR-6/PSR-16 cache backends with adapters, multi-cache fallbacks, buffering and stampede protection. Use it to add fast, resilient caching with minimal code changes across files, memory or Redis stores. | 321 | 328 | 27 | 78K | 0 | 2.4 | 32.9 | MIT | — | |
| aimeos/ai-admin-graphql | 0.68 | Laravel package adding a GraphQL API for Aimeos admin: manage products, categories, customers, orders, and more via flexible queries and mutations. Built for headless backends and integrations, with auth support and Aimeos data model coverage. | 952 | 944 | 3 | 3K | 0 | 4.8 | 8.5 | LGPL-2.1 | — | |
| aimeos/ai-client-html | 0.68 | Laravel integration for the Aimeos e-commerce front end. Adds ready-to-use HTML client components for catalog, search, basket and checkout, with configurable templates, routing and multi-language support. Ideal for building a full storefront fast. | 1,012 | 1,007 | 59 | 3K | 1 | 7.1 | 9.4 | LGPL-3.0 | — | |
| phpecs/phpecs | 0.68 | Tiny shortcut package to install and use Easy Coding Standard in PHP projects. Add it as a dev dependency via Composer and you’re ready to run ECS for consistent, automated code style and formatting across your codebase. | 2 | 2 | 0 | 11K | 0 | 20.3 | 57.8 | — | 10 months ago | |
| aimeos/ai-admin-jsonadm | 0.64 | Laravel integration for Aimeos JSONADM admin API, providing routes, controllers, and configuration to manage shop data via JSON:API-style endpoints. Ideal for building custom admin UIs, headless back offices, and automations on top of Aimeos. | 22 | 22 | 12 | 3K | 0 | 0.5 | 29.0 | LGPL-3.0 | — | |
| aimeos/aimeos-base | 0.64 | Core package for the Aimeos e-commerce framework: foundational components, utilities, and interfaces used by the Aimeos Laravel integration and other adapters. Provides the shared base required to build, extend, and run scalable online shops. | 2,112 | 2,107 | 3 | 4K | 0 | 10.7 | 6.0 | NOASSERTION | — | |
| aimeos/ai-client-jsonapi | 0.64 | JSON:API client for Aimeos that exposes the shop and admin APIs over HTTP. Integrates with Laravel and other PHP frameworks to fetch and modify catalog, customers, baskets, and orders using standardized JSON:API endpoints. | 975 | 962 | 7 | 3K | 1 | 5.2 | 9.1 | LGPL-3.0 | — |
How can I help you explore Laravel packages today?