Download the PHP package afshinpersian/afshlim_framework without Composer
On this page you can find all versions of the php package afshinpersian/afshlim_framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package afshlim_framework
AfshlimFramework
a Slim framework boilerplate in my Way
Contents
- Usage
Usage
as a php developer I used to use many php frameworks such as laravel- yii - codeigniter and in the other hand I have used some php micro frameworks like SLIM , SILEX , FatfreeFramework ... but micro frameworks are tiny and fullstacks are huge , this skeleton is very slim with features of full stack frameworks .. this is my way to creating new framework ... I know it's not perfect .. but it's easy to use and full featured tool
How to install
Run this command from the directory in which you want to install
create mysql database
copy .env_example file
run migration with this command
it's done
Libraries
- Helpers
- Services
- Symfony VarDumper
- Environment variables with Dotenv
- Translation And Localizations
- Core Interfaces
- MVC Pattern
- DataAccess Repository Pattern
- Command Line Tool For Better and Easy Developing
- Facade Pattern slim-facades
- Logging with Monolog
- Blade View
- slim/csrf
- slim/Flash
- symfony command
- Database Migration With PhpMig
- Image Manupulation with gregwar/image
- Modular System
CLI Tools
- Currently there are some supported commands:
php afsh make:controller MyControllerClassName
php afsh make:middleware MyMiddlewareClassName
php afsh make:model MyModelClassName
php afsh make:migration MymigrationClassName
php afsh list
// list of commnadsphp afsh migrate
// run migrationsphp afsh migrate:rollback
// rollback migrationsphp afsh migration:status
// checking status of migrationsphp afsh routes:list
// getting routes list in cli tool
TODO
- [x] registration
- [x] login 1 step
- [x] login 2 step
- [ ] admin panel
- [ ] sending email
- [x] image manupulation
- [ ] ajax support
All versions of afshlim_framework with dependencies
slim/slim Version ^3.0
vlucas/phpdotenv Version ^2.4
illuminate/database Version ~5.5
illuminate/pagination Version ~5.5.0
slim/flash Version ^0.4.0
slim/csrf Version ^0.8.2
monolog/monolog Version ^1.23
buchin/slim-blade-view Version dev-master
runcmf/runtracy Version ^0.2.3
symfony/console Version ^3.3
davedevelopment/phpmig Version ^1.4
zeuxisoo/slim-whoops Version 0.6.*
zhangshize/slim-facades Version ^1.1
davidepastore/slim-validation Version ^0.5.0
swiftmailer/swiftmailer Version ^6.0
gregwar/image Version 2.*