You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for creating this project, its very good!
I think that it will be really nice to refactor code which will do all package functionality with psr http standards.
I found a list of ideas that for my opinion can make it more usable and allow to use package easy in pure php project:
1) Create a package which contains query builder logic
2) Create a package which configurates http client with psr http standards(7, 17 and 18).
Create code which will manipulate only Psr\Http interfaces, also create possibility to configure it with ContainerInterface(psr 11).
For example in ODataClient has dependencies from uri and auth provider, but its wrong, because its a request dependencies.
3) Create laravel adapter package which will manipulate with Illuminate\Support\Collection class
Its only ideas but I think it will be really good for using it in pure php projects or projects which will not have Laravel dependencies.
The text was updated successfully, but these errors were encountered:
The package illuminate/collections includes global helper functions with relatively simple names like value(), which inevitably leads to conflicts when combined with functional programming and/or older code bases.
Hello,
Thank you for creating this project, its very good!
I think that it will be really nice to refactor code which will do all package functionality with psr http standards.
I found a list of ideas that for my opinion can make it more usable and allow to use package easy in pure php project:
1) Create a package which contains query builder logic
2) Create a package which configurates http client with psr http standards(7, 17 and 18).
Create code which will manipulate only Psr\Http interfaces, also create possibility to configure it with ContainerInterface(psr 11).
For example in ODataClient has dependencies from uri and auth provider, but its wrong, because its a request dependencies.
3) Create laravel adapter package which will manipulate with Illuminate\Support\Collection class
Its only ideas but I think it will be really good for using it in pure php projects or projects which will not have Laravel dependencies.
The text was updated successfully, but these errors were encountered: