Download the PHP package 1account/1account-age-verification without Composer

On this page you can find all versions of the php package 1account/1account-age-verification. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package 1account-age-verification

1 Account Age Validation for Magento 2

The features of this extension:

Frontend:

Backend:

Introduction installation:

Step 1: Download extension using Composer

1.1 Login to your Magento 2 Hosting site using SSH connection

1.2 Go to Magento root directory

cd /Magento_root_directory

1.2 Download extension

Step 2: Enable extension

2.1 Check if module OneAccount_OneAccountAgeVerification upload successfully

php bin/magento module:status

// output should contain OneAccount_OneAccountAgeVerification at "List of disabled modules"

List of disabled modules:
OneAccount_OneAccountAgeVerification

2.2 Enable module

php bin/magento module:enable OneAccount_OneAccountAgeVerification

// output

The following modules have been enabled:
- OneAccount_OneAccountAgeVerification
(we recommended enable maintenance mode for clear downtime)
php bin/magento maintenance:enable

2.4 Run upgrade command

php bin/magento setup:upgrade

2.5 Recompile your site

php bin/magento setup:di:compile

2.6 Rebuild static content

php bin/magento setup:static-content:deploy

2.7 Reindex your store

php bin/magento indexer:reindex

2.8 Clear cache

php bin/magento c:c

(if there are no command bin/magento c:c go to Admin Panel -> System -> Cache Management and press "Flush Magento Cache")

(disable maintenance if you enabled it before)
php bin/magento maintenance:disable

Results

Backend

Enable extension

Go to

Admin Panel->Stores->Configuration->ONEACCOUNT->General

Frontend

When you place an order before creating an order you will see 1Account modal. If you pass 1Account validation - order will continue.

Remove module

composer remove 1account/1account-age-verification

All versions of 1account-age-verification with dependencies

PHP Build Version
Package Version
Requires ext-curl Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package 1account/1account-age-verification contains the following files

Loading the files please wait ....