typo3/class-alias-loader
Autoloads legacy TYPO3 class aliases by mapping old class names to new ones at runtime. Helps keep extensions compatible during refactors and TYPO3 upgrades, easing migration to namespaces without breaking existing code.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| adriansuter/php-autoload-override | 0.71 | Override PHP autoloading to take control of how classes are resolved. php-autoload-override lets you hook into Composer’s autoloader to swap, alias, or redirect class loading—useful for debugging, testing, and patching vendor code without forks. | 21 | 22 | 3 | 3K | 0 | 22.4 | 35.1 | MIT | 1 year ago | |
| typo3/cms-cli | 0.70 | Console (CLI) support for TYPO3 CMS, providing command-line tools to manage and maintain TYPO3 installations. Run backend tasks, clear caches, update extensions and more from the terminal—ideal for automation, CI/CD and server administration. | 20 | 20 | 6 | 254K | 0 | 22.1 | 65.0 | GPL-2.0 | 1 month ago | |
| spatie/macroable | 0.69 | Add methods to any class at runtime with Spatie’s Macroable trait. Register macros with closures or callables and call them like native methods; macros are bound to the class instance for access to $this. Inspired by Laravel’s Macroable implementation. | 726 | 734 | 26 | 1M | 0 | 25.9 | 53.6 | MIT | 2 months ago | |
| jackalope/jackalope-doctrine-dbal | 0.67 | Doctrine DBAL-based Jackalope backend for PHPCR, enabling content repository storage on SQL databases. Provides a DBAL transport layer, schema management, and integration pieces for running Jackalope with Doctrine DBAL across multiple database platforms. | 150 | 151 | 61 | 30K | 32 | 41.8 | 54.0 | NOASSERTION | 4 months ago | |
| spatie/laravel-translatable | 0.67 | Add multilingual fields to Eloquent models using a simple HasTranslations trait. Store translations as JSON on the model (no extra tables). Set/get translations per locale, switch app locale, fetch all translations, and even translate nested JSON keys via -> notation. | 2,430 | 2,455 | 298 | 942K | 0 | 50.5 | 42.1 | MIT | 1 month ago | |
| astrotomic/laravel-translatable | 0.67 | Laravel package for translatable Eloquent models. Store model translations in the database and automatically fetch/save the correct locale with minimal code. Simplifies retrieving and persisting multilingual attributes across your app. | 1,399 | 1,411 | 178 | 178K | 28 | 50.2 | 46.1 | MIT | 1 week ago | |
| spatie/laravel-schemaless-attributes | 0.66 | 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 | |
| laminas/laminas-zendframework-bridge | 0.64 | Provides compatibility bridge for Laminas to ease migration from Zend Framework. Maps legacy Zend class names to Laminas equivalents via autoloading, allowing existing Zend-based apps and libraries to run with minimal changes during upgrades. | 1,189 | 1,189 | 25 | 527K | 1 | 36.2 | 44.4 | BSD-3-Clause | 2 years ago |
How can I help you explore Laravel packages today?