comodojo / dispatcher
comodojo/dispatcher framework default project package
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.6.0
- comodojo/comodojo-installer: ^1.0
- comodojo/dispatcher-bundle: ^1.0
- comodojo/dispatcher.framework: ^4.0
This package is auto-updated.
Last update: 2024-10-11 14:38:24 UTC
README
Comodojo/dispatcher framework default project package.
This is the development branch, please do not use it in production
For more information, visit dispatcher.comodojo.org.
Installation
First, install composer, then follow one of the two steps below.
Create a new project via composer
Open the command line and type:
composer create-project comodojo/dispatcher
This command will clone the repo, install dependencies and trigger the post-install command for you.
Create a new project manually
Open the command line and type:
git clone https://github.com/comodojo/dispatcher.git
Then, cd into the newly created folder and:
composer install && composer run-script post-create-project-cmd
Documentation
- Docs (wip): docs.comodojo.org
Contributing
Contributions are welcome and will be fully credited. Please see CONTRIBUTING for details.
Copyright (c) 2018 Marco Giovinazzi
For more information, visit comodojo.org.