Skip to content

Accelerate your PHP development with Breastplate, the quickstart framework based on best practices and the MVC pattern

Notifications You must be signed in to change notification settings

SamuelPietro/Breastplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breastplate - Framework for Rapid PHP Development

GPLv3 License Maintainability

Breastplate is a rapid PHP development framework based on best practices, SOLID principles and the MVC pattern. Unlike conventional frameworks, Breastplate emphasizes simplicity and adherence to standards, allowing developers to accelerate development without relying on extensive configurations or unnecessary abstractions, and most importantly, without the developer losing their autonomy and freedom.

Resources

Quick Start: Begin development promptly without the burden of initial configurations.

Best Practices Based: Adheres to industry best practices, including SOLID principles, ensuring code quality and maintainability.

MVC Pattern: Embraces the Model-View-Controller pattern for structured code organization, promoting modularity and ease of maintenance.

Freedom and Autonomy: Provides flexibility to modify the core, preventing projects from being indefinitely bound to the framework. Enjoy autonomy in shaping your project's architecture.

Installation

To install Breastplate, clone the GitHub repository and follow these setup instructions:

git clone https://github.com/SamuelPietro/Breastplate.git
cd Breastplate
composer install
php -S localhost:8000 -t public/

Optionally, you can import the SQL tables located in /resources/sql. Make sure that the necessary tables exist for the application to function correctly.

Environmental variables

Update the environment variables in config/Config.php based on your environment settings.

Access the application in your browser using http://localhost:8000.

Third-party libraries

Breastplate uses the following third-party libraries via Composer:

These libraries are automatically installed during the Breastplate configuration process.

Usage

With Breastplate, you can quickly develop PHP applications following the MVC pattern. Organize your views, controllers and models in a clean and maintainable way.

See the examples provided in the app directory for guidance on MVC development using Breastplate.

Improvements

For a list of all changes, see the changelog.

Documentation

Detailed Breastplate documentation is available in the docs directory. Covers usage of the framework, features, and contribution guidelines.

Authors

Contributions

Contributions are encouraged! Report bugs, suggest features, or propose improvements by opening an issue on GitHub. Feel free to create new branches with additional features.

New collaborators are welcome. Explore open questions to get started.

Opinion

Share your comments at samuel@pietro.dev.br. We value your opinion and strive to improve Breastplate based on community insights.

About

Accelerate your PHP development with Breastplate, the quickstart framework based on best practices and the MVC pattern

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages