Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

atdrupal/at_base.module

Repository files navigation

@Base Build Status

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

  1. Autoload — PSR-4 autoload loader.
  2. Key-Value storage
  3. Config — Yaml file configuration for modules.
  4. Service Container
  5. Easy Routing — Define route for Drupal in faster way and more flexible.
  6. Easy Breadcrumb
  7. Easy Block — Define new Drupal block just in YAML file.
  8. Twig template
  9. drush at-require
  10. Useful functions
  11. and more…