bayfrontmedia / bones
A PHP framework used to build web apps using the MVC (model-view-controller) design pattern.
Requires
- php: ^8.0
- ext-json: *
- bayfrontmedia/container: ^3.0
- bayfrontmedia/cron-scheduler: ^2.0
- bayfrontmedia/encryptor: ^2.0
- bayfrontmedia/php-array-helpers: ^2.2
- bayfrontmedia/php-hooks: ^2.0
- bayfrontmedia/php-http-request: ^v3.1
- bayfrontmedia/php-http-response: ^2.0
- bayfrontmedia/php-time-helpers: ^2.3
- bayfrontmedia/route-it: ^3.1
- bayfrontmedia/simple-pdo: ^5.4
- bayfrontmedia/veil: ^2.1
- filp/whoops: ^2.18
- symfony/console: ^7.4
- vlucas/phpdotenv: ^5.6
This package is auto-updated.
Last update: 2026-06-09 14:20:45 UTC
README
A PHP framework used to build web apps using the MVC (model-view-controller) design pattern.
License
This project is open source and available under the MIT License.
Author
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 is a simple boilerplate to begin building an application using the Bones framework.
Bones API
Bones API is a starter kit to begin building an API using the Bones framework.
Bones Web
Bones Web is a starter kit to begin building a web application with Tailwind using the Bones framework.
Documentation
Documentation for Bones can be found here.