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 11mo 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 1mo ago

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

Maintenance37

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

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/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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