Download the PHP package zepi/turbo without Composer
On this page you can find all versions of the php package zepi/turbo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor zepi
Package turbo
Short Description Turbo speeds up your development process.
License MIT
Homepage https://turbo.zepi.net
Package turbo
Short Description Turbo speeds up your development process.
License MIT
Homepage https://turbo.zepi.net
Please rate this library. Is it a good library?
Informations about the package turbo
zepi Turbo
Turbo - Speeds up your development process.
Installation
- Create the project
composer create-project zepi/turbo-boilerplate /your/project/directory
- Execute the turbo installation
./turbo install
Features
- Modules: Everything is in a module. You can add your own modules or use modules from someone else.
- Events: Turbo knowns no controllers or pages, there are only events. You can use events to filter content, to respond to web requests or to execute cronjobs.
- Routes: Define routes in the module configuration file in php. The route redirects the request to the target event.
- General: The module name is based on a namespace, like {Vendor}{Project}. There will be no naming conflict because only you are using the vendor part.
- Turbo Base offers a good base to develop your own application. There is already a fully functional access control system with users, groups, access levels any many more. Clone it from Github (zepi/turbo-base) or use it with composer
composer require zepi/turbo-base
All versions of turbo with dependencies
PHP Build Version
Package Version
The package zepi/turbo contains the following files
Loading the files please wait ....