limosa-io / laravel-scim-server

SCIM 2.0 Server implementation for Laravel
MIT License
47 stars 28 forks source link

Any chance to release the server component as separated package without requiring laravel? #61

Closed ulfw closed 1 week ago

ulfw commented 4 months ago

I was searching for a library that provides the server capabilities for scim provisioning and found this one. But we are not using laravel, sois there any change to decouple the server component from laravel?

best regards Ulf

arietimmerman commented 1 week ago

This is not planned. It should be possible to rewrite it without using Laravel libraries. Primarily Laravel Eloquent is used for transforming SCIM requests into database queries. However, this could be replaced for something more generic.