Skip to content

Commit 7f795b5

Browse files
committed
Added additional packages.
1 parent 0767da4 commit 7f795b5

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

user_guide_src/source/libraries/official_packages.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,34 @@ the configuration files that allows any configuration setting to saved to the da
3636
while defaulting to the config files when not custom value has been stored. This allows
3737
an application to ship with the default config values, but adapt as the project grows
3838
or moves servers, without having to touch the code.
39+
40+
41+
*****
42+
Cache
43+
*****
44+
45+
We provide a `PSR-6 and PSR-16 Cache Adapters <https://github.com/codeigniter4/cache>`_
46+
for CodeIgniter 4. This is not required for use, since CodeIgniter 4 comes with a fully-
47+
functional cache component. This module is only for integrating third-party packages
48+
that rely on the PSR interface provisions.
49+
50+
51+
******
52+
DevKit
53+
******
54+
55+
`CodeIgniter DevKit <https://github.com/codeigniter4/devkit>`_ provides all of the
56+
development tools that CodeIgniter uses to help ensure quality code, including
57+
our coding standard, static analysys tools and rules, unit testing, data generation,
58+
file-system mocking, security advisories, and more. This can be used in any of
59+
your personal projects or libraries to get you rapidly setup with 17 different tools.
60+
61+
62+
***************
63+
Coding Standard
64+
***************
65+
66+
The `CodeIgniter Coding Standard <https://github.com/CodeIgniter/coding-standard>`_
67+
holds the official coding standards of CodeIgniter based on PHP CS Fixer and powered by
68+
Nexus CS Config. This can be used into your own projects to form the basis of a
69+
consistent set of style rules that can be automatically applied to your code.

0 commit comments

Comments
 (0)