All Projects → shameerc → slim-skeleton

shameerc / slim-skeleton

Licence: MIT License
A Slim 3 skeleton project to easily bootstrap MVC applications using Slim Framework 3

Programming Languages

PHP
23972 projects - #3 most used programming language
ApacheConf
554 projects
HTML
75241 projects

Projects that are alternatives of or similar to slim-skeleton

lightning-language-server
LWC and Aura Language Servers - shipped as part of the Salesforce VSCode Extensions
Stars: ✭ 27 (+92.86%)
Mutual labels:  aura
Slim-Console
Slim Framework Console
Stars: ✭ 26 (+85.71%)
Mutual labels:  slim-framework
slim-routing
Slim framework powered-up routing
Stars: ✭ 14 (+0%)
Mutual labels:  slim-framework
one-pub-sub-lwc
One PubSub: A Declarative PubSub Library for Lightning Web Component and Aura Component
Stars: ✭ 19 (+35.71%)
Mutual labels:  aura
Slim4-Skeleton
Web application skeleton that uses the Slim4 Framework, PHP-DI, Nyholm PSR7 and Twig.
Stars: ✭ 40 (+185.71%)
Mutual labels:  slim-framework
aura-admin
Aura Admin is the Web App that helps you to mange the Tech Communities like GDGs, DSCs or any other tech communities with Aura
Stars: ✭ 58 (+314.29%)
Mutual labels:  aura
SimpleLightningComponents
A collection of custom Salesforce Lightning components to try to make Lightning development a little bit less frustrating
Stars: ✭ 37 (+164.29%)
Mutual labels:  aura
slim-play
Slim Play app
Stars: ✭ 76 (+442.86%)
Mutual labels:  slim-framework
slim-mobile-detect
Implements Mobile-Detect lib for Response's write on Slim Framework App
Stars: ✭ 18 (+28.57%)
Mutual labels:  slim-framework
lassi
PHP boilerplate for quick start projects using Slim Framework and Eloquent.
Stars: ✭ 58 (+314.29%)
Mutual labels:  slim-framework
phpPgAdmin6
PHP7+ Based administration tool for PostgreSQL 9.3+
Stars: ✭ 45 (+221.43%)
Mutual labels:  slim-framework
localization-middleware
PSR-15 middleware to assist primarily with language-based content negotiation and various other localization tasks
Stars: ✭ 24 (+71.43%)
Mutual labels:  slim-framework
REST-Api-with-Slim-PHP
REST API with PHP Slim Framework 3 and MySQL
Stars: ✭ 69 (+392.86%)
Mutual labels:  slim-framework
asusctl
Daemon and tools to control your ASUS ROG laptop. Supersedes rog-core.
Stars: ✭ 39 (+178.57%)
Mutual labels:  aura
ModifiedPowerAurasTBC
An advanced wow 2.4.3 power auras
Stars: ✭ 16 (+14.29%)
Mutual labels:  aura
api rest slim framework
RESTFUL API o API REST con slim framework (PHP, MySql, PDO)
Stars: ✭ 14 (+0%)
Mutual labels:  slim-framework
sfdx-lightning-api-component
⚡️ Promise-based service component for calling REST API from Lightning Aura Components without Named Credentials.
Stars: ✭ 62 (+342.86%)
Mutual labels:  aura
borealis
Asus Aura Sync driver application for Linux
Stars: ✭ 136 (+871.43%)
Mutual labels:  aura
Aura.Html
Provides HTML escapers and helpers, including form input helpers.
Stars: ✭ 50 (+257.14%)
Mutual labels:  aura
Slim-Config
A file configuration loader that supports PHP, INI, XML, JSON, and YML files for the Slim Framework. It internally uses https://github.com/hassankhan/config.
Stars: ✭ 28 (+100%)
Mutual labels:  slim-framework

Slim 3 Project Skeleton

This is a simple Slim 3 project skeleton with Doctrine, Twig, Monolog, etc. Heavily inspired by akrabat/slim3-skeleton
We have replaced Pimple Container with Aura.Di for dependency injection.

###Installation

composer create-project shameerc/slim-skeleton

###Configuration This project uses phpdotenv for the managing configuration values. We have a .env.example file in the root of the project, as a placeholder for the required config values. Copy this file to .env and change the values as needed for your development machine.

###Directory Permissions Once you install the project, you may need to change the permission for app/storage/* directories to make it writable by the web server.

###Run it! Now we are ready to run the application

php -S localhost:9000 -t public/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].