Download the PHP package shirokovnv/model-reflection without Composer
On this page you can find all versions of the php package shirokovnv/model-reflection. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download shirokovnv/model-reflection
More information about shirokovnv/model-reflection
Files in shirokovnv/model-reflection
Package model-reflection
Short Description Package to reflect the properties and methods of the model
License MIT
Homepage https://github.com/shirokovnv/model-reflection
Informations about the package model-reflection
ModelReflection
The package allows you to reflect properties and methods of the model and save received information in form of a JSON schema.
Installation
Via Composer
Usage
This package is based on Doctrine/DBAL
Once installed you can do stuff like this:
this will return ReflectedModel containing information about:
- class name
- table name
- fields
- relations
- table foreign keys
- scopes
or you can do:
this will return an associative array for JSON representation.
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Nickolai Shirokov
- All Contributors
License
MIT. Please see the license file for more information.
All versions of model-reflection with dependencies
ext-json Version *
illuminate/support Version ~5.8|~6|~7|~8|~9
illuminate/contracts Version ~5.8|~6|~7|~8|~9
illuminate/database Version ^5.8|^6.0|^7.0|^8.0|^9.0
doctrine/dbal Version ~2.10|~3.0