fm-labs / cakephp-essentials
CakePHP core essentials meta package
Installs: 96
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- php: >=7.4,>=8.0
- ext-intl: *
- ext-json: *
- ext-mbstring: *
- cakephp/authentication: ^2.10
- cakephp/authorization: ^2.3
- cakephp/cakephp: ^4.4,<5.0
- cakephp/migrations: @stable
- cakephp/plugin-installer: ^1.3
- mobiledetect/mobiledetectlib: ^3
README
Bundle of CakePHP essentials core libraries.
This package is a composer meta-package bundling
cakephp
, migrations
, plugin-installer
and the mobiledetect
libraries
Instead of adding and maintaining all core dependencies in each CakePHP project separately, just drop in this package.
Installation
# In your CakePHP project directory
composer config minimum-stability dev
composer config prefer-stable 1
composer require --dev fm-labs/cakephp-essentials dev-master
Note:
The first 2 composer commands composer config minimum-stability dev
and
config prefer-stable 1
are necessary because the
CakePHP Migration plugin dependency (cakephp/migrations) is not stable yet.
Versioning
[TODO]
Dev Tools
There is also a meta-package for various PHP/CakePHP developer tools: