PHPackages                             jadempinky/pinkyflow - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. jadempinky/pinkyflow

ActiveLibrary[Framework](/categories/framework)

jadempinky/pinkyflow
====================

A PHP framework that makes your code flow like water. PinkyFlow provides essential modules like user management, shopping cart, and commenting, while maintaining flexibility for custom extensions.

225PHP

Since Nov 27Pushed 1y ago2 watchersCompare

[ Source](https://github.com/Jadempinky/PinkyFlow)[ Packagist](https://packagist.org/packages/jadempinky/pinkyflow)[ RSS](/packages/jadempinky-pinkyflow/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PinkyFlow Framework
===================

[](#pinkyflow-framework)

**PinkyFlow** is a simple and modular PHP framework designed for tasks like user management, shopping carts, comments, and more. It handles autoloading, database interactions, and module initialization, allowing you to focus on building your application.

Getting Started
---------------

[](#getting-started)

### 1. Install via Composer

[](#1-install-via-composer)

To install **PinkyFlow** in your project, use Composer:

```
composer require jadempinky/pinkyflow
```

### 2. Configuring the Framework

[](#2-configuring-the-framework)

**PinkyFlow** uses a `config/config.php` file for configuration. Edit the values to your needs.

```

```

ProfileController :

```
