https://github.com/sidroberts/phalcon-boundmodels
Automatically get models based on dispatcher parameters within the Phalcon framework.
https://github.com/sidroberts/phalcon-boundmodels
phalcon
Last synced: 8 months ago
JSON representation
Automatically get models based on dispatcher parameters within the Phalcon framework.
- Host: GitHub
- URL: https://github.com/sidroberts/phalcon-boundmodels
- Owner: SidRoberts
- License: mit
- Created: 2016-01-19T21:59:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T18:24:51.000Z (almost 3 years ago)
- Last Synced: 2024-08-04T01:05:37.731Z (over 1 year ago)
- Topics: phalcon
- Language: PHP
- Size: 50.8 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `Sid\Phalcon\BoundModels`
boundmodels component for Phalcon.
[](https://github.com/SidRoberts/phalcon-boundmodels/actions)
[]()
[](https://github.com/SidRoberts/phalcon-boundmodels/issues)
[](https://github.com/SidRoberts/phalcon-boundmodels/pulls)
## Version Requirements
[]()
[]()
## Installing
Install using Composer:
```json
{
"require": {
"sidroberts/phalcon-boundmodels": "dev-master"
}
}
```
## Documentation
See the [Wiki](https://github.com/SidRoberts/phalcon-boundmodels/wiki).
## License
Licensed under the MIT License.
© [Sid Roberts](https://github.com/SidRoberts)