Download the PHP package frizinak/drupony without Composer
On this page you can find all versions of the php package frizinak/drupony. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package drupony
Currently: a tiny drupal - symfony-dependency-injection wrapper.
Aspired:
- hook_menu > symfony routes and controllers
- node / taxonomy_terms / user > entities
- ...
- always remain a module that provides an sdk.
Installation:
Add this to your projects composer.json:
<path to your modules dir>
is relative to your composer.json
e.a.:
sites/www.example.com/modules/contrib
if your composer.json resides in DRUPAL_ROOT.all/modules
if your composer.json is located in DRUPAL_ROOT/sites and you don't use contrib/custom subdirectories.anywhere/anywhere
as long as it's relative to your composer.json and drupal can identify it as a module.
$ composer update (-o --no-dev)
Configuration
- variables (and their default values)
API
defining a service: yourModule/parameters.yml (or hook_drupony_parameters)
yourModule/services.yml (or hook_drupony_services)
Contributing
please do.
All versions of drupony with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
symfony/dependency-injection Version ^2.7
symfony/yaml Version ^2.7
symfony/config Version ^2.7
symfony/debug Version ^2.7
composer/installers Version ^1.0
symfony/dependency-injection Version ^2.7
symfony/yaml Version ^2.7
symfony/config Version ^2.7
symfony/debug Version ^2.7
composer/installers Version ^1.0
The package frizinak/drupony contains the following files
Loading the files please wait ....