basephp/framework

BasePHP Framework

v1.2.0 2018-08-27 20:08 UTC

This package is auto-updated.

Last update: 2024-03-29 02:42:14 UTC


README

687474703a2f2f74696d6f7468796d61726f69732e636f6d2f612f62617365706870322d6c6f676f2d30332d30312e737667

About BasePHP

Slack

Note: This repository contains the core code of the BasePHP framework. If you would like to use the framework for your application or want to see an example, visit the BasePHP Application.

BasePHP is a PHP framework for the minimalist who likes simplicity and speed. BasePHP incorporates the best aspects from popular frameworks and only including what is essential to building modern applications. You can extend BasePHP by developing or installing community packages.

The BasePHP design is intended to keep your application lean and it's operations to only what you use; ultimately reducing the memory and load times for each request.

Why BasePHP?

There are a lot of PHP frameworks to choose from and most are personal preference. We're not going state that BasePHP is the best choice for your project. But, If you like fast responses and a component driven back-end with unbias design patterns; then BasePHP might be the answer.

Installation:

Download the Example Application in your project and install your dependencies with composer.

BasePHP Packages:

Extend a BasePHP Application by installing these packages:

Components are foundation packages that most add-ons will utilize. Components are automatically shipped in the install of BasePHP.

Package Type Description
Database Component Connect BasePHP to a database
Email Component Currently Unavailable – Send emails and manage email api integrations
Users Add-on Currently Unavailable – Authentication and User Accounts

Standalone Packages:

Extend any application using these non-framework specific packages:

Package Description
Support Already Included – Common PHP Functionality for any project

Examples:

BasePHP use-case examples and framework showcase.

Showcase Description
Example Application The BasePHP Official Example Application
BasePHP - Alerts API A BasePHP API for tracking Alert Activity

Contributions

Anyone can contribute to the BasePHP project. Please do so by posting issues when you've found something that is unexpected or sending a pull request for improvements.

License

BasePHP is open-sourced software licensed under the MIT license.