PHPackages                             vaibhavpandeyvpz/silex-skeleton - 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. [Admin Panels](/categories/admin)
4. /
5. vaibhavpandeyvpz/silex-skeleton

ActiveProject[Admin Panels](/categories/admin)

vaibhavpandeyvpz/silex-skeleton
===============================

Scaffolding for silex/silex to kick-start creation of responsive administration panels.

326PHP

Since Dec 1Pushed 9y ago1 watchersCompare

[ Source](https://github.com/vaibhavpandeyvpz/silex-skeleton)[ Packagist](https://packagist.org/packages/vaibhavpandeyvpz/silex-skeleton)[ RSS](/packages/vaibhavpandeyvpz-silex-skeleton/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

vaibhavpandeyvpz/silex-skeleton
===============================

[](#vaibhavpandeyvpzsilex-skeleton)

Scaffolding for [silex/silex](http://silex.sensiolabs.org/) to kick-start creation of responsive administration panels.

[![SensioLabsInsight](https://camo.githubusercontent.com/cff04eb02cd122838ba3591f5e449e55effd3bce1efd840d6dbae387e3402354/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f66323063663830662d386665352d343537322d623237362d6266356337303131356162312f6d696e692e706e67)](https://insight.sensiolabs.com/projects/f20cf80f-8fe5-4572-b276-bf5c70115ab1) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/d15755c9c9425de6444db4f2652b518b06a5aecc256a819549c67aa56b800c6f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7661696268617670616e64657976707a2f73696c65782d736b656c65746f6e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/vaibhavpandeyvpz/silex-skeleton/?branch=master) [![Total Downloads](https://camo.githubusercontent.com/eeee1b058391a36a9614aca2db3cb5a91b9205a28325293902747271a801666f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7661696268617670616e64657976707a2f73696c65782d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vaibhavpandeyvpz/silex-skeleton) [![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

Features
--------

[](#features)

- User authentication and management
- Login via [Facebook](https://github.com/thephpleague/oauth2-facebook) &amp; [Google](https://github.com/thephpleague/oauth2-google) (or any [OAuth2](https://github.com/thephpleague/oauth2-client) service)
- Role-based access control
- Email address confirmations
- Password reset via email
- Assets are built &amp; minified using [Gulp](http://gulpjs.com/)
- Full MVC w/ [Doctrine](http://www.doctrine-project.org/projects/orm.html) ORM, [Twig](http://twig.sensiolabs.org/) templates
- Secure by default w/ CSRF protection
- Various caching systems for performance
- Source-code as per [PSR](http://www.php-fig.org/psr/) coding standards

Install
-------

[](#install)

```
# Install Node.js (if not already)
sudo apt-get install nodejs

# Install Bower & Gulp globally
sudo npm i -g bower gulp

# Create a new project in a folder named 'yourapp'
composer create-project vaibhavpandeyvpz/silex-skeleton:@dev yourapp

# Setup configuration in '.env' file
cd yourapp && nano .env

# Prepare database & create admin user
composer run-script migrate
```

Development
-----------

[](#development)

For development, you can start a development server using [PHP](http://www.php.net/)'s built-in [server](http://php.net/manual/en/features.commandline.webserver.php) as follows:

```
composer run-script server
```

Default **admin** username is `admin@silex-skeleton.app` and password is `12345678`.

Deployment
----------

[](#deployment)

Minify static assets before deployment to server:

```
gulp build --production

```

On server, it is recommended to install a [SSL](https://www.ssls.com/) certificate and uncomment the following lines in `public_html/.htaccess` to enforce **https://** protocol and enable auto-redirect if accessed via **http://**:

```
RewriteCond %{HTTPS} off
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

```

License
-------

[](#license)

See [LICENSE.md](https://github.com/vaibhavpandeyvpz/silex-skeleton/blob/master/LICENSE.md) file.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4cf0d090043e41bf330d9ef1d0e7e799f1946145ddb3569ba38a003d47929378?d=identicon)[vaibhavpandeyvpz](/maintainers/vaibhavpandeyvpz)

---

Top Contributors

[![vaibhavpandeyvpz](https://avatars.githubusercontent.com/u/6647172?v=4)](https://github.com/vaibhavpandeyvpz "vaibhavpandeyvpz (54 commits)")

### Embed Badge

![Health badge](/badges/vaibhavpandeyvpz-silex-skeleton/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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