the-benchmarker / the-benchmarker/web-frameworks

Add Zend, CodeIgniter, Phalcon, CakePHP

Open
#321 5 comments 4 reactions 0 assignees View on GitHub

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 framework
    • neph.yaml, a target group for the language, and a target for the framework
    • benchmarker.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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.