drupal / at_base
Provide some more API for developer to work with Drupal
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 11
Forks: 4
Open Issues: 44
Type:drupal-module
Requires
- php: >=5.3.8
- composer/installers: *
- mustangostang/spyc: 0.5.*
- pimple/pimple: 2.0.*
- symfony/expression-language: 2.4.*
- twig/twig: 1.15.*
This package is not auto-updated.
Last update: 2022-02-28 13:22:43 UTC
README
Provide some more API for developer to work with Drupal 7.
Install
drush dl at_base
drush atr at_base
Requirements:
If you do have drush installed on your machine. You can download these libraries
manually, add them to ./sites/all/libraries
.
Features
- Autoload — PSR-4 autoload loader.
- Key-Value storage
- Config — Yaml file configuration for modules.
- Service Container
- Easy Routing — Define route for Drupal in faster way and more flexible.
- Easy Breadcrumb
- Easy Block — Define new Drupal block just in YAML file.
- Twig template
- drush at-require
- Useful functions
- and more…