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: 5 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T18:24:51.000Z (over 2 years ago)
- Last Synced: 2025-05-07T16:52:09.284Z (5 months ago)
- Topics: phalcon
- Language: PHP
- Size: 50.8 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-phalcon - phalcon-boundmodels - Automatically get models based on dispatcher parameters within the Phalcon framework (ORM)
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)