All PHP built-in types are much simpler.
Itβs best to look at the ORM library for PHP , where this type of functionality will work if someone did it, but, of course, it will be very database oriented (like DataTable).
If all you need is rows, columns and headers, then it's simple enough to collapse your own - maybe 30 to 40 lines of code. Most likely, it will be faster to make your own, and not to find someone else.
source share