2017 © Pedro Peláez
 

library ven-id

Consultation of Venezuelan CI

image

selkis/ven-id

Consultation of Venezuelan CI

  • Saturday, January 14, 2017
  • by Yessica54
  • Repository
  • 1 Watchers
  • 0 Stars
  • 65 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

VenId

Consultation of Venezuelan CI, (*1)

Installation

Require the selkis/ven-id package in your composer.json and update your dependencies., (*2)

$ composer require selkis/ven-id

Add the Providers to your config/app.php providers array:, (*3)

Selkis\VenID\Providers\VenIdServicesProvider::class,
Ixudra\Curl\CurlServiceProvider::class,

Add the Aliases to your config/app.php aliases array:, (*4)

'Curl'   => Ixudra\Curl\Facades\Curl::class,
'Seniat' => Selkis\VenID\Facades\SeniatFacades::class,
'CNE' => Selkis\VenID\Facades\CNEFacades::class,

Usage

To get information from the cne, you must invoke the CNE class to the getInfo method, sending the parameters "nationality" and "identification number"., (*5)

public function index(){
    return \CNE::getInfo('V','4824519');
};

To obtain information from the seniat, you must invoke the Seniat class to the method getInfo, sending you the parameter "rif", (*6)

public function index(){
    return \Seniat::getInfo('V214714759');
};

License

Released under the MIT License, see LICENSE., (*7)

The Versions

14/01 2017

dev-master

9999999-dev https://github.com/Yessica54/VenId

Consultation of Venezuelan CI

  Sources   Download

MIT

The Requires

 

The Development Requires

cne id seniat

14/01 2017

v1.1.2

1.1.2.0 https://github.com/Yessica54/VenId

Consultation of Venezuelan CI

  Sources   Download

MIT

The Requires

 

The Development Requires

cne id seniat

14/01 2017

v1.1.1

1.1.1.0 https://github.com/Yessica54/VenId

Consultation of Venezuelan CI

  Sources   Download

MIT

The Requires

 

The Development Requires

cne id seniat

09/01 2017

v1.1.0

1.1.0.0 https://github.com/Yessica54/VenId

Consultation of Venezuelan CI

  Sources   Download

MIT

The Requires

 

The Development Requires

cne id seniat

09/01 2017

v1.0.0

1.0.0.0 https://github.com/Yessica54/VenId

Consultation of Venezuelan CI

  Sources   Download

MIT

The Requires

 

The Development Requires

cne id seniat