bayfrontmedia / bones
A PHP framework used to build web apps using the MVC (model-view-controller) design pattern.
Installs: 1 422
Dependents: 7
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.4
- bayfrontmedia/veil: ^2.1
- filp/whoops: ^2.16
- symfony/console: ^7.2
- vlucas/phpdotenv: ^5.6
- dev-master
- v5.3.3
- v5.3.2
- v5.3.1
- v5.3.0
- v5.2.0
- v5.1.1
- v5.1.0
- v5.0.1
- v5.0.0
- v4.2.0
- v4.1.1
- v4.1.0
- v4.0.1
- v4.0.0
- v3.2.0
- v3.1.3
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.1
- v3.0.0
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.4.1
- v1.4.0
- v1.3.0
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2025-01-10 12:32:35 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.