Download the PHP package pixel418/staq without Composer
On this page you can find all versions of the php package pixel418/staq. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pixel418/staq
More information about pixel418/staq
Files in pixel418/staq
Package staq
Short Description Staq is a small PHP framework for an enjoyable web development
License MIT
Homepage https://github.com/Pixel418/Staq
Informations about the package staq
Staq 
Staq is a modern & innovative PHP framework for enjoyable web development.
- Features
- Let's code
- How to Install
- How to Contribute
- Author & Community
Features
Staq contains all the expected features : Extensible structure, routing, ORM, templating & pre-coded applications ( Planned ).
It mainly contains a new object pattern, the stack, for low dependency, high extensible & enjoyable development !
↑ top
Let's code
Hello world tutorial
Hello world projects
You can use the Hello World projects to bootstrap an application:
- The simplest Staq Hello World project
- The Staq Hello World project with MVC structure
System Requirements
You need PHP >= 5.4 and some happiness.
↑ top
How to Install
If you don't have composer, you have to install it.
Add or complete the composer.json file at the root of your repository, like this :
Staq can now be downloaded via composer.
The framework and the extensions work with the composer autoload:
↑ top
How to Contribute
- Fork the Staq repository
- Create a new branch for each feature or improvement
- Send a pull request from each feature branch to the develop branch
If you don't know much about pull request, you can read the Github article.
All pull requests must follow the PSR2 standard and be accompanied by passing phpunit tests.
↑ top
Author & Community
Staq is under MIT License.
It is created and maintained by Thomas ZILLIOX.
If you have a question, you can send a message to the community via the mailing list.
If you are curious on the next features, you can see my trello board.
↑ top
All versions of staq with dependencies
pixel418/markdownify Version 2.1.*
michelf/php-markdown Version 1.3.*
pixel418/ubiq Version 0.4.*
pixel418/iniliq Version 0.3.*
pixel418/eloq Version 0.2.*
php Version >=5.4.0