Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zarganwar/slim-framework-nextras-orm

Nextras ORM extension for Slim Framework
https://github.com/zarganwar/slim-framework-nextras-orm

nextras-orm php psr-11 slim-framework slim4

Last synced: 28 days ago
JSON representation

Nextras ORM extension for Slim Framework

Awesome Lists containing this project

README

        

## Simple Nextras ORM extension (loader) for Slim Framework

This extension is compatible (with some small modifications) for all Frameworks (or DI) compatible with [Psr\Container\ContainerInterface PSR-11](https://www.php-fig.org/psr/psr-11/)

### Links
- [Slim Framework](https://www.slimframework.com/)
- [Nextras ORM (Documentation)](https://github.com/nextras/orm)
- [Nextras ORM (Github)](https://nextras.org/orm/docs/main/)

### How to

- Simple extensions handling src/Libraries/Extensions But is not required, you can manage extensions as you wish
- Extension classes src/Libraries/NextrasOrm/SlimDI
- Configuration of Extension Config app/settings.php
- Registration of extensions app/extensions.php
- Registration of ExtensionLoader public/index.php `$container->get(\App\Libraries\Extensions\ExtensionLoader::class)->load();`