sandortibor89 / singular
PHP 7 MVC Framework
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/sandortibor89/singular
Requires
- illuminate/database: ^5.8
- monolog/monolog: ^1.24
- slim/flash: ^0.4.0
- slim/slim: ^3.12
- slim/twig-view: ^2.5
This package is auto-updated.
Last update: 2025-10-29 02:56:51 UTC
README
PHP 7 MVC Framework
Tech
Singular uses a number of open source projects to work properly:
- Slim - Slim is a PHP micro framework
- Slim Framework Twig View - Twig templating component
- Monolog - Logging for PHP component
Install the Application
Run this command from the directory in which you want to install your new Singular Framework application.
composer create-project sandortibor89/singular [my-app-name]
Replace [my-app-name] with the desired directory name for your new application.
License
MIT
Free Software, Hell Yeah!