PHPackages                             nyco/anyc-field-screener - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. nyco/anyc-field-screener

ActiveWordpress-muplugin[Utility &amp; Helpers](/categories/utility)

nyco/anyc-field-screener
========================

The ACCESS NYC Field Screener is a tablet optimized version of the ACCESS NYC benefits eligibility screener created for outreach caseworkers.

1.0.2(4y ago)09GPL-3.0+Twig

Since Mar 7Pushed 4y ago12 watchersCompare

[ Source](https://github.com/CityOfNewYork/ACCESS-NYC-field-screener)[ Packagist](https://packagist.org/packages/nyco/anyc-field-screener)[ Docs](https://github.com/cityofnewyork/nyco-anyc-field-screener)[ RSS](/packages/nyco-anyc-field-screener/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

ACCESS NYC Field Screener
=========================

[](#access-nyc-field-screener)

The ACCESS NYC Field Screener is a tablet optimized version of the [ACCESS NYC benefits eligibility screener](https://access.nyc.gov/eligibility) created for outreach caseworkers. It is designed to be filled out for clients in-person or remotely during outreach sessions. The original source code can be found in [v3.12.0 of the ACCESS NYC code repository](https://github.com/CityOfNewYork/ACCESS-NYC/releases/tag/v3.12.0). It has been extracted, modified, and packaged into this plugin.

This code, similar to the original eligibility screener, relies on the program content and benefits screening API proxy inside the ACCESS NYC website in order to provide screening results to the client and caseworker.

More about the Field Screener case study can be read about [here](https://medium.com/nyc-opportunity/nyc-opportunity-and-the-public-engagement-unit-partner-for-facilitated-benefits-screening-and-e889407ccf4c).

Installation using [Composer](https://getcomposer.org/)
-------------------------------------------------------

[](#installation-using-composer)

**$1** This package uses [Composer Installers](https://github.com/composer/installers) to install the package in the **Must Use** plugins directory (*/wp-content/mu-plugins*):

```
composer require nyco/anyc-field-screener
```

### Autoload Backend

[](#autoload-backend)

Copy the [autoloader sample](autoloader-sample.php) from the plugin directory into the must use plugin directory.

```
cp wp-content/mu-plugins/anyc-field-screener/autoloader-sample.php wp-content/mu-plugins/field-screener.php
```

Or, manually create a page template in the theme directory with the following snippet.

```
📄 /wp-content/mu-plugins/field-screener.php

```

Contents.

```
