2017 © Pedro Peláez
 

library autosuggest

Library to quickly check and provide suggestions for words

image

chencha/autosuggest

Library to quickly check and provide suggestions for words

  • Saturday, October 18, 2014
  • by jchencha
  • Repository
  • 2 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Autosuggest

The package provides an OOP wrapper around pspell to enable suggestions, (*1)

Installation

"require": {
    "chencha/autosuggest": "dev-master"
}

Next, update app/config/app.php to include a reference to this package's service provider in the providers array., (*2)

'providers' => [
    'Chencha\Autosuggest\AutosuggestServiceProvider'
]

Add the alias, (*3)

'aliases' => [
    'Autosuggest'=>'Chencha\Autosuggest\Facades\Autosuggest'
]

Usage

To use the package simply:, (*4)

Autosuggest::check($word);
Autosuggest::suggestions($word);

The Versions

18/10 2014

dev-master

9999999-dev

Library to quickly check and provide suggestions for words

  Sources   Download

MIT

The Requires

 

by Chencha Jacob

13/10 2014

0.1

0.1.0.0

  Sources   Download

The Requires

 

by Chencha Jacob