PHPackages                             gfmois/pickles-framework - 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. gfmois/pickles-framework

ActiveProject[Framework](/categories/framework)

gfmois/pickles-framework
========================

Pickles Framework Project

02PHP

Since May 25Pushed 1y agoCompare

[ Source](https://github.com/gfmois/pickles-framework)[ Packagist](https://packagist.org/packages/gfmois/pickles-framework)[ RSS](/packages/gfmois-pickles-framework/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Pickles Framework Project
=========================

[](#pickles-framework-project)

Pickles is a PHP web application framework designed for rapid development, modularity, and simplicity. It provides a robust structure for building modern web applications with features such as routing, authentication, database migrations, and more.

Features
--------

[](#features)

- Modular service provider architecture
- MVC structure (Controllers, Models, Views)
- Built-in authentication (login, registration, session management)
- Database migrations
- Environment-based configuration
- CLI utilities for development and management

Requirements
------------

[](#requirements)

- PHP 8.3 or higher
- Composer
- MySQL (default, configurable but for now only MySQL and Postgres can be used)

Installation
------------

[](#installation)

### Using composer

[](#using-composer)

```
   composer create-project gfmois/pickles-framework
```

### Using git

[](#using-git)

1. Clone the repository: ```
    git clone  pickles
    cd pickles
    ```
2. Install dependencies: ```
    composer install
    ```
3. Copy the example environment file and configure your settings: ```
    copy .env.example .env
    # Edit .env as needed
    ```
4. Set up your database (ensure the credentials in `.env` are correct).

Usage
-----

[](#usage)

- **Start the development server:**```
    php -S localhost:8000 -t public
    ```
- **Run CLI commands:**```
    php pickles.php
    ```

    This will show available CLI commands for migrations and other utilities.

Project Structure
-----------------

[](#project-structure)

- `app/` - Application code (Controllers, Models, Providers)
- `config/` - Configuration files
- `database/` - Migrations
- `public/` - Public web root
- `resources/` - Views and templates
- `routes/` - Route definitions
- `vendor/` - Composer dependencies

License
-------

[](#license)

This project is licensed under the MIT License. See [LICENSE.md](LICENSE.md) for details.

Author
------

[](#author)

Moisés ()

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d344b0b49d78b19fa876f2348e9f5c96dba722c7d2d3a9853b94627e02d0482d?d=identicon)[gfmois](/maintainers/gfmois)

---

Top Contributors

[![gfmois](https://avatars.githubusercontent.com/u/102977172?v=4)](https://github.com/gfmois "gfmois (6 commits)")

---

Tags

laravelphp-frameworkphp8recreational-programming

### Embed Badge

![Health badge](/badges/gfmois-pickles-framework/health.svg)

```
[![Health](https://phpackages.com/badges/gfmois-pickles-framework/health.svg)](https://phpackages.com/packages/gfmois-pickles-framework)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M297](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
