Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T18:24:51.000Z (almost 2 years ago)
- Last Synced: 2024-07-26T01:00:25.766Z (4 months 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
- awesome-phalcon - phalcon-boundmodels - Automatically get models based on dispatcher parameters within the Phalcon framework (ORM)
README
# `Sid\Phalcon\BoundModels`
boundmodels component for Phalcon.
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/SidRoberts/phalcon-boundmodels/tests.yml?style=for-the-badge)](https://github.com/SidRoberts/phalcon-boundmodels/actions)
[![GitHub release](https://img.shields.io/github/release/SidRoberts/phalcon-boundmodels.svg?style=for-the-badge)]()[![GitHub issues](https://img.shields.io/github/issues-raw/SidRoberts/phalcon-boundmodels.svg?style=for-the-badge)](https://github.com/SidRoberts/phalcon-boundmodels/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/SidRoberts/phalcon-boundmodels.svg?style=for-the-badge)](https://github.com/SidRoberts/phalcon-boundmodels/pulls)## Version Requirements
[![](https://img.shields.io/badge/Phalcon-%3E%3D%205.0.0-76C39B?style=for-the-badge)]()
[![](https://img.shields.io/badge/PHP-%3E%3D%208.0.0-777BB3?style=for-the-badge)]()
## 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)