Download the PHP package bravedave/esse without Composer
On this page you can find all versions of the php package bravedave/esse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package esse
Esse
MVC in PHP
Features
- MVC Architecture
- Supports MariaDB and SQLite
- Simple Authentication
- All licenses are MIT at the time of writing (Dec. 2022)
What
This is a PHP PSR-4 Framework - www.php-fig.org/psr/psr-4/
Why
To craft PHP applications you need this style of Framework
This is a Model-View-Controller Application in PHP
It:
- Creates an entry point
- Loads php scripts as required
- Calls a Controller
- Models data
- Displays a View
How
-
Create a composer file
-
update to install files
-
install a sample application
- Run
the program will run, but there are no users or database
- a data folder was created in src/data
- rename the esse-defaults-sample.json to esse-defaults.json - activates SQLite as the database
- create a user in users with a password
- logoff
- authentication is now required
dive into the app folder and build your app ! etc .. etc..
Credits:
- Bootstrap
- JQuery
- Monolog
- Matthias Mullie minify and scrapbook
- Symfony Mailer
- Parsedown
- and whatever libraries these libraries required
All versions of esse with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-fileinfo Version *
ext-posix Version *
matthiasmullie/minify Version *
monolog/monolog Version <3
symfony/mailer Version ^6.2
erusev/parsedown Version ^1.7
ext-fileinfo Version *
ext-posix Version *
matthiasmullie/minify Version *
monolog/monolog Version <3
symfony/mailer Version ^6.2
erusev/parsedown Version ^1.7
The package bravedave/esse contains the following files
Loading the files please wait ....