Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cakephp | 8,632 | 4,684 | 1,426 | 4 hours ago | 360 | August 29, 2022 | 44 | mit | PHP | |
CakePHP: The Rapid Development Framework for PHP - Official Repository | ||||||||||
Node Express Boilerplate | 5,409 | a month ago | 10 | September 28, 2020 | 75 | mit | JavaScript | |||
A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose | ||||||||||
Flasgger | 3,284 | 295 | 61 | 4 days ago | 49 | July 31, 2020 | 237 | mit | Python | |
Easy OpenAPI specs and Swagger UI for your Flask API | ||||||||||
Express Typescript Boilerplate | 2,946 | a month ago | 94 | mit | TypeScript | |||||
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch | ||||||||||
Rest Hapi | 1,166 | 1 | 5 months ago | 7 | July 22, 2020 | 72 | mit | JavaScript | ||
🚀 A RESTful API generator for Node.js | ||||||||||
Swagger Parser | 967 | 1,501 | 534 | 3 months ago | 81 | August 15, 2021 | 68 | mit | JavaScript | |
Swagger 2.0 and OpenAPI 3.0 parser/validator | ||||||||||
Open Api | 820 | 265 | 187 | 7 days ago | 31 | June 03, 2022 | 113 | mit | JavaScript | |
A Monorepo of various packages to power OpenAPI in node | ||||||||||
Express Openapi Validator | 764 | 19 | 41 | a month ago | 254 | May 30, 2022 | 148 | mit | TypeScript | |
🦋 Auto-validates api requests, responses, and securities using ExpressJS and an OpenAPI 3.x specification | ||||||||||
Aurora Api Project | 222 | 2 months ago | C# | |||||||
Aurora is a project developed in .NET 6, where it aims to show how to create something using an architecture, in layers, simple and approaching, in a simplistic way, some concepts such as DDD. | ||||||||||
Marshmallow Jsonapi | 212 | 98 | 15 | a year ago | 43 | December 27, 2020 | 51 | mit | Python | |
JSON API 1.0 (https://jsonapi.org/) formatting with marshmallow |
CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Associative Data Mapping, Front Controller, and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.
You can install CakePHP into your project using Composer. If you're starting a new project, we recommend using the app skeleton as a starting point. For existing applications you can run the following:
$ composer require cakephp/cakephp
For details on the (minimum/maximum) PHP version see version map.
Assuming you have PHPUnit installed system wide using one of the methods stated here, you can run the tests for CakePHP by doing the following:
phpunit.xml.dist
to phpunit.xml
.phpunit.xml
if you want to run tests against
a non-SQLite datasource.phpunit
.If youve found a security issue in CakePHP, please use the procedure described in SECURITY.md.