blessed-alliance / personal-site-skeleton-app
Initial skeleton application structure
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
Requires
- php: ^5.6 || ^7.0
- blessed-alliance/aim-world-component: ^1.0 || ^0.4
- blessed-alliance/blessed-alliance: ^1.0 || ^0.1
- roave/security-advisories: dev-master
Requires (Dev)
- phpbench/phpbench: ^0.11
- squizlabs/php_codesniffer: ^2.3
- zendframework/zend-component-installer: ^1.0 || ~0.2
- zendframework/zend-test: ^3.0
This package is not auto-updated.
Last update: 2024-10-26 20:04:24 UTC
README
A skeleton application that will help you develop more robust web-based application with built-in features (submodules) that are common modules of many, of any kind of, web-based systems that are existing today.
Enabled modules:
AIM World
Installation
Using Composer (recommended)
The recommended way to get a working copy of this project is to clone the repository
and use composer
to install dependencies using the create-project
command:
curl -s https://getcomposer.org/installer | php --
php composer.phar create-project --prefer-source --no-dev blessed-alliance/personal-site-skeleton-app path/to/install