-
```
~/.composer/vendor/bin/samurai new
Choose a bootstrap:
[lib ] Basic PHP library (raphhh/php-lib-bootstrap)
[app ] Basic PHP web project (raphhh/php-app-bootstrap)
[symfony ] Symfo…
-
Welches Framework verwenden wir für unsere api?
http://www.gajotres.net/best-available-php-restful-micro-frameworks/
hier hat jemand schon mal ne Liste unterschiedlicher Frameworks zusammengestellt;…
-
Is there an automated system for developing Slim like Laravel's "Sail"?
So that with a single command "curl -s "https://laravel.build/example-app" | bash" I can generate the entire environment (Doc…
-
Hi,
I'm playing with [Slim PHP micro-framework](http://www.slimframework.com/) and using an existing [skeleton](https://github.com/slimphp/Slim-Skeleton) with the following structures:
```
project
…
-
IMHO we should replace the existing request/response with the symfony httpfoundation.
https://github.com/symfony/symfony/tree/master/src/Symfony/Component/HttpFoundation
We can extend and replace the…
-
Hi guys. I would like to suggest replace Slim by Silex (http://silex.sensiolabs.org/). Both frameworks are "micro" frameworks and both are considered as THE BEST. But I have deeply studied documentati…
-
Let's talk about what we want before we start coding. Features I think we'll definitely need:
Simple routing configuration
Full-featured testing library
No-fuss logging
Minimalistic DI container
Too…
-
-
So I did a PR because this repo didn't have a license file and it was merged. I added the MIT license. And now I'm seeing in the docs...what?
![Screenshot of the CC-BY-NO-NO license statement on the …
-
# Problem
At the moment, most components only describe basic usage without integration and use within an application.
This ends up in recurring questions from users how a component can be used in …