npcorenet / skeleton
There is no license information available for the latest version (v0.2.1) of this package.
The npcorenet Project skeleton
v0.2.1
2025-06-20 14:09 UTC
Requires
- php: >=8.4
- ext-pdo: *
- envms/fluentpdo: ^v2.2.4
- laminas/laminas-diactoros: ^3.6.0
- laminas/laminas-httphandlerrunner: ^2.12.0
- league/container: ^5.1.0
- league/plates: ^v3.6.0
- league/route: ^6.2.0
- monolog/monolog: ^3.9.0
- phpmailer/phpmailer: ^v6.10.0
- symfony/console: ^v7.3.0
- symfony/dotenv: ^v7.3.0
README
This is the basic project setup for our new Projects, which includes the most basic stuff for PHP Webapp Development.
Requirements
- PHP 8.4 or higher
- MySQL/MariaDB Database
- Composer
- Shell Access for Console
Setup
- Run the Command
composer create-project npcorenet/skeleton <Project Name> - Navigate to the subdirectory created
- Copy the
.env.examplefile and rename it to.env - Adjust the Data in the
.env - Your new Project is now ready to work on