Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bayfrontmedia/bones
A PHP framework used to build web apps using the MVC (model-view-controller) design pattern.
https://github.com/bayfrontmedia/bones
bones framework mvc php
Last synced: about 6 hours ago
JSON representation
A PHP framework used to build web apps using the MVC (model-view-controller) design pattern.
- Host: GitHub
- URL: https://github.com/bayfrontmedia/bones
- Owner: bayfrontmedia
- License: mit
- Created: 2020-12-05T21:26:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T20:29:40.000Z (8 days ago)
- Last Synced: 2024-10-30T21:26:33.666Z (8 days ago)
- Topics: bones, framework, mvc, php
- Language: PHP
- Homepage:
- Size: 305 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
## Bones
A PHP framework used to build web apps using the MVC (model-view-controller) design pattern.
- [License](#license)
- [Author](#author)
- [Requirements](#requirements)
- [Installation](#installation)
- [Documentation](#documentation)## License
This project is open source and available under the [MIT License](LICENSE).
## Author
- [Bayfront Media homepage](https://www.bayfrontmedia.com?utm_source=github&utm_medium=direct)
- [Bayfront Media GitHub](https://github.com/bayfrontmedia)## Requirements
* PHP `^8.0`
* JSON PHP extension## Installation
> **NOTE:** This project contains the core code of the Bones framework.
> To build an application using Bones, it is recommended to use one of the projects listed below:### Bones App
[Bones App](https://github.com/bayfrontmedia/bones-app) is a simple boilerplate to begin building an application
using the Bones framework.### Bones Web
[Bones Web](https://github.com/bayfrontmedia/bones-web) is a boilerplate to begin building a web application
using the Bones framework.## Documentation
Documentation for Bones can be found [here](docs/README.md).