-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add links to official packages. #6060
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
What about https://github.com/codeigniter4/cache ? |
Cache... and DevKit, Tasks, Coding Standard? |
Tasks doesn't have a release yet so I didn't include that one. I had forgotten about Cache, honestly. I can try to squeeze some time in today to update, otherwise it won't be until late tonight, which would probably be too late to include. |
Coding Standard and DevKit are packages for developing CI4. But it would be nice to have Cache. |
How about this? *****
Cache
*****
`CodeIgniter Cache <https://github.com/codeigniter4/cache>`_ is a set of adapters
fully-compliant with `PSR-6 <https://www.php-fig.org/psr/psr-6/>`_ and
`PSR-16 <https://www.php-fig.org/psr/psr-16/>`_ to integrate with CodeIgniter 4's
:doc:`./caching`. This package is only for integrating third-party packages that
rely on the PSR interface provisions. |
I managed to steal the last few minutes of my work day to add Cache, Devkit, and the Coding Standard. While I'm not sure they qualify as the type of packages I was originally thinking of, they can be beneficial to users, especially the devkit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Few tweaks.
Co-authored-by: MGatner <[email protected]>
Adds links and descriptions about the official CodeIgniter packages for greater discoverability.