2017 © Pedro PelĂĄez
 

yii2-extension yii2-billing

A Yii2 extension to handle the billing feature in our projects. It includes a fluent programming interface to create invoices and a visual interface to create, edit and export them in html or pdf format.

image

jlorente/yii2-billing

A Yii2 extension to handle the billing feature in our projects. It includes a fluent programming interface to create invoices and a visual interface to create, edit and export them in html or pdf format.

  • Monday, October 16, 2017
  • by jlorente
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 29 % Grown

The README.md

Yii2 Billing (In development)

A Yii2 extension to handle billing., (*1)

Installation

Include the package as dependency under the composer.json file., (*2)

To install, either run, (*3)

$ php composer.phar require jlorente/yii2-billing "*"

or add, (*4)

...
    "require": {
        // ... other configurations ...
        "jlorente/yii2-billing": "*"
    }

to the require section of your composer.json file and run the following commands from your project directory., (*5)

$ composer update

Migration

Apply the package migration, (*6)

$ ./yii migrate --migrationPath=@vendor/jlorente/yii2-billing/src/migrations

or extend this migration in your project and apply it as usually., (*7)

Module setup

You must add this module to the module section and the bootstrap section of the application config file in order to make it work., (*8)

../your_app/config/main.php, (*9)

return [
    //Other configurations
    'modules' => [
        //Other modules
        'billing' => 'jlorente\billing\Module'
    ],
    'bootstrap' => [
        //Other bootstrapped modules
        , 'billing'
    ]
]

Usage

In development..., (*10)

License

Copyright © 2017 José Lorente Martín jose.lorente.martin@gmail.com., (*11)

Licensed under the MIT license. See LICENSE.txt for details., (*12)

The Versions

16/10 2017

dev-master

9999999-dev https://github.com/jlorente/yii2-billing

A Yii2 extension to handle the billing feature in our projects. It includes a fluent programming interface to create invoices and a visual interface to create, edit and export them in html or pdf format.

  Sources   Download

MIT

The Requires

 

by Jose Lorente Martin

payment yii2 billing invoice bill item