File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99[ ![ CakePHP] ( https://img.shields.io/badge/cakephp-^4.2-red?logo=cakephp )] ( https://book.cakephp.org/4/en/index.html )
1010[ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-^8.0-8892BF.svg?logo=php )] ( https://php.net/ )
1111
12- [ ico-stability ] : https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
13-
14-
15- This experimental plugin provides CRUD (Create/Read/Update/Delete) services to your RESTful APIs controller actions
12+ This plugin provides CRUD (Create/Read/Update/Delete) services to your RESTful APIs controller actions
1613using [ CakePHP's dependency injection container] ( https://book.cakephp.org/4/en/development/dependency-injection.html ) .
1714
1815- Perform most crud operations with a single line of code.
@@ -23,7 +20,7 @@ using [CakePHP's dependency injection container](https://book.cakephp.org/4/en/d
2320- Requires CakePHP ^4.2 compatible projects.
2421
2522You may also want to look at [ CakePHP Crud] ( https://crud.readthedocs.io/en/latest/installation.html ) which doesn't
26- rely on experimental code . If you're using this plugin without MixerApi/ExceptionRender or for a non-API projects
23+ rely on dependency injection . If you're using this plugin without MixerApi/ExceptionRender or for a non-API projects
2724[ read below] ( #other-usages ) .
2825
2926## Installation
You can’t perform that action at this time.
0 commit comments