bluecadet / bc_api_base
Base layer for all API implementations.
Installs: 9 088
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 20
Type:custom-drupal-module
Requires
- php: ^7.4||^8.0
- bluecadet/bc_drupal_package_manager: ^1.0
- composer/installers: ^1.9||^2.0
- drupal/core: ^10||^11
- drupal/key_auth: ^1.0||^2.0
- oomphinc/composer-installers-extender: ^2.0
- dev-master
- 3.x-dev
- 3.1.0-alpha1
- 3.0.x-dev
- 3.0.0
- 3.0.0-beta3
- 3.0.0-beta2
- 3.0.0-beta1
- v3.0.0-alpha1
- 2.x-dev
- v2.0.2
- v2.0.1
- v2.0.0
- v1.2.0
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
- dev-feature/mo-pirates
- dev-dependabot/npm_and_yarn/follow-redirects-1.15.4
- dev-dependabot/npm_and_yarn/babel/traverse-7.23.2
This package is auto-updated.
Last update: 2025-04-17 18:36:18 UTC
README
Testing
./vendor/bin/phpunit --configuration ./web/core --group bc_api --color --verbose --debug [FILE]
If you have a full instal and after enabling the simpletest module: (Login seems to have a bug for some reason...) [Be careful of deprecations!!]
php web/core/scripts/run-tests.sh --url [LOCAL SITE URL] --module bc_api_base --verbose --color
Changelog
- Working on D11 compatibility
8.x-3.1.x
- Drupal 11 compatibility
- Removing Drupal 9 compatibility
8.x-3.0.0
- Added Drupal 10 compatibility
- Code Style changes
- Marking API Docs module as (Experimental)
8.x-2.0.2
- Fixed Deprecated drupal_set_message() func
8.x-2.0.1
- Update readme
- Fix OnException Backwards compatibility with Drupal 8
- Update Drupal module versions appropriatly
8.x-2.0.0
- Prepare for Drupal 9 compatability
- Tweak Cinder Allowed Tags
- Updates for COmposer V2