Download the PHP package werx/skeleton without Composer
On this page you can find all versions of the php package werx/skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download werx/skeleton
More information about werx/skeleton
Files in werx/skeleton
Package skeleton
Short Description Skeleton Application for the Werx Project
License MIT
Homepage https://github.com/werx/skeleton
Informations about the package skeleton
werx.Skeleton
Skeleton PHP-MVC application implementing the components from the Werx Project.
Use this as a clean starting point in your Werx-based projects.
Briefly, the Werx Project bundles the following components and lets them work together to form the basic building blocks of a PHP application:
- Configuration Management - werx\Config
- Database Abstraction - Illuminate\Database
- HTTP Abstraction - Symfony\HttpFoundation
- Routing - Aura.Router
- Templates - Plates Native PHP Templates
- Unit Tests - PHPUnit (of course, why use anything else?)
Read the docs at https://github.com/werx/core/blob/master/README.md
Installation
Installation of this package is easy with Composer. If you aren't familiar with the Composer Dependency Manager for PHP, you should read this first.
If you don't already have Composer installed (either globally or in your project), you can install it like this:
Then you can create a new Werx Skeleton project:
The default base namespace of your new app skeleton is werx\Skeleton. You can easily change the namespace in all files using the provided install.php
after downloading this project.
Of course, replace
Your\AppNameSpace
in the above command with whatever you want to use as your base namespace.IMPORTANT : Make sure your new namespace is quoted in the install command as shown above.
All versions of skeleton with dependencies
werx/core Version ~1.5
werx/validation Version ~1.0
werx/forms Version ~1.0
werx/messages Version ~1.0
filp/whoops Version ~1.2@dev