drupal/at_base

This package is abandoned and no longer maintained. No replacement package was suggested.

Provide some more API for developer to work with Drupal

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 11

Forks: 4

Open Issues: 44

Type:drupal-module

v7.2.0 2014-10-20 10:41 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

  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…