2017 © Pedro Peláez
 

library findcontact-custom

AbuseIO module for custom lookups to backend systems.

image

abuseio/findcontact-custom

AbuseIO module for custom lookups to backend systems.

  • Saturday, July 1, 2017
  • by AbuseIO
  • Repository
  • 6 Watchers
  • 0 Stars
  • 326 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

findcontact-custom

findcontact module for custom lookups to backend systems, (*1)

Installation

  1. Install the package by running this command in your AbuseIO installation folder:
composer require abuseio/findcontact-custom

Talking against an API

If you're going to talk against an API, copy the php files from examples/template to the src and config folders like so (from within the AbuseIO installation folder):, (*2)

cp vendor/abuseio/findcontact-custom/examples/template/config/Custom.php vendor/abuseio/findcontact-custom/config/
cp vendor/abuseio/findcontact-custom/examples/template/src/Custom.php vendor/abuseio/findcontact-custom/src/

Now delete the example folder:, (*3)

rm -r vendor/abuseio/findcontact-custom/examples

You can now write your own code within the 'getContactBy*' methods., (*4)

Talking against an Database

If you're going to talk against an Database directly, copy the php files from examples/postgres to the src and config folders like so (from within the AbuseIO installation folder):, (*5)

cp vendor/abuseio/findcontact-custom/examples/postgres/config/Custom.php vendor/abuseio/findcontact-custom/config/
cp vendor/abuseio/findcontact-custom/examples/postgres/src/Custom.php vendor/abuseio/findcontact-custom/src/
cp vendor/abuseio/findcontact-custom/examples/postgres/src/CustomServiceProvider.php vendor/abuseio/findcontact-custom/src/

Now delete the example folder:, (*6)

rm -r vendor/abuseio/findcontact-custom/examples

Add the following line to providers array in the file config/app.php:, (*7)

'AbuseIO\FindContact\Custom\CustomServiceProvider'

You can now write your own code within the 'getContactBy*' methods., (*8)

See Models/Ip4.php for information on setting foreign keys in your database, (*9)

The Versions

01/07 2017

dev-henkpoldergraaf-patch-2

dev-henkpoldergraaf-patch-2 http://abuse.io

AbuseIO module for custom lookups to backend systems.

  Sources   Download

GPL-2.0

The Requires

  • php >=5.5.9

 

laravel abuseio custom findcontact

01/07 2017

dev-henkpoldergraaf-patch-1

dev-henkpoldergraaf-patch-1 http://abuse.io

AbuseIO module for custom lookups to backend systems.

  Sources   Download

GPL-2.0

The Requires

  • php >=5.5.9

 

laravel abuseio custom findcontact

20/01 2017

dev-master

9999999-dev http://abuse.io

AbuseIO module for custom lookups to backend systems.

  Sources   Download

GPL-2.0

The Requires

  • php >=5.5.9

 

laravel abuseio custom findcontact

13/04 2016

1.1.2

1.1.2.0 http://abuse.io

AbuseIO module for custom lookups to backend systems.

  Sources   Download

GPL-2.0

The Requires

  • php >=5.5.9

 

laravel abuseio custom findcontact

25/01 2016

1.1.1

1.1.1.0 http://abuse.io

AbuseIO module for custom lookups to backend systems.

  Sources   Download

GPL-2.0

The Requires

  • php >=5.5.9

 

laravel abuseio custom findcontact

06/01 2016

1.1.0

1.1.0.0 http://abuse.io

AbuseIO module for custom lookups to backend systems.

  Sources   Download

GPL-2.0

The Requires

  • php >=5.5.9

 

laravel abuseio custom findcontact