Installs: 79

Dependents: 2

Suggesters: 0

Security: 0

Stars: 2

Watchers: 5

Forks: 0

Open Issues: 0

Type:project

dev-master 2018-10-10 13:35 UTC

This package is not auto-updated.

Last update: 2024-05-01 02:34:55 UTC


README

68747470733a2f2f7468756d622e6962622e636f2f66444f6352472f676f6f646f6e652e6a7067

SILVER ENGINE CLI MODULE

WHAT IS SILVER ENGINE FRAMEWORK?

SilverEngine is a powerful PHP Dynamical MVC framework built for developers who need a simple and elegant toolkit to create powerfull full-featured web applications.

Licence PHP7.1 version Alpha

install

This module need php v7.1 or up

Composer requre silverengine/cli

Composer update

Commands

This module need php v7.1 or up

Commands

php silver make:controller <name> <options>

options

  • -h = help
  • -d = delete
  • -f = force

Contributing

Thank you for considering contributing to the framework!

Rules to follow

  1. Same tree structure
  2. PSR-4 and PSR-2
  3. Namespace need to start with an Alias \Silver\
  4. Follow manual for pagkagist Packagist docs
  5. (Optional) join us on Discord server Join here
  6. Make docs with .MD
  7. Code need to be unit tested - php v5.6 | PHPUnit

Tree

For easy use please Src/ file direct the namespace to alias

\Silver\<name of your project>\<classes>
<project root>
├─ config/
├─ docs/
├─ node_modules/
├─ public/
......└── index.php
├─ src/
......├── Controllers/
............└── DefaultController.php
......├── Facades/
......├── Helpers/
......├── Templates/
......└── Services/
├─ tests/
├─ translations/
├─ var/
......├─ cache/
......├─ log/
......└─ session/
├─ vendor/
└─ composer.json

License

The Silver Engine framework is open-sourced software licensed under the MIT license.