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: 25 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-11-05T14:58:00.000Z (5 months ago)
- Last Synced: 2025-11-27T14:40:47.384Z (4 months ago)
- Topics: bones, framework, mvc, php
- Language: PHP
- Homepage:
- Size: 266 KB
- Stars: 0
- Watchers: 1
- 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 API
[Bones API](https://github.com/bayfrontmedia/bones-api) is a starter kit to begin building an API using the Bones framework.
### Bones Web
[Bones Web](https://github.com/bayfrontmedia/bones-web) is a starter kit to begin building a web application
with [Tailwind](https://tailwindcss.com/) using the Bones framework.
## Documentation
Documentation for Bones can be found [here](docs/README.md).