bayfrontmedia / bones
A PHP framework used to build web apps using the MVC (model-view-controller) design pattern.
Installs: 1 337
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.0
- ext-json: *
- bayfrontmedia/container: ^3.0
- bayfrontmedia/cron-scheduler: ^2.0
- bayfrontmedia/encryptor: ^2.0
- bayfrontmedia/php-array-helpers: ^2.0
- bayfrontmedia/php-hooks: ^2.0
- bayfrontmedia/php-http-request: ^v3.1
- bayfrontmedia/php-http-response: ^2.0
- bayfrontmedia/php-time-helpers: ^2.0
- bayfrontmedia/route-it: ^3.1
- bayfrontmedia/simple-pdo: ^5.3
- bayfrontmedia/veil: ^2.1
- filp/whoops: ^2.16
- symfony/console: ^7.1
- vlucas/phpdotenv: ^5.6
This package is auto-updated.
Last update: 2024-10-30 20:29:42 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 Web
Bones Web is a boilerplate to begin building a web application using the Bones framework.
Documentation
Documentation for Bones can be found here.