PHPackages                             scoo/appback - 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. scoo/appback

ActiveProject[Framework](/categories/framework)

scoo/appback
============

Backend framework PHP léger pour la gestion de projets web.

v1.0.0(9mo ago)09MITPHPPHP &gt;=8.1

Since Jul 26Pushed 9mo agoCompare

[ Source](https://github.com/Sco2000/AppBack)[ Packagist](https://packagist.org/packages/scoo/appback)[ Docs](https://github.com/Sco2000/appback)[ RSS](/packages/scoo-appback/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

AppBack
=======

[](#appback)

Ce package fournit une structure d'application PHP modulaire, intégrant :

- Un système de routing simple
- L'injection de dépendances via YAML
- Un accès base de données via PDO
- Un service d'upload d'images avec Cloudinary
- Le chargement de variables d'environnement avec Dotenv

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

[](#installation)

Ajoutez la dépendance à votre projet via Composer :

```
composer require scoo/appback
```

Configuration
-------------

[](#configuration)

1. Variables d'environnement Créez un fichier `.env` à la racine de votre projet et remplissez-le avec vos paramètres :

```
DB_USER=...
DB_PASS=...
DSN=...
URL=...

CLOUD_NAME=...
API_KEY=...
API_SECRET=...
```

2. Dépendances Déclarez vos contrôleurs, services et repositories dans app/config/dependencies.yaml.
3. Routing Définissez vos routes dans routes/route.web.php. Un exemple de route y est défini.
4. Bootstrap Le point d'entrée (public/index.php) charge automatiquement la configuration et les routes.

Utilisation
-----------

[](#utilisation)

Injection de dépendances : Utilisez App\\core\\App::getDependency pour instancier vos services, contrôleurs, etc. Base de données : Utilisez App\\core\\Database pour accéder à PDO. Cloudinary : Utilisez App\\core\\CloudinaryService pour uploader ou supprimer des images. Helpers : Utilisez App\\config\\Helpers pour des fonctions utilitaires (dd, redirect, etc).

Exemple de contrôleur
---------------------

[](#exemple-de-contrôleur)

renderJson(\['cin' =&gt; $cin\]); } } ## Structure app/core/ : cœur du framework (routing, DI, DB, services) app/config/ : configuration, helpers, bootstrap routes/ : définition des routes src/ : vos entités, contrôleurs, services, repositories

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance55

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

296d ago

### Community

Maintainers

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

---

Top Contributors

[![Sco2000](https://avatars.githubusercontent.com/u/208084503?v=4)](https://github.com/Sco2000 "Sco2000 (3 commits)")

---

Tags

phpframeworkrouterormmvcbackend

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/scoo-appback/health.svg)

```
[![Health](https://phpackages.com/badges/scoo-appback/health.svg)](https://phpackages.com/packages/scoo-appback)
```

###  Alternatives

[phpmv/ubiquity

Ubiquity-framework

70038.8k6](/packages/phpmv-ubiquity)[letsdrink/ouzo

Ouzo PHP MVC framework

7210.5k1](/packages/letsdrink-ouzo)[mirekmarek/php-jet

PHP Jet is modern, powerful, real-life proven, really fast and secure, small and light-weight framework for PHP8 with great clean and flexible modular architecture containing awesome developing tools. No magic, just clean software engineering.

241.3k](/packages/mirekmarek-php-jet)

PHPackages © 2026

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