qarray
qarray copied to clipboard
A Query Engine For PHP Array
Getting this error for PHP 8.1 PHP Deprecated: Return type of Nahid\QArray\QueryEngine::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the...
As title, since Travis CI will not be friendly for open source projects, I think it's time to transfer to the GitHub action.
Hi, I wanted to use your library to work with some huge json. But it require "myclabs/deep-copy": "^1.8" which require php ^7.1 Your project require "php": ">=5.6" (same issue with...
hi, first of all thanks for this great work. My array looks like the below template. now i want to get items that has this conditions: 'type' = 'SupportPackage' and...