Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zarganwar/slim-framework-nextras-orm
- Owner: Zarganwar
- Created: 2023-12-16T01:01:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T14:13:51.000Z (about 1 year ago)
- Last Synced: 2024-12-30T17:02:09.820Z (about 1 month ago)
- Topics: nextras-orm, php, psr-11, slim-framework, slim4
- Language: PHP
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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();`