Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

- [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).