atphp/drilex

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/atphp/drilex

2.0.x-dev 2015-07-21 03:52 UTC

This package is auto-updated.

Last update: 2025-09-12 22:05:32 UTC


README

Drilex is a Silex starter project which use Drupal as backend to manage user and content.

This is being developed, not ready for production yet.

Install

git clone git@github.com:atdrupal/drilex.git drilex
cd drilex
composer install
# Update config.php to include Drupal connection params

Usage

  1. Start the testing server

    php -S localhost:8888 -t public/

  2. Then you can login with your account in Drupal CMS: /user/login

  3. The entity is accessible: /node/1

  4. Logout: /user/logout