atphp/drilex

Maintainers

Package info

github.com/atdrupal/drilex

pkg:composer/atphp/drilex

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

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

This package is auto-updated.

Last update: 2026-03-12 23:21:24 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