PHPackages                             cekurte/silex-scaffolding - 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. cekurte/silex-scaffolding

ActiveProject

cekurte/silex-scaffolding
=========================

Silex Scaffolding

v1.4.1(10y ago)134MITPHPPHP ^5.6

Since Aug 18Pushed 10y agoCompare

[ Source](https://github.com/jpcercal/silex-scaffolding)[ Packagist](https://packagist.org/packages/cekurte/silex-scaffolding)[ RSS](/packages/cekurte-silex-scaffolding/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (23)Versions (27)Used By (0)

Silex Scaffolding
=================

[](#silex-scaffolding)

[![Latest Stable Version](https://camo.githubusercontent.com/c0d140c321dca0cac63b918e89a1dd2281961e13e442d9a74b9c87ea3fd67936/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63656b757274652f73696c65782d73636166666f6c64696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cekurte/silex-scaffolding)[![License](https://camo.githubusercontent.com/fbfaa6dac7dd471118b21b758b815accde270673523d38879f969991e2b6fbc7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63656b757274652f73696c65782d73636166666f6c64696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cekurte/silex-scaffolding)[![SensioLabsInsight](https://camo.githubusercontent.com/9fb9220ed9d075f6c844be2e74f8f0d31e1809f2a611937ed20cc07c2c8d5300/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32373966363733662d323834622d343436332d386238332d6132363862393338613563352f6d696e692e706e67)](https://insight.sensiolabs.com/projects/279f673f-284b-4463-8b83-a268b938a5c5)

- Just a simple scaffolding project to Silex MicroFramework.
- **contribute with this project**!

Creating a new Project
----------------------

[](#creating-a-new-project)

The package is available on [Packagist](http://packagist.org/packages/cekurte/silex-scaffolding). The source files is [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) compatible. Autoloading is [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md) compatible.

```
composer create-project cekurte/silex-scaffolding path/
```

Documentation
-------------

[](#documentation)

The directory structure is the following:

- **app/**: this directory contains one file that permit you to run your app in console mode;
- **bin/**: it stores the files that run with the git hooks;
- **build/**: used by phpunit to build a report of source code coverage (see the [phpunit.xml.dist](https://github.com/jpcercal/silex-scaffolding/blob/master/phpunit.xml.dist));
- **config/**: this directory contains the configuration files of your all service providers. And contains too the app.php and app.console.php this files are used to create a new Silex Application and register your providers;
- **public/**: it is your public folder (in other installations, this directory can be called as htdocs, www, and more);
- **src/**: Your must put your source files here, by default only one namespace was created called [App](https://github.com/jpcercal/silex-scaffolding/tree/master/src/App) (see the [composer.json](https://github.com/jpcercal/silex-scaffolding/blob/master/composer.json) file to register other namespaces);
- **storage/**: it stores the log, cache, doctrine (migrations and proxies) and internationalization files;
- **test/**: in this directory you must put your php unit test files, by default only namespace was created called [App\\Test](https://github.com/jpcercal/silex-scaffolding/tree/master/test/App) (see the [composer.json](https://github.com/jpcercal/silex-scaffolding/blob/master/composer.json) file to register other namespaces);
- **vendor/**: used by composer to manage the dependencies of your project;

This project use of environment variables to setup the service providers, then, before of all you must copy the content of [.env.example](https://github.com/jpcercal/silex-scaffolding/blob/master/.env.example), create a file called .env, paste the content copied and adjust the values of variables.

This project is compatible with PHP built-in server, to start the server you must run the following command:

```
php -S 0.0.0.0:8000 -t public/ public/index.php
```

Thanks guys! If you liked of this library, give me a *star* and contribute with this project **=)**.

Contributing
------------

[](#contributing)

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Make your changes
4. Run the tests, adding new ones for your own code if necessary (`vendor/bin/phpunit`)
5. Commit your changes (`git commit -am 'Added some feature'`)
6. Push to the branch (`git push origin my-new-feature`)
7. Create new Pull Request

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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

Every ~2 days

Total

23

Last Release

3882d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/24144f054fdc5938c707bdc103ac458dcb3b2b0891bb891a5d8f4840128bd632?d=identicon)[jpcercal](/maintainers/jpcercal)

---

Top Contributors

[![jpcercal](https://avatars.githubusercontent.com/u/366345?v=4)](https://github.com/jpcercal "jpcercal (65 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/cekurte-silex-scaffolding/health.svg)

```
[![Health](https://phpackages.com/badges/cekurte-silex-scaffolding/health.svg)](https://phpackages.com/packages/cekurte-silex-scaffolding)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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