2017 © Pedro Peláez
 

library cnecheck

A CNE check library

image

nanoarmando/cnecheck

A CNE check library

  • Tuesday, December 29, 2015
  • by nanoarmando
  • Repository
  • 0 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

About

A library that allows you to check CNE website and get the information in JSON format., (*1)

Installation

composer require nanoarmando/cnecheck

Use

require "vendor/autoload.php";
use CNE\Cne;

$search = new Cne('V','xxxxxxxx');
echo $search->search();

Additional Settings

//Another way to initialize
$search = new Cne();
$search->setData('V','xxxxxxxx');
//Using the CURL method
//See 'allow_url_fopen'
echo $search->search(CURL_METHOD);

License

MIT License, (*2)

The Versions

29/12 2015

dev-master

9999999-dev https://gitlab.com/nanoarmando/cnecheck.git

A CNE check library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

cne

29/12 2015

1.0.2

1.0.2.0 https://gitlab.com/nanoarmando/cnecheck.git

A CNE check library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

cne

29/12 2015

1.0.1

1.0.1.0 https://gitlab.com/nanoarmando/cnecheck.git

A CNE check library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

cne

29/12 2015

1.0.0

1.0.0.0 https://gitlab.com/nanoarmando/cnecheck.git

A CNE check library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

cne