icanboogie / app-hello
Starter project for your application built with ICanBoogie
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.6.0
- icanboogie/bind-view: ^0.9
- icanboogie/icanboogie: ^4.0
This package is auto-updated.
Last update: 2024-10-08 07:53:46 UTC
README
ICanBoogie is a high-performance micro-framework. It is written with speed, flexibility and lightness in mind. ICanBoogie doesn't try to be an all-in-one do-it-all solution but provides the essential features to quickly and easily build web applications. It is easily extensible, and a variety of packages are available to complement its features with rendering, views, routing, operations, internationalization, translation, ORM, facets, mailer…
Hello
This is a starter project for your application built with ICanBoogie.
Execute the following command to install it:
$ composer create-project icanboogie/app-hello hello -s dev
Then run the application with the following command:
$ cd hello
$ make run
License
ICanBoogie is open-sourced software licensed under the BSD-3-Clause.