the-benchmarker / the-benchmarker/web-frameworks
Add Zend, CodeIgniter, Phalcon, CakePHP
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 7.1k
- Forks
- 732
- Avg merge
- 11h 42m
- Merged PRs (30d)
- 141
Description
- All frameworks SHOULD follow this rules :
| HTTP | Route | Status code | Response body |
|---|---|---|---|
GET |
/ |
200 |
Empty |
GET |
/user/:id |
200 |
id given as param |
POST |
/user |
200 |
Empty |
-
All framework SHOULD contain a
Dockerfile -
All framework SHOULD be referenced in :
Makefile, a target group for the language, and a target for the frameworkneph.yaml, a target group for the language, and a target for the frameworkbenchmarker.cr, a hash for language containing all frameworks an repository information
Zend: https://framework.zend.com/
CI: https://www.codeigniter.com/
Phalcon: https://phalconphp.com/fr/
CakePHP: https://cakephp.org/
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting existing framework entries and implementations, then compare the requested Zend, CodeIgniter, Phalcon, and CakePHP additions with the conventions used there. Update the Dockerfiles, Makefile, neph.yaml, and benchmarker.cr as specified. Done means each framework serves the three required routes and responses and is represented in all requested project configuration and benchmark metadata.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, php
- Domain
- backend, build-system, performance
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100