Skip to content

soma-php/project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOMA Project

Soma is a lightweight PHP micro-framework, designed to provide the bare essentials and lay a foundation for a developer to modularly put together their application without the framework getting in the way. soma/framework is the core that provides config loading, DI container, environment loading, service providers, facades, class aliases and a command line interface.

This is a boilerplate directory structure to quickly get up and running with your own project utilizing Soma.

Usage

composer create-project soma/project [project-directory]

The required paths need to be created by the framework before you can run your application. You can do so by running the app:install command after you've configured your .env.

php appctrl app:install

License

MIT

About

A starter project for the SOMA framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages